Home
last modified time | relevance | path

Searched refs:phoneAccountHandle (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DVisualVoicemailService.java199 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()
DVisualVoicemailSms.java96 public Builder setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle() argument
97 this.mPhoneAccountHandle = phoneAccountHandle; in setPhoneAccountHandle()
DTelephonyManager.java424 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/
DVisualVoicemailSmsFilter.java139 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/
DITelecomService.aidl267 boolean isIncomingCallPermitted(in PhoneAccountHandle phoneAccountHandle); in isIncomingCallPermitted() argument
272 boolean isOutgoingCallPermitted(in PhoneAccountHandle phoneAccountHandle); in isOutgoingCallPermitted() argument
/frameworks/base/telecomm/java/android/telecom/
DVoicemail.java41 private Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, in Voicemail() argument
46 mPhoneAccount = phoneAccountHandle; in Voicemail()
DTelecomManager.java1934 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()
DConnection.java3307 public void setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle() argument
3308 if (mPhoneAccountHandle != phoneAccountHandle) { in setPhoneAccountHandle()
3309 mPhoneAccountHandle = phoneAccountHandle; in setPhoneAccountHandle()
3310 notifyPhoneAccountChanged(phoneAccountHandle); in setPhoneAccountHandle()
DConnectionService.java2087 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/
DITelephony.aidl1327 in PhoneAccountHandle phoneAccountHandle, in Uri uri); in setVoicemailRingtoneUri() argument
1350 in PhoneAccountHandle phoneAccountHandle, boolean enabled); in setVoicemailVibrationEnabled() argument