Searched refs:CRASHING_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
81 launchActivityNoWait(Components.CRASHING_ACTIVITY); in testDevSettingOverride()83 ensureActivityNotFocused(Components.CRASHING_ACTIVITY); in testDevSettingOverride()104 launchActivityNoWait(Components.CRASHING_ACTIVITY); in testDevSettingPrecedence()106 ensureActivityNotFocused(Components.CRASHING_ACTIVITY); in testDevSettingPrecedence()121 launchActivityNoWait(Components.CRASHING_ACTIVITY); in testFirstCrashDialogNotShown()123 ensureNoCrashDialog(Components.CRASHING_ACTIVITY); in testFirstCrashDialogNotShown()124 ensureActivityNotFocused(Components.CRASHING_ACTIVITY); in testFirstCrashDialogNotShown()144 launchActivityNoWait(Components.CRASHING_ACTIVITY); in testRepeatedCrashDialogNotShown()145 ensureNoCrashDialog(Components.CRASHING_ACTIVITY); in testRepeatedCrashDialogNotShown()147 ensureActivityNotFocused(Components.CRASHING_ACTIVITY); in testRepeatedCrashDialogNotShown()
20 import static android.server.wm.app.Components.CRASHING_ACTIVITY;88 CRASHING_ACTIVITY.getPackageName())); in tearDown()
260 public static final ComponentName CRASHING_ACTIVITY = field in Components