Home
last modified time | relevance | path

Searched refs:PASSIVE_INTERVAL (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssMeasurementsProvider.java117 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 DGnssLocationProvider.java568 new LocationRequest.Builder(LocationRequest.PASSIVE_INTERVAL) in handleInitialize()
/aosp14/frameworks/base/location/java/android/location/
H A DLocationRequest.java71 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 DGnssMeasurementRequest.java44 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 DGnssTimeUpdateServiceTest.java88 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 DGnssMeasurementsProviderTest.java73 GnssMeasurementRequest.PASSIVE_INTERVAL).build();
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DGnssTimeUpdateService.java200 new LocationRequest.Builder(LocationRequest.PASSIVE_INTERVAL) in startGnssListeningLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/location/eventlog/
H A DLocationEventLog.java664 if (intervalMs == LocationRequest.PASSIVE_INTERVAL) { in intervalToString()
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DLocationProviderManager.java940 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 DLocationProviderManagerTest.java24 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt20604 field public static final int PASSIVE_INTERVAL = 2147483647; // 0x7fffffff
20972 field public static final long PASSIVE_INTERVAL = 9223372036854775807L; // 0x7fffffffffffffffL