Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/services/cf_satellite_service/src/com/google/android/telephony/satellite/
DCFSatelliteService.java65 private boolean mIsSupported; field in CFSatelliteService
80 mIsSupported = true; in CFSatelliteService()
169 runWithExecutor(() -> callback.accept(mIsSupported)); in requestIsSatelliteSupported()
272 if (!mIsSupported) { in verifySatelliteModemState()