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 | 60         PhoneAccountHandle accountHandle = request.getAccountHandle();  in createRemoteConnection()  local 91         PhoneAccountHandle accountHandle = request.getAccountHandle();  in createRemoteConference()  local
  | 
| D | TelecomManager.java | 1187     public void setUserSelectedOutgoingPhoneAccount(@Nullable PhoneAccountHandle accountHandle) {  in setUserSelectedOutgoingPhoneAccount() 1545     public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) {  in unregisterPhoneAccount() 1720     public boolean isVoiceMailNumber(PhoneAccountHandle accountHandle, String number) {  in isVoiceMailNumber() 1741     public String getVoiceMailNumber(PhoneAccountHandle accountHandle) {  in getVoiceMailNumber() 1777     public String getLine1Number(PhoneAccountHandle accountHandle) {  in getLine1Number() 2233     public boolean handleMmi(String dialString, PhoneAccountHandle accountHandle) {  in handleMmi() 2255     public Uri getAdnUriForPhoneAccount(PhoneAccountHandle accountHandle) {  in getAdnUriForPhoneAccount()
  | 
| D | PhoneAccount.java | 549         public Builder(PhoneAccountHandle accountHandle, CharSequence label) {  in Builder() 847             PhoneAccountHandle accountHandle,  in builder()
  | 
| D | ParcelableCall.java | 140         public ParcelableCallBuilder setAccountHandle(PhoneAccountHandle accountHandle) {  in setAccountHandle() 354             PhoneAccountHandle accountHandle,  in ParcelableCall()
  | 
| D | InCallAdapter.java | 331     public void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle,  in phoneAccountSelected()
  | 
| D | Call.java | 1208                 PhoneAccountHandle accountHandle,  in Details() 1938     public void phoneAccountSelected(PhoneAccountHandle accountHandle, boolean setDefault) {  in phoneAccountSelected()
  | 
| /frameworks/base/telecomm/java/com/android/internal/telecom/ | 
| D | ITelecomService.aidl | 137     boolean isVoiceMailNumber(in PhoneAccountHandle accountHandle, String number,  in isVoiceMailNumber() 143     String getVoiceMailNumber(in PhoneAccountHandle accountHandle, String callingPackage,  in getVoiceMailNumber() 149     String getLine1Number(in PhoneAccountHandle accountHandle, String callingPackage,  in getLine1Number() 247     boolean handlePinMmiForPhoneAccount(in PhoneAccountHandle accountHandle, String dialString,  in handlePinMmiForPhoneAccount() 253     Uri getAdnUriForPhoneAccount(in PhoneAccountHandle accountHandle, String callingPackage);  in getAdnUriForPhoneAccount() 297     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 | 496             public @NonNull AddCallParametersBuilder setAccountHandle(  in setAccountHandle() 687                 PhoneAccountHandle accountHandle, long start, int duration, long dataUsage,  in AddCallParams() 1554                 PhoneAccountHandle accountHandle,  in addCall() 1597                 int features, PhoneAccountHandle accountHandle, long start, int duration,  in addCall() 1651                 int features, PhoneAccountHandle accountHandle, long start, int duration,  in addCall() 2102                 PhoneAccountHandle accountHandle) {  in getLogAccountAddress()
  | 
| /frameworks/base/telephony/java/com/android/internal/telephony/ | 
| D | ITelephony.aidl | 1430     Uri getVoicemailRingtoneUri(in PhoneAccountHandle accountHandle);  in getVoicemailRingtoneUri() 1453     boolean isVoicemailVibrationEnabled(in PhoneAccountHandle accountHandle);  in isVoicemailVibrationEnabled()
  | 
| /frameworks/base/telephony/java/android/telephony/ | 
| D | TelephonyManager.java | 12597     public @Nullable Uri getVoicemailRingtoneUri(PhoneAccountHandle accountHandle) {  in getVoicemailRingtoneUri() 12644     public boolean isVoicemailVibrationEnabled(PhoneAccountHandle accountHandle) {  in isVoicemailVibrationEnabled()
  |