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