Searched refs:ACCURACY_HIGH (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | Criteria.java | 50 @IntDef({NO_REQUIREMENT, ACCURACY_LOW, ACCURACY_MEDIUM, ACCURACY_HIGH}) 113 public static final int ACCURACY_HIGH = 3; field in Criteria 158 ACCURACY_HIGH, "accuracy"); in setHorizontalAccuracy() 180 ACCURACY_HIGH, "accuracy"); in setVerticalAccuracy() 201 mSpeedAccuracy = Preconditions.checkArgumentInRange(accuracy, NO_REQUIREMENT, ACCURACY_HIGH, in setSpeedAccuracy() 224 ACCURACY_HIGH, "accuracy"); in setBearingAccuracy() 251 setHorizontalAccuracy(ACCURACY_HIGH); in setAccuracy() 266 if (mHorizontalAccuracy >= ACCURACY_HIGH) { in getAccuracy()
|
/frameworks/native/include/input/ |
D | InputDevice.h | 117 ACCURACY_HIGH = 3, enumerator 119 ftl_last = ACCURACY_HIGH,
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | SensorInputMapper.cpp | 216 InputDeviceSensorAccuracy::ACCURACY_HIGH, in createSensor()
|
/frameworks/base/location/api/ |
D | current.txt | 78 field @Deprecated public static final int ACCURACY_HIGH = 3; // 0x3
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 3277 ASSERT_EQ(args.accuracy, InputDeviceSensorAccuracy::ACCURACY_HIGH); in TEST_F() 3307 ASSERT_EQ(args.accuracy, InputDeviceSensorAccuracy::ACCURACY_HIGH); in TEST_F()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13748 field public static final int ACCURACY_HIGH = 3; // 0x3
|