Home
last modified time | relevance | path

Searched refs:ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/libs/vogar-expect/src/vogar/
DModeId.java20 DEVICE, JVM, ACTIVITY, SIM, HOST; enumConstant
23 return this != ACTIVITY; in acceptsVmArgs()
31 return this == DEVICE || this == ACTIVITY || this == SIM || this == HOST; in requiresAndroidSdk()
/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java87 …private static final String ACTIVITY = "android.rootlessgpudebug.app.RootlessGpuDebugDeviceActivit… field in CtsRootlessGpuDebugHostTest
228 mDevice.executeAdbCommand("shell", "am", "start", "-n", DEBUG_APP + "/" + ACTIVITY); in testDebugLayerLoadVulkan()
266 mDevice.executeAdbCommand("shell", "am", "start", "-n", RELEASE_APP + "/" + ACTIVITY); in testReleaseLayerLoadVulkan()
298 mDevice.executeAdbCommand("shell", "am", "start", "-n", DEBUG_APP + "/" + ACTIVITY); in testDebugNotEnabledVulkan()
330 mDevice.executeAdbCommand("shell", "am", "start", "-n", DEBUG_APP + "/" + ACTIVITY); in testDebugWrongAppVulkan()
362 mDevice.executeAdbCommand("shell", "am", "start", "-n", DEBUG_APP + "/" + ACTIVITY); in testDebugNoLayersEnabledVulkan()
389 mDevice.executeAdbCommand("shell", "am", "start", "-n", RELEASE_APP + "/" + ACTIVITY); in testSystemPropertyEnableVulkan()
430 mDevice.executeAdbCommand("shell", "am", "start", "-n", DEBUG_APP + "/" + ACTIVITY); in testSystemPropertyIgnoreVulkan()