Home
last modified time | relevance | path

Searched refs:LOW_POWER_EXCEPTIONS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java28 import static android.location.LocationRequest.LOW_POWER_EXCEPTIONS;
782 if (!CompatChanges.isChangeEnabled(LOW_POWER_EXCEPTIONS, Binder.getCallingUid())) { in validateLocationRequest()
813 if (request.isLowPower() && CompatChanges.isChangeEnabled(LOW_POWER_EXCEPTIONS, in validateLocationRequest()
/frameworks/base/location/java/android/location/
DLocationRequest.java60 public static final long LOW_POWER_EXCEPTIONS = 168936375L; field in LocationRequest