Home
last modified time | relevance | path

Searched refs:hasCorrectMobileControllers (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerSignalTest.java431 assertTrue(mNetworkController.hasCorrectMobileControllers(subscriptions)); in testHasCorrectMobileControllers()
437 assertFalse(mNetworkController.hasCorrectMobileControllers(subscriptions)); in testHasCorrectMobileControllers()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerImpl.java903 if (hasCorrectMobileControllers(subscriptions)) { in doUpdateMobileControllers()
1029 boolean hasCorrectMobileControllers(List<SubscriptionInfo> allSubscriptions) { in hasCorrectMobileControllers() method in NetworkControllerImpl