Searched refs:MAX_LOCATION_MODE (Results 1 – 3 of 3) sorted by relevance
77 Math.min(in.mLocationMode, PowerManager.MAX_LOCATION_MODE)); in BatterySaverPolicyConfig()112 Math.min(in.readInt(), PowerManager.MAX_LOCATION_MODE)); in BatterySaverPolicyConfig()
791 public static final int MAX_LOCATION_MODE = LOCATION_MODE_THROTTLE_REQUESTS_WHEN_SCREEN_OFF; field in PowerManager
618 || PowerManager.MAX_LOCATION_MODE < locationMode) { in Policy()