Home
last modified time | relevance | path

Searched refs:phoneAccountHandle (Results 1 – 12 of 12) 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.java497 public TelephonyManager createForPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in createForPhoneAccountHandle() argument
498 int subId = getSubscriptionId(phoneAccountHandle); in createForPhoneAccountHandle()
4454 public void setVisualVoicemailEnabled(PhoneAccountHandle phoneAccountHandle, boolean enabled){ in setVisualVoicemailEnabled() argument
4469 public boolean isVisualVoicemailEnabled(PhoneAccountHandle phoneAccountHandle){ in isVisualVoicemailEnabled() argument
10081 public int getSubscriptionId(@NonNull PhoneAccountHandle phoneAccountHandle) { in getSubscriptionId() argument
10087 phoneAccountHandle, mContext.getOpPackageName(), null); in getSubscriptionId()
10274 public void setVoicemailRingtoneUri(PhoneAccountHandle phoneAccountHandle, Uri uri) { in setVoicemailRingtoneUri() argument
10278 service.setVoicemailRingtoneUri(getOpPackageName(), phoneAccountHandle, uri); in setVoicemailRingtoneUri() local
10319 public void setVoicemailVibrationEnabled(PhoneAccountHandle phoneAccountHandle, in setVoicemailVibrationEnabled() argument
10324 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()
161 sendVvmSmsBroadcast(context, settings, phoneAccountHandle, messageData, null); in filter()
194 sendVvmSmsBroadcast(context, settings, phoneAccountHandle, messageData, null); in filter()
201 sendVvmSmsBroadcast(context, settings, phoneAccountHandle, null, messageBody); in filter()
260 VisualVoicemailSmsFilterSettings filterSettings, PhoneAccountHandle phoneAccountHandle, in sendVvmSmsBroadcast() argument
272 builder.setPhoneAccountHandle(phoneAccountHandle); in sendVvmSmsBroadcast()
DGsmCdmaPhone.java2181 PhoneAccountHandle phoneAccountHandle = subscriptionIdToPhoneAccountHandle(getSubId()); in setCallForwardingOption() local
2183 extras.putParcelable(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, phoneAccountHandle); in setCallForwardingOption()
2346 PhoneAccountHandle phoneAccountHandle = subscriptionIdToPhoneAccountHandle(getSubId()); in setCallWaiting() local
2348 extras.putParcelable(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, phoneAccountHandle); in setCallWaiting()
4301 final PhoneAccountHandle phoneAccountHandle = phoneAccounts.next(); in subscriptionIdToPhoneAccountHandle() local
4302 final PhoneAccount phoneAccount = telecomManager.getPhoneAccount(phoneAccountHandle); in subscriptionIdToPhoneAccountHandle()
4304 return phoneAccountHandle; in subscriptionIdToPhoneAccountHandle()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionController.java300 PhoneAccountHandle phoneAccountHandle = subscriptionIdToPhoneAccountHandle(subId); in updateUserPreferences() local
302 mTelecomManager.setUserSelectedOutgoingPhoneAccount(phoneAccountHandle); in updateUserPreferences()
398 final PhoneAccountHandle phoneAccountHandle = phoneAccounts.next(); in isNonSimAccountFound() local
399 final PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(phoneAccountHandle); in isNonSimAccountFound()
415 final PhoneAccountHandle phoneAccountHandle = phoneAccounts.next(); in subscriptionIdToPhoneAccountHandle() local
416 final PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(phoneAccountHandle); in subscriptionIdToPhoneAccountHandle()
418 return phoneAccountHandle; in subscriptionIdToPhoneAccountHandle()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DITelecomService.aidl293 boolean isIncomingCallPermitted(in PhoneAccountHandle phoneAccountHandle); in isIncomingCallPermitted() argument
298 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.java2235 public boolean isIncomingCallPermitted(PhoneAccountHandle phoneAccountHandle) { in isIncomingCallPermitted() argument
2236 if (phoneAccountHandle == null) { in isIncomingCallPermitted()
2243 return service.isIncomingCallPermitted(phoneAccountHandle); in isIncomingCallPermitted()
2272 public boolean isOutgoingCallPermitted(PhoneAccountHandle phoneAccountHandle) { in isOutgoingCallPermitted() argument
2276 return service.isOutgoingCallPermitted(phoneAccountHandle); in isOutgoingCallPermitted()
DConnection.java3484 public void setPhoneAccountHandle(@NonNull PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle() argument
3485 if (mPhoneAccountHandle != phoneAccountHandle) { in setPhoneAccountHandle()
3486 mPhoneAccountHandle = phoneAccountHandle; in setPhoneAccountHandle()
3487 notifyPhoneAccountChanged(phoneAccountHandle); in setPhoneAccountHandle()
DConnectionService.java2533 public final void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() argument
2535 addExistingConnection(phoneAccountHandle, connection, null /* conference */); in addExistingConnection()
2567 public final void addExistingConnection(@NonNull PhoneAccountHandle phoneAccountHandle, in addExistingConnection() argument
2570 String id = addExistingConnectionInternal(phoneAccountHandle, connection); in addExistingConnection()
2579 phoneAccountHandle, in addExistingConnection()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl1387 int getSubIdForPhoneAccountHandle(in PhoneAccountHandle phoneAccountHandle, in getSubIdForPhoneAccountHandle() argument
1446 in PhoneAccountHandle phoneAccountHandle, in Uri uri); in setVoicemailRingtoneUri() argument
1469 in PhoneAccountHandle phoneAccountHandle, boolean enabled); in setVoicemailVibrationEnabled() argument