/frameworks/base/telephony/java/android/telephony/ |
D | VisualVoicemailService.java | 199 PhoneAccountHandle phoneAccountHandle); in onCellServiceConnected() argument 224 PhoneAccountHandle phoneAccountHandle); in onSimRemoved() argument 250 PhoneAccountHandle phoneAccountHandle, in setSmsFilterSettings() argument 253 int subId = getSubId(context, phoneAccountHandle); in setSmsFilterSettings() 282 PhoneAccountHandle phoneAccountHandle, String number, in sendVisualVoicemailSms() argument 285 telephonyManager.sendVisualVoicemailSmsForSubscriber(getSubId(context, phoneAccountHandle), in sendVisualVoicemailSms() 289 private static int getSubId(Context context, PhoneAccountHandle phoneAccountHandle) { in getSubId() argument 293 .getSubIdForPhoneAccount(telecomManager.getPhoneAccount(phoneAccountHandle)); in getSubId()
|
D | VisualVoicemailSms.java | 96 public Builder setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle() argument 97 this.mPhoneAccountHandle = phoneAccountHandle; in setPhoneAccountHandle()
|
D | TelephonyManager.java | 424 public TelephonyManager createForPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in createForPhoneAccountHandle() argument 425 int subId = getSubIdForPhoneAccountHandle(phoneAccountHandle); in createForPhoneAccountHandle() 4106 public void setVisualVoicemailEnabled(PhoneAccountHandle phoneAccountHandle, boolean enabled){ in setVisualVoicemailEnabled() argument 4121 public boolean isVisualVoicemailEnabled(PhoneAccountHandle phoneAccountHandle){ in isVisualVoicemailEnabled() argument 9150 private int getSubIdForPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in getSubIdForPhoneAccountHandle() argument 9155 retval = getSubIdForPhoneAccount(service.getPhoneAccount(phoneAccountHandle)); in getSubIdForPhoneAccountHandle() 9318 public void setVoicemailRingtoneUri(PhoneAccountHandle phoneAccountHandle, Uri uri) { in setVoicemailRingtoneUri() argument 9322 service.setVoicemailRingtoneUri(getOpPackageName(), phoneAccountHandle, uri); in setVoicemailRingtoneUri() local 9363 public void setVoicemailVibrationEnabled(PhoneAccountHandle phoneAccountHandle, in setVoicemailVibrationEnabled() argument 9368 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 141 if (phoneAccountHandle == null) { in filter() 156 sendVvmSmsBroadcast(context, settings, phoneAccountHandle, messageData, null); in filter() 190 sendVvmSmsBroadcast(context, settings, phoneAccountHandle, messageData, null); in filter() 197 sendVvmSmsBroadcast(context, settings, phoneAccountHandle, null, messageBody); in filter() 256 VisualVoicemailSmsFilterSettings filterSettings, PhoneAccountHandle phoneAccountHandle, in sendVvmSmsBroadcast() argument 268 builder.setPhoneAccountHandle(phoneAccountHandle); in sendVvmSmsBroadcast()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | ITelecomService.aidl | 267 boolean isIncomingCallPermitted(in PhoneAccountHandle phoneAccountHandle); in isIncomingCallPermitted() argument 272 boolean isOutgoingCallPermitted(in PhoneAccountHandle phoneAccountHandle); in isOutgoingCallPermitted() argument
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Voicemail.java | 41 private Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, in Voicemail() argument 46 mPhoneAccount = phoneAccountHandle; in Voicemail()
|
D | TelecomManager.java | 1934 public boolean isIncomingCallPermitted(PhoneAccountHandle phoneAccountHandle) { in isIncomingCallPermitted() argument 1935 if (phoneAccountHandle == null) { in isIncomingCallPermitted() 1942 return service.isIncomingCallPermitted(phoneAccountHandle); in isIncomingCallPermitted() 1971 public boolean isOutgoingCallPermitted(PhoneAccountHandle phoneAccountHandle) { in isOutgoingCallPermitted() argument 1975 return service.isOutgoingCallPermitted(phoneAccountHandle); in isOutgoingCallPermitted()
|
D | Connection.java | 3307 public void setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle() argument 3308 if (mPhoneAccountHandle != phoneAccountHandle) { in setPhoneAccountHandle() 3309 mPhoneAccountHandle = phoneAccountHandle; in setPhoneAccountHandle() 3310 notifyPhoneAccountChanged(phoneAccountHandle); in setPhoneAccountHandle()
|
D | ConnectionService.java | 2087 public final void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() argument 2089 addExistingConnection(phoneAccountHandle, connection, null /* conference */); in addExistingConnection() 2115 public final void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() argument 2118 String id = addExistingConnectionInternal(phoneAccountHandle, connection); in addExistingConnection() 2127 phoneAccountHandle, in addExistingConnection()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 1327 in PhoneAccountHandle phoneAccountHandle, in Uri uri); in setVoicemailRingtoneUri() argument 1350 in PhoneAccountHandle phoneAccountHandle, boolean enabled); in setVoicemailVibrationEnabled() argument
|