Home
last modified time | relevance | path

Searched defs:phoneAccountHandle (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DVisualVoicemailService.java199 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()
DVisualVoicemailSms.java96 public Builder setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle()
DTelephonyManager.java737 public TelephonyManager createForPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in createForPhoneAccountHandle()
5424 public void setVisualVoicemailEnabled(PhoneAccountHandle phoneAccountHandle, boolean enabled){ in setVisualVoicemailEnabled()
5440 public boolean isVisualVoicemailEnabled(PhoneAccountHandle phoneAccountHandle){ in isVisualVoicemailEnabled()
12252 public int getSubscriptionId(@NonNull PhoneAccountHandle phoneAccountHandle) { in getSubscriptionId()
12625 public void setVoicemailRingtoneUri(PhoneAccountHandle phoneAccountHandle, Uri uri) { in setVoicemailRingtoneUri()
12629 service.setVoicemailRingtoneUri(getOpPackageName(), phoneAccountHandle, uri); in setVoicemailRingtoneUri() local
12672 public void setVoicemailVibrationEnabled(PhoneAccountHandle phoneAccountHandle, in setVoicemailVibrationEnabled()
12677 service.setVoicemailVibrationEnabled(getOpPackageName(), phoneAccountHandle, in setVoicemailVibrationEnabled() local
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCallMetadataSyncConnectionService.java126 public Connection onCreateIncomingConnection(PhoneAccountHandle phoneAccountHandle, in onCreateIncomingConnection()
154 public void onCreateIncomingConnectionFailed(PhoneAccountHandle phoneAccountHandle, in onCreateIncomingConnectionFailed()
162 public Connection onCreateOutgoingConnection(PhoneAccountHandle phoneAccountHandle, in onCreateOutgoingConnection()
216 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle phoneAccountHandle, in onCreateOutgoingConnectionFailed()
DCrossDeviceSyncController.java892 private void unregisterPhoneAccount(PhoneAccountHandle phoneAccountHandle) { in unregisterPhoneAccount()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DClientTransactionalServiceRepository.java41 PhoneAccountHandle phoneAccountHandle) { in addNewCallForTransactionalServiceWrapper()
DITelecomService.aidl322 boolean isIncomingCallPermitted(in PhoneAccountHandle phoneAccountHandle, in isIncomingCallPermitted()
328 boolean isOutgoingCallPermitted(in PhoneAccountHandle phoneAccountHandle, in isOutgoingCallPermitted()
/frameworks/base/telecomm/java/android/telecom/
DCallAttributes.java70 private CallAttributes(@NonNull PhoneAccountHandle phoneAccountHandle, in CallAttributes()
159 public Builder(@NonNull PhoneAccountHandle phoneAccountHandle, in Builder()
DVoicemail.java41 private Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, in Voicemail()
DConnectionService.java2435 PhoneAccountHandle phoneAccountHandle = connection.getPhoneAccountHandle() == null in createConnection() local
3110 public final void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection()
3144 public final void addExistingConnection(@NonNull PhoneAccountHandle phoneAccountHandle, in addExistingConnection()
DTelecomManager.java2531 public boolean isIncomingCallPermitted(PhoneAccountHandle phoneAccountHandle) { in isIncomingCallPermitted()
2569 public boolean isOutgoingCallPermitted(PhoneAccountHandle phoneAccountHandle) { in isOutgoingCallPermitted()
DConnection.java3983 public void setPhoneAccountHandle(@NonNull PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVisualVoicemailSmsFilter.java151 PhoneAccountHandle phoneAccountHandle = sPhoneAccountHandleConverter.fromSubId(subId, in filter() local
273 VisualVoicemailSmsFilterSettings filterSettings, PhoneAccountHandle phoneAccountHandle, in sendVvmSmsBroadcast()
DGsmCdmaPhone.java2480 PhoneAccountHandle phoneAccountHandle = subscriptionIdToPhoneAccountHandle(getSubId()); in setCallForwardingOption() local
2739 PhoneAccountHandle phoneAccountHandle = subscriptionIdToPhoneAccountHandle(getSubId()); in setCallWaiting() local
4798 final PhoneAccountHandle phoneAccountHandle = phoneAccounts.next(); in subscriptionIdToPhoneAccountHandle() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl1380 int getSubIdForPhoneAccountHandle(in PhoneAccountHandle phoneAccountHandle, in getSubIdForPhoneAccountHandle()
1444 in PhoneAccountHandle phoneAccountHandle, in Uri uri); in setVoicemailRingtoneUri()
1467 in PhoneAccountHandle phoneAccountHandle, boolean enabled); in setVoicemailVibrationEnabled()