Searched refs:getSubIdForPhoneAccount (Results 1 – 6 of 6) sorted by relevance
102 int getSubIdForPhoneAccount(Context context, PhoneAccount account); in getSubIdForPhoneAccount() method108 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) { in getSubIdForPhoneAccount() method in CreateConnectionProcessor.ITelephonyManagerAdapterImpl679 int subId1 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account1); in sortSimPhoneAccountsForEmergency()680 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency()
253 int subId1 = mTelephonyManager.getSubIdForPhoneAccount(account1); in initAccountList()254 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()298 mTelephonyManager.getSubIdForPhoneAccount(account)); in initAccountList()
224 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
145 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) { in setUp()904 assertEquals(-1, impl.getSubIdForPhoneAccount(mContext, telephonyAcct)); in testTelephonyAdapterWhenNoTelephony()