90755df18085f46f6553bafb85a326e7bbfd30fe
- CallbackInfo becomes a static class so that it can be instantiated and looked at more easily than before. - CallbackInfo gains hashCode() because it has equals(). - effectively final field are qualified final - fixes bug when polling the next callback: poll() on a LinkedBlockingQueue returns null when timing out, which was not failing the test cleanly. Test: ConnectivityServiceTest passes Bug: 32561414 Change-Id: I64d382a35fe83f21bded98e6906c1ec70a8f1085
Description
android_packages_modules_Connectivity
Languages
Java
81.4%
Kotlin
7.7%
AIDL
4.5%
C++
4.5%
C
1.7%
Other
0.1%