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

  /packages/apps/Launcher3/src/com/android/launcher3/testing/
ToggleWeightWatcher.java 11 import com.android.launcher3.util.TestingUtils;
20 boolean show = sp.getBoolean(TestingUtils.SHOW_WEIGHT_WATCHER, true);
23 sp.edit().putBoolean(TestingUtils.SHOW_WEIGHT_WATCHER, show).apply();
MemoryTracker.java 32 import com.android.launcher3.util.TestingUtils;
191 if (TestingUtils.ACTION_START_TRACKING.equals(intent.getAction())) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 31 import com.android.launcher3.util.TestingUtils;
83 if (TestingUtils.MEMORY_DUMP_ENABLED) {
84 TestingUtils.startTrackingMemory(sContext);
Launcher.java 109 import com.android.launcher3.util.TestingUtils;
351 if (TestingUtils.ENABLE_CUSTOM_WIDGET_TEST) {
352 TestingUtils.addDummyWidget(sCustomAppWidgets);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
TestingUtils.java 20 public class TestingUtils {
68 Log.e("TestingUtils", "Error adding dummy widget", e);

Completed in 196 milliseconds