Searched defs:accountHandle (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | ConnectionRequest.java | 62 public @NonNull Builder setAccountHandle(@NonNull PhoneAccountHandle accountHandle) { in setAccountHandle() 195 PhoneAccountHandle accountHandle, in ConnectionRequest() 208 PhoneAccountHandle accountHandle, in ConnectionRequest() 228 PhoneAccountHandle accountHandle, in ConnectionRequest() 239 PhoneAccountHandle accountHandle, in ConnectionRequest() 252 PhoneAccountHandle accountHandle, in ConnectionRequest()
|
D | RemoteConnectionManager.java | 63 PhoneAccountHandle accountHandle = request.getAccountHandle(); in createRemoteConnection() local 91 PhoneAccountHandle accountHandle = request.getAccountHandle(); in createRemoteConference() local
|
D | TelecomManager.java | 1224 public void setUserSelectedOutgoingPhoneAccount(@Nullable PhoneAccountHandle accountHandle) { in setUserSelectedOutgoingPhoneAccount() 1680 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { in unregisterPhoneAccount() 1855 public boolean isVoiceMailNumber(PhoneAccountHandle accountHandle, String number) { in isVoiceMailNumber() 1876 public String getVoiceMailNumber(PhoneAccountHandle accountHandle) { in getVoiceMailNumber() 1940 public String getLine1Number(PhoneAccountHandle accountHandle) { in getLine1Number() 2405 public boolean handleMmi(String dialString, PhoneAccountHandle accountHandle) { in handleMmi() 2427 public Uri getAdnUriForPhoneAccount(PhoneAccountHandle accountHandle) { in getAdnUriForPhoneAccount()
|
D | PhoneAccount.java | 567 public Builder(PhoneAccountHandle accountHandle, CharSequence label) { in Builder() 925 PhoneAccountHandle accountHandle, in builder()
|
D | ParcelableCall.java | 143 public ParcelableCallBuilder setAccountHandle(PhoneAccountHandle accountHandle) { in setAccountHandle() 365 PhoneAccountHandle accountHandle, in ParcelableCall()
|
D | InCallAdapter.java | 331 public void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, in phoneAccountSelected()
|
D | Call.java | 1161 PhoneAccountHandle accountHandle, in Details() 1894 public void phoneAccountSelected(PhoneAccountHandle accountHandle, boolean setDefault) { in phoneAccountSelected()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | ITelecomService.aidl | 144 boolean isVoiceMailNumber(in PhoneAccountHandle accountHandle, String number, in isVoiceMailNumber() 150 String getVoiceMailNumber(in PhoneAccountHandle accountHandle, String callingPackage, in getVoiceMailNumber() 156 String getLine1Number(in PhoneAccountHandle accountHandle, String callingPackage, in getLine1Number() 254 boolean handlePinMmiForPhoneAccount(in PhoneAccountHandle accountHandle, String dialString, in handlePinMmiForPhoneAccount() 260 Uri getAdnUriForPhoneAccount(in PhoneAccountHandle accountHandle, String callingPackage); in getAdnUriForPhoneAccount() 304 boolean enablePhoneAccount(in PhoneAccountHandle accountHandle, boolean isEnabled); in enablePhoneAccount()
|
D | IInCallAdapter.aidl | 67 void phoneAccountSelected(String callId, in PhoneAccountHandle accountHandle, in phoneAccountSelected()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 503 public @NonNull AddCallParametersBuilder setAccountHandle( in setAccountHandle() 733 PhoneAccountHandle accountHandle, long start, int duration, long dataUsage, in AddCallParams() 768 PhoneAccountHandle accountHandle, long start, int duration, long dataUsage, in AddCallParams() 1664 PhoneAccountHandle accountHandle, in addCall() 1707 int features, PhoneAccountHandle accountHandle, long start, int duration, in addCall() 1761 int features, PhoneAccountHandle accountHandle, long start, int duration, in addCall() 2224 PhoneAccountHandle accountHandle) { in getLogAccountAddress()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 1449 Uri getVoicemailRingtoneUri(in PhoneAccountHandle accountHandle); in getVoicemailRingtoneUri() 1472 boolean isVoicemailVibrationEnabled(in PhoneAccountHandle accountHandle); in isVoicemailVibrationEnabled()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 13593 public @Nullable Uri getVoicemailRingtoneUri(PhoneAccountHandle accountHandle) { in getVoicemailRingtoneUri() 13646 public boolean isVoicemailVibrationEnabled(PhoneAccountHandle accountHandle) { in isVoicemailVibrationEnabled()
|