Searched refs:KEY_TEST_RESULT (Results 1 – 5 of 5) sorted by relevance
56 assertThat(intent.getIntExtra(Utils.KEY_TEST_RESULT, -1)).isEqualTo( in testHotwordDetectionService_noHotwordDetectionComponentName_triggerFailure()
294 assertThat(intent.getIntExtra(Utils.KEY_TEST_RESULT, -1)).isEqualTo(expectedResult); in testHotwordDetection()307 final Parcelable result = intent.getParcelableExtra(Utils.KEY_TEST_RESULT); in performAndGetDetectionResult()
298 .putExtra(Utils.KEY_TEST_RESULT, result);306 .putExtra(Utils.KEY_TEST_RESULT, result);
143 .putExtra(Utils.KEY_TEST_RESULT, result); in broadcastIntentWithResult()
186 public static final String KEY_TEST_RESULT = "testResult"; field in Utils