Searched refs:getSubIdForPhoneAccount (Results 1 – 6 of 6) sorted by relevance
103 int getSubIdForPhoneAccount(Context context, PhoneAccount account); in getSubIdForPhoneAccount() method109 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) { in getSubIdForPhoneAccount() method in CreateConnectionProcessor.ITelephonyManagerAdapterImpl698 int subId1 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account1); in sortSimPhoneAccountsForEmergency()699 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency()
254 int subId1 = mTelephonyManager.getSubIdForPhoneAccount(account1); in initAccountList()255 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()299 mTelephonyManager.getSubIdForPhoneAccount(account)); in initAccountList()
227 int subId = context.getSystemService(TelephonyManager.class).getSubIdForPhoneAccount( in onCarrierConfigChanged()
292 subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in loadPhoneInfo()
733 public static int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneUtils
150 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) { in setUp()945 assertEquals(-1, impl.getSubIdForPhoneAccount(mContext, telephonyAcct)); in testTelephonyAdapterWhenNoTelephony()