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

  /packages/apps/Launcher3/src/com/android/launcher3/testing/
ToggleWeightWatcher.java 20 boolean show = sp.getBoolean(TestingUtils.SHOW_WEIGHT_WATCHER, true);
23 sp.edit().putBoolean(TestingUtils.SHOW_WEIGHT_WATCHER, show).apply();
  /packages/apps/Launcher3/src/com/android/launcher3/util/
TestingUtils.java 26 public static final String SHOW_WEIGHT_WATCHER = "debug.show_mem";
43 boolean show = Utilities.getPrefs(launcher).getBoolean(SHOW_WEIGHT_WATCHER, true);

Completed in 2667 milliseconds