Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java75 private static final String EXTRA_CAUGHT_SECURITY_EXCEPTION = "extra_caught_security_exception"; field in IntentReceiverActivity
98 result.putExtra(EXTRA_CAUGHT_SECURITY_EXCEPTION, true); in onCreate()
118 result.putExtra(EXTRA_CAUGHT_SECURITY_EXCEPTION, true); in onCreate()