Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DTestProtocol.java106 public static final String REQUEST_GET_ACTIVITIES = "get-activities"; field in TestProtocol
/aosp12/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/
H A DDebugTestInformationHandler.java212 case TestProtocol.REQUEST_GET_ACTIVITIES: { in call()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java1646 return getTestInfo(TestProtocol.REQUEST_GET_ACTIVITIES) in getActivities()