Searched refs:fakeSubId (Results 1 – 1 of 1) sorted by relevance
1474 final int fakeSubId = 1234; in testMultiSimAware() local1475 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() local1588 mPhoneStateListener.onActiveDataSubscriptionIdChanged(fakeSubId); in workingWifiP2pGroupOwnerLegacyMode()