Home
last modified time | relevance | path

Searched defs:getSubIdForPhoneAccount (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java102 int getSubIdForPhoneAccount(Context context, PhoneAccount account); in getSubIdForPhoneAccount() method
108 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) { in getSubIdForPhoneAccount() method in CreateConnectionProcessor.ITelephonyManagerAdapterImpl
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java733 public static int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneUtils