Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DClientTransactionalServiceRepository.java41 PhoneAccountHandle phoneAccountHandle) { in addNewCallForTransactionalServiceWrapper() argument
44 if (!hasExistingServiceWrapper(phoneAccountHandle)) { in addNewCallForTransactionalServiceWrapper()
45 service = new ClientTransactionalServiceWrapper(phoneAccountHandle, this); in addNewCallForTransactionalServiceWrapper()
47 service = getTransactionalServiceWrapper(phoneAccountHandle); in addNewCallForTransactionalServiceWrapper()
50 LOOKUP_TABLE.put(phoneAccountHandle, service); in addNewCallForTransactionalServiceWrapper()
H A DITelecomService.aidl322 boolean isIncomingCallPermitted(in PhoneAccountHandle phoneAccountHandle, in isIncomingCallPermitted() argument
328 boolean isOutgoingCallPermitted(in PhoneAccountHandle phoneAccountHandle, in isOutgoingCallPermitted() argument
/aosp14/frameworks/base/telephony/java/android/telephony/
H A 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()
H A DVisualVoicemailSms.java96 public Builder setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle() argument
97 this.mPhoneAccountHandle = phoneAccountHandle; in setPhoneAccountHandle()
H A DTelephonyManager.java464 public Integer recompute(PhoneAccountHandle phoneAccountHandle) {
468 return telephony.getSubIdForPhoneAccountHandle(phoneAccountHandle,
737 public TelephonyManager createForPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in createForPhoneAccountHandle() argument
738 int subId = getSubscriptionId(phoneAccountHandle); in createForPhoneAccountHandle()
5440 public boolean isVisualVoicemailEnabled(PhoneAccountHandle phoneAccountHandle){ in isVisualVoicemailEnabled() argument
12252 public int getSubscriptionId(@NonNull PhoneAccountHandle phoneAccountHandle) { in getSubscriptionId() argument
12253 return mPhoneAccountHandleToSubIdCache.query(phoneAccountHandle); in getSubscriptionId()
12625 public void setVoicemailRingtoneUri(PhoneAccountHandle phoneAccountHandle, Uri uri) { in setVoicemailRingtoneUri() argument
12629 service.setVoicemailRingtoneUri(getOpPackageName(), phoneAccountHandle, uri); in setVoicemailRingtoneUri() local
12672 public void setVoicemailVibrationEnabled(PhoneAccountHandle phoneAccountHandle, in setVoicemailVibrationEnabled() argument
[all …]
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
H A DCallMetadataSyncConnectionService.java126 public Connection onCreateIncomingConnection(PhoneAccountHandle phoneAccountHandle, in onCreateIncomingConnection() argument
154 public void onCreateIncomingConnectionFailed(PhoneAccountHandle phoneAccountHandle, in onCreateIncomingConnectionFailed() argument
157 phoneAccountHandle != null ? phoneAccountHandle.getId() : "unknown PhoneAccount"; in onCreateIncomingConnectionFailed()
162 public Connection onCreateOutgoingConnection(PhoneAccountHandle phoneAccountHandle, in onCreateOutgoingConnection() argument
164 final PhoneAccountHandle handle = phoneAccountHandle != null ? phoneAccountHandle in onCreateOutgoingConnection()
216 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle phoneAccountHandle, in onCreateOutgoingConnectionFailed() argument
219 phoneAccountHandle != null ? phoneAccountHandle.getId() : "unknown PhoneAccount"; in onCreateOutgoingConnectionFailed()
H A DCrossDeviceSyncController.java892 private void unregisterPhoneAccount(PhoneAccountHandle phoneAccountHandle) { in unregisterPhoneAccount() argument
893 mTelecomManager.unregisterPhoneAccount(phoneAccountHandle); in unregisterPhoneAccount()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallAttributes.java70 private CallAttributes(@NonNull PhoneAccountHandle phoneAccountHandle, in CallAttributes() argument
76 mPhoneAccountHandle = phoneAccountHandle; in CallAttributes()
159 public Builder(@NonNull PhoneAccountHandle phoneAccountHandle, in Builder() argument
167 Objects.requireNonNull(phoneAccountHandle); in Builder()
170 mPhoneAccountHandle = phoneAccountHandle; in Builder()
H A DVoicemail.java41 private Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, in Voicemail() argument
46 mPhoneAccount = phoneAccountHandle; in Voicemail()
H A DTelecomManager.java2531 public boolean isIncomingCallPermitted(PhoneAccountHandle phoneAccountHandle) { in isIncomingCallPermitted() argument
2532 if (phoneAccountHandle == null) { in isIncomingCallPermitted()
2539 return service.isIncomingCallPermitted(phoneAccountHandle, in isIncomingCallPermitted()
2569 public boolean isOutgoingCallPermitted(PhoneAccountHandle phoneAccountHandle) { in isOutgoingCallPermitted() argument
2573 return service.isOutgoingCallPermitted(phoneAccountHandle, in isOutgoingCallPermitted()
H A DConnection.java3983 public void setPhoneAccountHandle(@NonNull PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle() argument
3984 if (mPhoneAccountHandle != phoneAccountHandle) { in setPhoneAccountHandle()
3985 mPhoneAccountHandle = phoneAccountHandle; in setPhoneAccountHandle()
3986 notifyPhoneAccountChanged(phoneAccountHandle); in setPhoneAccountHandle()
H A DConnectionService.java2435 PhoneAccountHandle phoneAccountHandle = connection.getPhoneAccountHandle() == null in createConnection() local
2438 addConnection(phoneAccountHandle, callId, connection); in createConnection()
2454 phoneAccountHandle, in createConnection()
3110 public final void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() argument
3112 addExistingConnection(phoneAccountHandle, connection, null /* conference */); in addExistingConnection()
3144 public final void addExistingConnection(@NonNull PhoneAccountHandle phoneAccountHandle, in addExistingConnection() argument
3147 String id = addExistingConnectionInternal(phoneAccountHandle, connection); in addExistingConnection()
3156 phoneAccountHandle, in addExistingConnection()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1380 int getSubIdForPhoneAccountHandle(in PhoneAccountHandle phoneAccountHandle, in getSubIdForPhoneAccountHandle() argument
1444 in PhoneAccountHandle phoneAccountHandle, in Uri uri); in setVoicemailRingtoneUri() argument
1467 in PhoneAccountHandle phoneAccountHandle, boolean enabled); in setVoicemailVibrationEnabled() argument
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...