Searched refs:getSubIdForPhoneAccount (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sim/
H A DSimDialogActivity.java144 if (subId == telephonyManager.getSubIdForPhoneAccount(phoneAccount)) {
216 int subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DComponentContextFixture.java348 when(mTelephonyManager.getSubIdForPhoneAccount((PhoneAccount) any())).thenReturn(1);
/packages/services/Telephony/src/com/android/phone/settings/
H A DPhoneAccountSettingsFragment.java345 mTelephonyManager.getSubIdForPhoneAccount(account));
/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java2703 public int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { method in class:PhoneInterfaceManager
2704 return PhoneUtils.getSubIdForPhoneAccount(phoneAccount);
H A DPhoneUtils.java2482 public static int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { method in class:PhoneUtils
/packages/services/Telecomm/src/com/android/server/telecom/
H A DPhoneAccountRegistrar.java176 return tm.getSubIdForPhoneAccount(account);

Completed in 194 milliseconds