Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGpsMeasurement.java143 public static final short STATE_TOW_DECODED = (1<<3); field in GpsMeasurement
154 | STATE_TOW_DECODED | STATE_MSEC_AMBIGUOUS;
306 if ((mState & STATE_TOW_DECODED) == STATE_TOW_DECODED) { in getStateString()
DGnssMeasurement.java117 STATE_TOW_DECODED, STATE_MSEC_AMBIGUOUS, STATE_SYMBOL_SYNC, STATE_GLO_STRING_SYNC,
134 public static final int STATE_TOW_DECODED = (1<<3); field in GnssMeasurement
425 if ((mState & STATE_TOW_DECODED) != 0) { in getStateString()
/frameworks/base/location/api/
Dcurrent.txt337 field public static final int STATE_TOW_DECODED = 8; // 0x8
Dsystem-current.txt356 field @Deprecated public static final short STATE_TOW_DECODED = 8; // 0x8
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...