Searched refs:SIM2_ID (Results 1 – 3 of 3) sorted by relevance
120 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()
38 protected static final int SIM2_ID = 222; field in SimDialogFragmentTestBase62 when(mSim2.getSubscriptionId()).thenReturn(SIM2_ID); in setUp()
83 verify(activity).onSubscriptionSelected(dialogType, SIM2_ID); in onCreateDialog_twoSubscriptionsNoAskEveryTime_twoSubsForDisplay()