Searched refs:LOW_POWER_EXCEPTIONS (Results 1 – 2 of 2) sorted by relevance
28 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()
60 public static final long LOW_POWER_EXCEPTIONS = 168936375L; field in LocationRequest