Home
last modified time | relevance | path

Searched refs:REQUEST_FORCE_GC (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DTestProtocol.java93 public static final String REQUEST_FORCE_GC = "gc"; field in TestProtocol
/aosp12/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/
H A DDebugTestInformationHandler.java148 case TestProtocol.REQUEST_FORCE_GC: { in call()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java1619 getTestInfo(TestProtocol.REQUEST_FORCE_GC); in forceGc()