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