Searched defs:phoneAccount (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DPhoneAccountUtils.java46 public static Drawable getAccountIcon(Context context, PhoneAccountHandle phoneAccount) { argument
47 final PhoneAccount account = getAccountOrNull(context, phoneAccount);
57 public static String getAccountLabel(Context context, PhoneAccountHandle phoneAccount) { argument
58 final PhoneAccount account = getAccountOrNull(context, phoneAccount);
70 PhoneAccountHandle phoneAccount) {
73 final PhoneAccount account = telecomManager.getPhoneAccount(phoneAccount);
69 getAccountOrNull(Context context, PhoneAccountHandle phoneAccount) argument
/packages/services/Telephony/src/com/android/services/telephony/
H A DGsmConference.java35 public GsmConference(PhoneAccountHandle phoneAccount) { argument
36 super(phoneAccount);
H A DCdmaConference.java36 public CdmaConference(PhoneAccountHandle phoneAccount, int capabilities) { argument
37 super(phoneAccount);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java406 // Only dial with the requested phoneAccount if it is still valid. Otherwise treat this call
407 // as if a phoneAccount was not specified (does the default behavior instead).
408 // Note: We will not attempt to dial with a requested phoneAccount if it is disabled.
922 PhoneAccountHandle phoneAccount,
930 phoneAccount,
921 createConferenceCall( PhoneAccountHandle phoneAccount, ParcelableConference parcelableConference) argument

Completed in 174 milliseconds