Searched refs:SHOW_WEIGHT_WATCHER (Results 1 – 2 of 2) sorted by relevance
20 boolean show = sp.getBoolean(TestingUtils.SHOW_WEIGHT_WATCHER, true); in onCreate()23 sp.edit().putBoolean(TestingUtils.SHOW_WEIGHT_WATCHER, show).apply(); in onCreate()
26 public static final String SHOW_WEIGHT_WATCHER = "debug.show_mem"; field in TestingUtils43 boolean show = Utilities.getPrefs(launcher).getBoolean(SHOW_WEIGHT_WATCHER, true); in addWeightWatcher()