Searched defs:phoneAccountHandle (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | VisualVoicemailService.java | 199 PhoneAccountHandle phoneAccountHandle); in onCellServiceConnected() 224 PhoneAccountHandle phoneAccountHandle); in onSimRemoved() 250 PhoneAccountHandle phoneAccountHandle, in setSmsFilterSettings() 282 PhoneAccountHandle phoneAccountHandle, String number, in sendVisualVoicemailSms() 289 private static int getSubId(Context context, PhoneAccountHandle phoneAccountHandle) { in getSubId()
|
D | VisualVoicemailSms.java | 96 public Builder setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle()
|
D | TelephonyManager.java | 570 public TelephonyManager createForPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in createForPhoneAccountHandle() 5018 public void setVisualVoicemailEnabled(PhoneAccountHandle phoneAccountHandle, boolean enabled){ in setVisualVoicemailEnabled() 5033 public boolean isVisualVoicemailEnabled(PhoneAccountHandle phoneAccountHandle){ in isVisualVoicemailEnabled() 11179 public int getSubscriptionId(@NonNull PhoneAccountHandle phoneAccountHandle) { in getSubscriptionId() 11505 public void setVoicemailRingtoneUri(PhoneAccountHandle phoneAccountHandle, Uri uri) { in setVoicemailRingtoneUri() 11509 service.setVoicemailRingtoneUri(getOpPackageName(), phoneAccountHandle, uri); in setVoicemailRingtoneUri() local 11550 public void setVoicemailVibrationEnabled(PhoneAccountHandle phoneAccountHandle, in setVoicemailVibrationEnabled() 11555 service.setVoicemailVibrationEnabled(getOpPackageName(), phoneAccountHandle, in setVoicemailVibrationEnabled() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | VisualVoicemailSmsFilter.java | 139 PhoneAccountHandle phoneAccountHandle = sPhoneAccountHandleConverter.fromSubId(subId); in filter() local 260 VisualVoicemailSmsFilterSettings filterSettings, PhoneAccountHandle phoneAccountHandle, in sendVvmSmsBroadcast()
|
D | GsmCdmaPhone.java | 2316 PhoneAccountHandle phoneAccountHandle = subscriptionIdToPhoneAccountHandle(getSubId()); in setCallForwardingOption() local 2495 PhoneAccountHandle phoneAccountHandle = subscriptionIdToPhoneAccountHandle(getSubId()); in setCallWaiting() local 4474 final PhoneAccountHandle phoneAccountHandle = phoneAccounts.next(); in subscriptionIdToPhoneAccountHandle() local
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | ITelecomService.aidl | 309 boolean isIncomingCallPermitted(in PhoneAccountHandle phoneAccountHandle); in isIncomingCallPermitted() 314 boolean isOutgoingCallPermitted(in PhoneAccountHandle phoneAccountHandle); in isOutgoingCallPermitted()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Voicemail.java | 41 private Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, in Voicemail()
|
D | ConnectionService.java | 2097 PhoneAccountHandle phoneAccountHandle = connection.getPhoneAccountHandle() == null in createConnection() local 2742 public final void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() 2776 public final void addExistingConnection(@NonNull PhoneAccountHandle phoneAccountHandle, in addExistingConnection()
|
D | TelecomManager.java | 2425 public boolean isIncomingCallPermitted(PhoneAccountHandle phoneAccountHandle) { in isIncomingCallPermitted() 2462 public boolean isOutgoingCallPermitted(PhoneAccountHandle phoneAccountHandle) { in isOutgoingCallPermitted()
|
D | Connection.java | 3762 public void setPhoneAccountHandle(@NonNull PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 1364 int getSubIdForPhoneAccountHandle(in PhoneAccountHandle phoneAccountHandle, in getSubIdForPhoneAccountHandle() 1423 in PhoneAccountHandle phoneAccountHandle, in Uri uri); in setVoicemailRingtoneUri() 1446 in PhoneAccountHandle phoneAccountHandle, boolean enabled); in setVoicemailVibrationEnabled()
|