Searched refs:SUPPRESS_AUTO_BATTERY_SAVER_SUGGESTION (Results 1 – 4 of 4) sorted by relevance
175 Secure.putString(mMockResolver, Secure.SUPPRESS_AUTO_BATTERY_SAVER_SUGGESTION, "null"); in testSetAutoBatterySaverTriggerLevel_setSuppressSuggestion()180 assertThat(Secure.getInt(mMockResolver, Secure.SUPPRESS_AUTO_BATTERY_SAVER_SUGGESTION, -1)) in testSetAutoBatterySaverTriggerLevel_setSuppressSuggestion()186 assertThat(Secure.getInt(mMockResolver, Secure.SUPPRESS_AUTO_BATTERY_SAVER_SUGGESTION, -1)) in testSetAutoBatterySaverTriggerLevel_setSuppressSuggestion()
144 Secure.SUPPRESS_AUTO_BATTERY_SAVER_SUGGESTION, 0) == 0) { in setPowerSaveMode()199 Secure.SUPPRESS_AUTO_BATTERY_SAVER_SUGGESTION, 1); in suppressAutoBatterySaver()
726 Settings.Secure.SUPPRESS_AUTO_BATTERY_SAVER_SUGGESTION,
8804 public static final String SUPPRESS_AUTO_BATTERY_SAVER_SUGGESTION = field in Settings.Secure