Searched refs:executeMethodAsync (Results 1 – 1 of 1) sorted by relevance
83 executeMethodAsync(() -> mReference.addCapabilityCallback(c), "addCapabilityCallback"); in addCapabilityCallback()88 executeMethodAsync(() -> mReference.removeCapabilityCallback(c), in removeCapabilityCallback()95 executeMethodAsync(() -> mReference.requestChangeEnabledCapabilities(r, c), in changeCapabilitiesConfiguration()102 executeMethodAsync(() -> mReference.queryCapabilityConfigurationInternal(capability, in queryCapabilityConfiguration()114 executeMethodAsync(() -> mReference.getPresenceExchangeInternal() in requestCapabilities()120 executeMethodAsync(() -> mReference.getPresenceExchangeInternal() in updateCapabilities()129 executeMethodAsync(() -> mReference.getOptionsExchangeInternal() in sendCapabilityRequest()138 executeMethodAsync(() -> mReference.getOptionsExchangeInternal() in respondToCapabilityRequest()146 executeMethodAsync(() -> mReference.getOptionsExchangeInternal() in respondToCapabilityRequestWithError()153 private void executeMethodAsync(Runnable r, String errorLogName) in executeMethodAsync() method in RcsFeature.RcsFeatureBinder