Home
last modified time | relevance | path

Searched refs:executeMethodAsync (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java176 executeMethodAsync(() -> ImsCallSessionImplBase.this.close(), "close");
247 executeMethodAsync(() -> ImsCallSessionImplBase.this.accept(callType, profile),
253 executeMethodAsync(() -> ImsCallSessionImplBase.this.deflect(deflectNumber),
264 executeMethodAsync(() -> ImsCallSessionImplBase.this.transfer(number,
270 executeMethodAsync(() -> {
284 executeMethodAsync(() -> ImsCallSessionImplBase.this.hold(profile), "hold");
294 executeMethodAsync(() -> ImsCallSessionImplBase.this.merge(), "merge");
333 executeMethodAsync(() -> ImsCallSessionImplBase.this.stopDtmf(), "stopDtmf");
373 executeMethodAsync(() -> ImsCallSessionImplBase.this.sendRtpHeaderExtensions(
379 executeMethodAsync(() -> ImsCallSessionImplBase.this.callSessionNotifyAnbr(
[all …]
H A DImsConfigImplBase.java107 executeMethodAsync(()-> { in addImsConfigCallback()
124 executeMethodAsync(()-> { in removeImsConfigCallback()
304 executeMethodAsync(()-> { in updateImsCarrierConfigs()
331 executeMethodAsync(()-> { in notifyRcsAutoConfigurationReceived()
349 executeMethodAsync(()-> { in notifyRcsAutoConfigurationRemoved()
386 executeMethodAsync(()-> { in addRcsConfigCallback()
403 executeMethodAsync(()-> { in removeRcsConfigCallback()
420 executeMethodAsync(()-> { in triggerRcsReconfiguration()
437 executeMethodAsync(()-> { in setRcsClientConfiguration()
454 executeMethodAsync(()-> { in notifyIntImsConfigChanged()
[all …]
H A DImsEcbmImplBase.java55 executeMethodAsync(() -> {
79 executeMethodAsync(() -> ImsEcbmImplBase.this.exitEmergencyCallbackMode(),
85 private void executeMethodAsync(Runnable r, String errorLogName) {
H A DImsMultiEndpointImplBase.java58 executeMethodAsync(() -> {
83 executeMethodAsync(() -> ImsMultiEndpointImplBase.this
89 private void executeMethodAsync(Runnable r, String errorLogName) {
H A DImsUtImplBase.java137 executeMethodAsync(() ->ImsUtImplBase.this.close(), "close");
230 executeMethodAsync(() -> {
282 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException {
H A DImsRegistrationImplBase.java222 executeMethodAsync(() -> {
237 executeMethodAsync(() -> ImsRegistrationImplBase.this.removeRegistrationCallback(c),
268 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException {
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/stub/
H A DSatelliteImplBase.java67 executeMethodAsync(
75 executeMethodAsync(
84 executeMethodAsync(
93 executeMethodAsync(
103 executeMethodAsync(
112 executeMethodAsync(
121 executeMethodAsync(
130 executeMethodAsync(
138 executeMethodAsync(
146 executeMethodAsync(
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DRcsFeature.java89 executeMethodAsync(() -> mReference.addCapabilityCallback(c), "addCapabilityCallback"); in addCapabilityCallback()
94 executeMethodAsync(() -> mReference.removeCapabilityCallback(c), in removeCapabilityCallback()
101 executeMethodAsync(() -> mReference.requestChangeEnabledCapabilities(r, c), in changeCapabilitiesConfiguration()
108 executeMethodAsync(() -> mReference.queryCapabilityConfigurationInternal(capability, in queryCapabilityConfiguration()
125 executeMethodAsync(() -> mReference.setCapabilityExchangeEventListener(listenerWrapper), in setCapabilityExchangeEventListener()
133 executeMethodAsync(() -> mReference.getCapabilityExchangeImplBaseInternal() in publishCapabilities()
141 executeMethodAsync(() -> mReference.getCapabilityExchangeImplBaseInternal() in subscribeForCapabilities()
150 executeMethodAsync(() -> mReference.getCapabilityExchangeImplBaseInternal() in sendOptionsCapabilityRequest()
157 private void executeMethodAsync(Runnable r, String errorLogName) in executeMethodAsync() method in RcsFeature.RcsFeatureBinder
H A DMmTelFeature.java137 executeMethodAsync(() -> MmTelFeature.this.changeOfferedRtpHeaderExtensionTypes(
211 executeMethodAsync(() -> MmTelFeature.this.setUiTtyMode(uiTtyMode, onCompleteMessage),
393 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException {
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsService.java250 executeMethodAsync(() -> releaseResource(), "releaseResource");
260 executeMethodAsync(() -> releaseResource(), "releaseResource");
301 executeMethodAsync(() -> ImsService.this.addImsFeatureStatusCallback(
308 executeMethodAsync(() -> ImsService.this.removeImsFeatureStatusCallback(
318 executeMethodAsync(() -> ImsService.this.removeImsFeature(slotId, featureType),
344 executeMethodAsync(() -> ImsService.this.readyForFeatureCreation(),
391 executeMethodAsync(() ->
397 executeMethodAsync(() ->
403 executeMethodAsync(() ->
413 executeMethodAsync(() -> releaseResource(), "releaseResource");
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DDomainSelectionService.java775 executeMethodAsync(getCachedExecutor(),
796 private static void executeMethodAsync(@NonNull Executor executor, @NonNull Runnable r, in executeMethodAsync() method in DomainSelectionService