Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1474 final int fakeSubId = 1234; in testMultiSimAware() local
1475 mPhoneStateListener.onActiveDataSubscriptionIdChanged(fakeSubId); in testMultiSimAware()
1477 assertEquals(fakeSubId, newConfig.activeDataSubId); in testMultiSimAware()
1478 verify(mNotificationUpdater, times(1)).onActiveDataSubscriptionIdChanged(eq(fakeSubId)); in testMultiSimAware()
1587 final int fakeSubId = 1234; in workingWifiP2pGroupOwnerLegacyMode() local
1588 mPhoneStateListener.onActiveDataSubscriptionIdChanged(fakeSubId); in workingWifiP2pGroupOwnerLegacyMode()