Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java102 int getSubIdForPhoneAccount(Context context, PhoneAccount account); in getSubIdForPhoneAccount() method
108 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) { in getSubIdForPhoneAccount() method in CreateConnectionProcessor.ITelephonyManagerAdapterImpl
679 int subId1 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account1); in sortSimPhoneAccountsForEmergency()
680 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java253 int subId1 = mTelephonyManager.getSubIdForPhoneAccount(account1); in initAccountList()
254 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()
298 mTelephonyManager.getSubIdForPhoneAccount(account)); in initAccountList()
/packages/services/Telephony/src/com/android/phone/vvm/
DVvmSimStateTracker.java224 int subId = context.getSystemService(TelephonyManager.class).getSubIdForPhoneAccount( in onCarrierConfigChanged()
/packages/services/Telephony/src/com/android/phone/
DShortcutViewUtils.java292 subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in loadPhoneInfo()
DPhoneUtils.java733 public static int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneUtils
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCreateConnectionProcessorTest.java145 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) { in setUp()
904 assertEquals(-1, impl.getSubIdForPhoneAccount(mContext, telephonyAcct)); in testTelephonyAdapterWhenNoTelephony()