HomeSort by relevance Sort by last modified time
    Searched defs:STATE_TOW_DECODED (Results 1 - 6 of 6) sorted by null

  /frameworks/base/location/java/android/location/
GnssMeasurement.java 96 public static final int STATE_TOW_DECODED = (1<<3);
302 if ((mState & STATE_TOW_DECODED) != 0) {
362 * TOW decoded : [ 0 1week ] : STATE_TOW_DECODED is set</pre>
398 * Time of week : [ 0 1week ] : STATE_TOW_DECODED is set</pre>
    [all...]
GpsMeasurement.java 139 public static final short STATE_TOW_DECODED = (1<<3);
150 | STATE_TOW_DECODED | STATE_MSEC_AMBIGUOUS;
302 if ((mState & STATE_TOW_DECODED) == STATE_TOW_DECODED) {
327 * TOW decoded : [ 0 1 week ] : {@link #STATE_TOW_DECODED} is set
    [all...]
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 676 milliseconds