Searched refs:mSubInfo (Results 1 – 2 of 2) sorted by relevance
46 private SubscriptionInfo mSubInfo; field in CellDataPreferenceTest74 when(mSubscriptionManager.getActiveSubscriptionInfo(anyInt())).thenReturn(mSubInfo); in noActiveSub_shouldDisable()
85 private SubscriptionInfo mSubInfo; field in SimSelectNotificationTest121 when(mSubscriptionManager.getActiveSubscriptionInfo(mSubId)).thenReturn(mSubInfo); in setUp()122 when(mSubInfo.getDisplayName()).thenReturn(mFakeDisplayName); in setUp()