Searched refs:getSubIdForPhoneAccount (Results 1 – 8 of 8) sorted by relevance
96 int getSubIdForPhoneAccount(Context context, PhoneAccount account); in getSubIdForPhoneAccount() method102 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) {610 int subId1 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account1); in sortSimPhoneAccountsForEmergency()611 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency()
322 int subId1 = mTelephonyManager.getSubIdForPhoneAccount(account1); in initAccountList()323 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()367 mTelephonyManager.getSubIdForPhoneAccount(account)); in initAccountList()
147 if (subId == telephonyManager.getSubIdForPhoneAccount(phoneAccount)) { in subscriptionIdToPhoneAccountHandle()219 int subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in createDialog()
219 int subId = context.getSystemService(TelephonyManager.class).getSubIdForPhoneAccount( in onCarrierConfigChanged()
292 subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in loadPhoneInfo()
728 public static int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneUtils
6496 public int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneInterfaceManager6499 return PhoneUtils.getSubIdForPhoneAccount(phoneAccount); in getSubIdForPhoneAccount()
124 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) { in setUp()