Searched refs:testSubscriptions (Results 1 – 1 of 1) sorted by relevance
416 int[] testSubscriptions = new int[]{1, 5, 3}; in testHasCorrectMobileControllers() local422 for (int i = 0; i < testSubscriptions.length; i++) { in testHasCorrectMobileControllers()424 mNetworkController.mMobileSignalControllers.put(testSubscriptions[i], in testHasCorrectMobileControllers()429 when(mockSubInfo.getSubscriptionId()).thenReturn(testSubscriptions[i]); in testHasCorrectMobileControllers()448 int[] testSubscriptions = new int[]{1, 5, 3}; in testSetCurrentSubscriptions() local456 for (int i = 0; i < testSubscriptions.length; i++) { in testSetCurrentSubscriptions()459 mNetworkController.mMobileSignalControllers.put(testSubscriptions[i], in testSetCurrentSubscriptions()466 when(mockSubInfo.getSubscriptionId()).thenReturn(testSubscriptions[i]); in testSetCurrentSubscriptions()467 when(mockSubInfo.getSimSlotIndex()).thenReturn(testSubscriptions[i]); in testSetCurrentSubscriptions()477 for (int i = 0; i < testSubscriptions.length; i++) { in testSetCurrentSubscriptions()[all …]