Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/
DTestAppConstants.java39 public static final String CRASH_ACTIVITY = String.format("%s/.CrashMeActivity", field in TestAppConstants
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java695 getDevice().executeShellCommand("am start -n " + TestAppConstants.CRASH_ACTIVITY); in testClearErrorDialogs_crash()