Searched refs:MAX_LOCATION_MODE (Results 1 – 4 of 4) sorted by relevance
114 const int MAX_LOCATION_MODE = 4; field
76 Math.min(in.mLocationMode, PowerManager.MAX_LOCATION_MODE)); in BatterySaverPolicyConfig()112 Math.min(in.readInt(), PowerManager.MAX_LOCATION_MODE)); in BatterySaverPolicyConfig()
914 public static final int MAX_LOCATION_MODE = LOCATION_MODE_THROTTLE_REQUESTS_WHEN_SCREEN_OFF; field in PowerManager
729 || PowerManager.MAX_LOCATION_MODE < locationMode) { in Policy()