Searched refs:STATE_BIT_SYNC (Results 1 – 5 of 5) sorted by relevance
129 public static final short STATE_BIT_SYNC = (1<<1); field in GpsMeasurement149 private static final short STATE_ALL = STATE_CODE_LOCK | STATE_BIT_SYNC | STATE_SUBFRAME_SYNC296 if ((mState & STATE_BIT_SYNC) == STATE_BIT_SYNC) { in getStateString()
91 STATE_CODE_LOCK, STATE_BIT_SYNC, STATE_SUBFRAME_SYNC,105 public static final int STATE_BIT_SYNC = (1<<1); field in GnssMeasurement362 if ((mState & STATE_BIT_SYNC) != 0) { in getStateString()
2446 field public static final short STATE_BIT_SYNC = 2; // 0x2
21651 field public static final int STATE_BIT_SYNC = 2; // 0x2
19667 Landroid/location/GnssMeasurement;->STATE_BIT_SYNC:I19919 Landroid/location/GpsMeasurement;->STATE_BIT_SYNC:S