Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/services/cf_satellite_service/src/com/google/android/telephony/satellite/
DCFSatelliteService.java130 runWithExecutor(() -> errorCallback.accept(SatelliteError.ERROR_NONE)); in requestSatelliteListeningEnabled()
147 runWithExecutor(() -> errorCallback.accept(SatelliteError.ERROR_NONE)); in enableSatellite()
153 runWithExecutor(() -> errorCallback.accept(SatelliteError.ERROR_NONE)); in disableSatellite()
160 runWithExecutor(() -> callback.accept(mIsEnabled)); in requestIsSatelliteEnabled()
167 runWithExecutor(() -> callback.accept(mIsSupported)); in requestIsSatelliteSupported()
178 runWithExecutor(() -> callback.accept(capabilities)); in requestSatelliteCapabilities()
187 runWithExecutor(() -> errorCallback.accept(SatelliteError.ERROR_NONE)); in startSendingSatellitePointingInfo()
193 runWithExecutor(() -> errorCallback.accept(SatelliteError.ERROR_NONE)); in stopSendingSatellitePointingInfo()
200 runWithExecutor(() -> errorCallback.accept(SatelliteError.ERROR_NONE)); in provisionSatelliteService()
208 runWithExecutor(() -> errorCallback.accept(SatelliteError.ERROR_NONE)); in deprovisionSatelliteService()
[all …]