Searched refs:getIsPowerPolicyOn (Results 1 – 4 of 4) sorted by relevance
67 if (!getIsPowerPolicyOn() || getLocationManager().isLocationEnabled()) { in getDefaultAvailabilityStatus()72 return mIsClickable && getIsPowerPolicyOn() && !getLocationManager().isLocationEnabled() in getDefaultAvailabilityStatus()133 if (!getIsPowerPolicyOn()) { in onCreateInternal()143 if (!getIsPowerPolicyOn()) { in onCreateInternal()168 if (getIsPowerPolicyOn()) { in getConfirmationDialog()
57 || !getIsPowerPolicyOn()) { in getDefaultAvailabilityStatus()92 if (!getIsPowerPolicyOn()) { in onCreateInternal()
179 protected boolean getIsPowerPolicyOn() { in getIsPowerPolicyOn() method in LocationStateListenerBasePreferenceController
179 return getIsPowerPolicyOn() in onPowerPolicyChange_refreshUi()