Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DEphemeralResult.java41 && intent.hasExtra(TestResult.EXTRA_TEST_RESULT)) { in onCreate()
42 ((TestResult) intent.getParcelableExtra(TestResult.EXTRA_TEST_RESULT)).broadcast(this); in onCreate()
DClientTest.java1444 mQueue.offer(intent.getParcelableExtra(TestResult.EXTRA_TEST_RESULT), in onReceive()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
DTestResult.java26 public static final String EXTRA_TEST_RESULT = field in TestResult
75 broadcastIntent.putExtra(EXTRA_TEST_RESULT, this); in broadcast()
82 broadcastIntent.putExtra(EXTRA_TEST_RESULT, this); in startActivity()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DClientTest.java520 mQueue.offer(intent.getParcelableExtra(TestResult.EXTRA_TEST_RESULT), in onReceive()