Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/src/com/android/server/location/
DGnssMeasurementsProviderTest.java62 when(mMockNative.isMeasurementSupported()).thenReturn(true); in isSupported_nativeIsSupported()
65 when(mMockNative.isMeasurementSupported()).thenReturn(false); in isSupported_nativeIsSupported()
/frameworks/base/services/core/java/com/android/server/location/
DGnssMeasurementsProvider.java67 return mNative.isMeasurementSupported(); in isAvailableInPlatform()
162 public boolean isMeasurementSupported() { in isMeasurementSupported() method in GnssMeasurementsProvider.GnssMeasurementProviderNative
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp217 static bool isMeasurementSupported() { in isMeasurementSupported() function in PerfMeasurementContext
244 bool supported = PerfMeasurementContext::isMeasurementSupported(); in PerfMeasurement_nativeQuerySupport()
/frameworks/base/services/
Dart-profile8099 …/server/location/GnssMeasurementsProvider$GnssMeasurementProviderNative;->isMeasurementSupported()Z