Searched refs:KEY_SUPPRESS_EXCEPTIONS (Results 1 – 2 of 2) sorted by relevance
95 public static final String KEY_SUPPRESS_EXCEPTIONS = "suppress_exceptions"; field in ActivityLauncher216 if (extras.getBoolean(KEY_SUPPRESS_EXCEPTIONS)) { in launchActivityFromExtras()224 if (extras.getBoolean(KEY_SUPPRESS_EXCEPTIONS)) { in launchActivityFromExtras()
56 import static android.server.wm.ActivityLauncher.KEY_SUPPRESS_EXCEPTIONS;2001 b.putBoolean(KEY_SUPPRESS_EXCEPTIONS, mSuppressExceptions);2063 commandBuilder.append(" --ez " + KEY_SUPPRESS_EXCEPTIONS + " true");