Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DCellDataPreferenceTest.java46 private SubscriptionInfo mSubInfo; field in CellDataPreferenceTest
74 when(mSubscriptionManager.getActiveSubscriptionInfo(anyInt())).thenReturn(mSubInfo); in noActiveSub_shouldDisable()
/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
DSimSelectNotificationTest.java85 private SubscriptionInfo mSubInfo; field in SimSelectNotificationTest
121 when(mSubscriptionManager.getActiveSubscriptionInfo(mSubId)).thenReturn(mSubInfo); in setUp()
122 when(mSubInfo.getDisplayName()).thenReturn(mFakeDisplayName); in setUp()