Searched refs:KEY_SUPPRESS_EXCEPTIONS (Results 1 – 2 of 2) sorted by relevance
92 public static final String KEY_SUPPRESS_EXCEPTIONS = "suppress_exceptions"; field in ActivityLauncher153 if (extras.getBoolean(KEY_SUPPRESS_EXCEPTIONS)) { in launchActivityFromExtras()160 if (extras.getBoolean(KEY_SUPPRESS_EXCEPTIONS)) { in launchActivityFromExtras()
43 import static android.server.am.ActivityLauncher.KEY_SUPPRESS_EXCEPTIONS;1455 b.putBoolean(KEY_SUPPRESS_EXCEPTIONS, mSuppressExceptions);1509 commandBuilder.append(" --ez " + KEY_SUPPRESS_EXCEPTIONS + " true");