Searched refs:hasCorrectMobileControllers (Results 1 – 2 of 2) sorted by relevance
284 assertTrue(mNetworkController.hasCorrectMobileControllers(subscriptions)); in testHasCorrectMobileControllers()290 assertFalse(mNetworkController.hasCorrectMobileControllers(subscriptions)); in testHasCorrectMobileControllers()
670 if (hasCorrectMobileControllers(subscriptions)) { in doUpdateMobileControllers()780 boolean hasCorrectMobileControllers(List<SubscriptionInfo> allSubscriptions) { in hasCorrectMobileControllers() method in NetworkControllerImpl