OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_TOW_DECODED
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
TestMeasurementUtil.java
501
if ((state | GnssMeasurement.
STATE_TOW_DECODED
)
502
== GnssMeasurement.
STATE_TOW_DECODED
) {
540
if ((state | GnssMeasurement.
STATE_TOW_DECODED
)
541
== GnssMeasurement.
STATE_TOW_DECODED
) {
622
if ((state | GnssMeasurement.
STATE_TOW_DECODED
)
623
== GnssMeasurement.
STATE_TOW_DECODED
) {
[
all
...]
/frameworks/base/location/java/android/location/
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
...]
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
...]
/prebuilts/sdk/system_current/
android.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 288 milliseconds