Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerSignalTest.java416 int[] testSubscriptions = new int[]{1, 5, 3}; in testHasCorrectMobileControllers() local
422 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() local
456 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 …]