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