/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssMeasurementsProvider.java | 117 if (request.getIntervalMillis() == GnssMeasurementRequest.PASSIVE_INTERVAL) { in registerWithService() 137 if (request.getIntervalMillis() == GnssMeasurementRequest.PASSIVE_INTERVAL) { in reregisterWithService() 187 int intervalMillis = GnssMeasurementRequest.PASSIVE_INTERVAL; in mergeRegistrations() 196 if (request.getIntervalMillis() == GnssMeasurementRequest.PASSIVE_INTERVAL) { in mergeRegistrations()
|
H A D | GnssLocationProvider.java | 568 new LocationRequest.Builder(LocationRequest.PASSIVE_INTERVAL) in handleInitialize()
|
/aosp14/frameworks/base/location/java/android/location/ |
H A D | LocationRequest.java | 71 public static final long PASSIVE_INTERVAL = Long.MAX_VALUE; field in LocationRequest 226 } else if (intervalMillis == PASSIVE_INTERVAL) { in createFromDeprecatedProvider() 264 } else if (intervalMillis == PASSIVE_INTERVAL) { in createFromDeprecatedCriteria() 354 mIntervalMillis = PASSIVE_INTERVAL; in setQuality() 384 if (millis == PASSIVE_INTERVAL) { in setInterval() 850 if (mIntervalMillis != PASSIVE_INTERVAL) { in toString() 967 if (mIntervalMillis == PASSIVE_INTERVAL in Builder() 1213 Preconditions.checkState(mIntervalMillis != PASSIVE_INTERVAL in build()
|
H A D | GnssMeasurementRequest.java | 44 public static final int PASSIVE_INTERVAL = Integer.MAX_VALUE; field in GnssMeasurementRequest
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/ |
H A D | GnssTimeUpdateServiceTest.java | 88 eq(new LocationRequest.Builder(LocationRequest.PASSIVE_INTERVAL) in testLocationListenerOnLocationChanged_validLocationTime_suggestsGnssTime() 118 eq(new LocationRequest.Builder(LocationRequest.PASSIVE_INTERVAL) in testLocationListenerOnLocationChanged_nullLocationTime_doesNotSuggestGnssTime()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/ |
H A D | GnssMeasurementsProviderTest.java | 73 GnssMeasurementRequest.PASSIVE_INTERVAL).build();
|
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/ |
H A D | GnssTimeUpdateService.java | 200 new LocationRequest.Builder(LocationRequest.PASSIVE_INTERVAL) in startGnssListeningLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/eventlog/ |
H A D | LocationEventLog.java | 664 if (intervalMs == LocationRequest.PASSIVE_INTERVAL) { in intervalToString()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/ |
H A D | LocationProviderManager.java | 940 getRequest().getIntervalMillis() != LocationRequest.PASSIVE_INTERVAL; in acceptLocationChange() 2284 if (request.getIntervalMillis() == LocationRequest.PASSIVE_INTERVAL) { 2315 thresholdIntervalMs = LocationRequest.PASSIVE_INTERVAL - 1;
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/ |
H A D | LocationProviderManagerTest.java | 24 import static android.location.LocationRequest.PASSIVE_INTERVAL; 747 new LocationRequest.Builder(PASSIVE_INTERVAL) in testRegisterListener_Coarse_Passive()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 20604 field public static final int PASSIVE_INTERVAL = 2147483647; // 0x7fffffff 20972 field public static final long PASSIVE_INTERVAL = 9223372036854775807L; // 0x7fffffffffffffffL
|