Searched refs:ACTIVITY (Results 1 – 2 of 2) sorted by relevance
/cts/libs/vogar-expect/src/vogar/ |
D | ModeId.java | 20 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/ |
D | CtsRootlessGpuDebugHostTest.java | 87 …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()
|