Searched refs:ACTION_HOST_TEST_RESULT (Results 1 – 2 of 2) sorted by relevance
56 private static final String ACTION_HOST_TEST_RESULT = field in HostTestsActivity142 if (ACTION_HOST_TEST_RESULT.equals(intent.getAction())) { in onReceive()247 IntentFilter filter = new IntentFilter(ACTION_HOST_TEST_RESULT); in onResume()
38 ACTION_HOST_TEST_RESULT = 'com.android.cts.verifier.ACTION_HOST_TEST_RESULT' variable