Searched refs:getSubIdForPhoneAccount (Results 1 – 12 of 12) sorted by relevance
95 int getSubIdForPhoneAccount(Context context, PhoneAccount account); in getSubIdForPhoneAccount() method101 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) {106 return manager.getSubIdForPhoneAccount(account);545 int subId1 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account1); in sortSimPhoneAccountsForEmergency()546 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency()
197 return tm.getSubIdForPhoneAccount(account); in getSubscriptionIdForPhoneAccount()
323 int subId1 = mTelephonyManager.getSubIdForPhoneAccount(account1); in initAccountList()324 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()368 mTelephonyManager.getSubIdForPhoneAccount(account)); in initAccountList()
147 if (subId == telephonyManager.getSubIdForPhoneAccount(phoneAccount)) { in subscriptionIdToPhoneAccountHandle()219 int subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in createDialog()
51 final int subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in getCurrentSubscriptions()
180 if (subId == telephonyManager.getSubIdForPhoneAccount(phoneAccount)) { in subscriptionIdToPhoneAccountHandle()
219 int subId = context.getSystemService(TelephonyManager.class).getSubIdForPhoneAccount( in onCarrierConfigChanged()
287 subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in loadPhoneInfo()
1259 public static int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneUtils
5333 public int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneInterfaceManager5336 return PhoneUtils.getSubIdForPhoneAccount(phoneAccount); in getSubIdForPhoneAccount()
500 when(mTelephonyManager.getSubIdForPhoneAccount((PhoneAccount) any())).thenReturn(
122 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) { in setUp()