OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_BIT_SYNC
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
TestMeasurementUtil.java
471
} else if ((state | GnssMeasurement.
STATE_BIT_SYNC
)
472
== GnssMeasurement.
STATE_BIT_SYNC
) {
567
} else if ((state | GnssMeasurement.
STATE_BIT_SYNC
)
568
== GnssMeasurement.
STATE_BIT_SYNC
) {
640
} else if ((state | GnssMeasurement.
STATE_BIT_SYNC
)
641
== GnssMeasurement.
STATE_BIT_SYNC
) {
[
all
...]
/frameworks/base/location/java/android/location/
GpsMeasurement.java
129
public static final short
STATE_BIT_SYNC
= (1<<1);
149
private static final short STATE_ALL = STATE_CODE_LOCK |
STATE_BIT_SYNC
| STATE_SUBFRAME_SYNC
296
if ((mState &
STATE_BIT_SYNC
) ==
STATE_BIT_SYNC
) {
325
* Bit sync : [ 0 20 ms ] : {@link #
STATE_BIT_SYNC
} is set
[
all
...]
GnssMeasurement.java
92
public static final int
STATE_BIT_SYNC
= (1<<1);
296
if ((mState &
STATE_BIT_SYNC
) != 0) {
360
* Bit sync : [ 0 20ms ] :
STATE_BIT_SYNC
is set
380
* Bit sync : [ 0 20ms ] :
STATE_BIT_SYNC
is set
395
* Bit sync (D1) : [ 0 20ms ] :
STATE_BIT_SYNC
is set
[
all
...]
/prebuilts/sdk/system_current/
android.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 39 milliseconds