Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogControllerTest.java146 doReturn(2).when(mTelephonyManager).getCardIdForDefaultEuicc(); in setup()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java7651 public int getCardIdForDefaultEuicc(int subId, String callingPackage) { in getCardIdForDefaultEuicc() method in PhoneInterfaceManager
7654 return UiccController.getInstance().getCardIdForDefaultEuicc(); in getCardIdForDefaultEuicc()