HomeSort by relevance Sort by last modified time
    Searched refs:KEY_BACKGROUND_ACTIVITY (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryOptimizationPreferenceController.java 37 private static final String KEY_BACKGROUND_ACTIVITY = "battery_optimization";
77 return KEY_BACKGROUND_ACTIVITY;
82 if (!KEY_BACKGROUND_ACTIVITY.equals(preference.getKey())) {
BackgroundActivityPreferenceController.java 44 static final String KEY_BACKGROUND_ACTIVITY = "background_activity";
97 return KEY_BACKGROUND_ACTIVITY;
102 if (KEY_BACKGROUND_ACTIVITY.equals(preference.getKey())) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
BackgroundActivityPreferenceControllerTest.java 111 mPreference.setKey(BackgroundActivityPreferenceController.KEY_BACKGROUND_ACTIVITY);

Completed in 200 milliseconds