Searched refs:getSubIdForPhoneAccount (Results 1 – 6 of 6) sorted by relevance
309 int subId1 = mTelephonyManager.getSubIdForPhoneAccount(account1); in initAccountList()310 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()354 mTelephonyManager.getSubIdForPhoneAccount(account)); in initAccountList()
144 if (subId == telephonyManager.getSubIdForPhoneAccount(phoneAccount)) { in subscriptionIdToPhoneAccountHandle()216 int subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in createDialog()
443 when(mTelephonyManager.getSubIdForPhoneAccount((PhoneAccount) any())).thenReturn(1);
2801 public int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneInterfaceManager2802 return PhoneUtils.getSubIdForPhoneAccount(phoneAccount); in getSubIdForPhoneAccount()
2429 public static int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneUtils
177 return tm.getSubIdForPhoneAccount(account); in getSubscriptionIdForPhoneAccount()