Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DHostTestsActivity.java56 private static final String ACTION_HOST_TEST_RESULT = field in HostTestsActivity
142 if (ACTION_HOST_TEST_RESULT.equals(intent.getAction())) { in onReceive()
247 IntentFilter filter = new IntentFilter(ACTION_HOST_TEST_RESULT); in onResume()
/cts/hostsidetests/multidevices/tools/
Drun_all_tests.py38 ACTION_HOST_TEST_RESULT = 'com.android.cts.verifier.ACTION_HOST_TEST_RESULT' variable