Searched refs:executeMethodAsync (Results 1 – 11 of 11) sorted by relevance
176 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 …]
107 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 …]
55 executeMethodAsync(() -> {79 executeMethodAsync(() -> ImsEcbmImplBase.this.exitEmergencyCallbackMode(),85 private void executeMethodAsync(Runnable r, String errorLogName) {
58 executeMethodAsync(() -> {83 executeMethodAsync(() -> ImsMultiEndpointImplBase.this89 private void executeMethodAsync(Runnable r, String errorLogName) {
137 executeMethodAsync(() ->ImsUtImplBase.this.close(), "close");230 executeMethodAsync(() -> {282 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException {
222 executeMethodAsync(() -> {237 executeMethodAsync(() -> ImsRegistrationImplBase.this.removeRegistrationCallback(c),268 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException {
67 executeMethodAsync(75 executeMethodAsync(84 executeMethodAsync(93 executeMethodAsync(103 executeMethodAsync(112 executeMethodAsync(121 executeMethodAsync(130 executeMethodAsync(138 executeMethodAsync(146 executeMethodAsync([all …]
89 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
137 executeMethodAsync(() -> MmTelFeature.this.changeOfferedRtpHeaderExtensionTypes(211 executeMethodAsync(() -> MmTelFeature.this.setUiTtyMode(uiTtyMode, onCompleteMessage),393 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException {
250 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 …]
775 executeMethodAsync(getCachedExecutor(),796 private static void executeMethodAsync(@NonNull Executor executor, @NonNull Runnable r, in executeMethodAsync() method in DomainSelectionService