Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
DEnableAutoDataSwitchDialogFragmentTest.java120 doReturn(userHandle2).when(mSubscriptionManager).getSubscriptionUserHandle(SIM2_ID); in updateDialog_getMessage_noManagedProfile()
131 doReturn(userHandle2).when(mSubscriptionManager).getSubscriptionUserHandle(SIM2_ID); in updateDialog_getMessage_hasManagedProfile()
142 doReturn(userHandle2).when(mSubscriptionManager).getSubscriptionUserHandle(SIM2_ID); in updateDialog_getMessage_BothManagedProfile()
DSimDialogFragmentTestBase.java38 protected static final int SIM2_ID = 222; field in SimDialogFragmentTestBase
62 when(mSim2.getSubscriptionId()).thenReturn(SIM2_ID); in setUp()
DSimListDialogFragmentTest.java83 verify(activity).onSubscriptionSelected(dialogType, SIM2_ID); in onCreateDialog_twoSubscriptionsNoAskEveryTime_twoSubsForDisplay()