Searched refs:hotwordDetectionServiceFailure (Results 1 – 3 of 3) sorted by relevance
49 final HotwordDetectionServiceFailure hotwordDetectionServiceFailure = in testHotwordDetectionServiceFailure_getErrorCode() local52 assertThat(hotwordDetectionServiceFailure.getErrorCode()).isEqualTo(TEST_ERROR_CODE); in testHotwordDetectionServiceFailure_getErrorCode()57 final HotwordDetectionServiceFailure hotwordDetectionServiceFailure = in testHotwordDetectionServiceFailure_getErrorMessage() local60 assertThat(hotwordDetectionServiceFailure.getErrorMessage()).isEqualTo(TEST_ERROR_MESSAGE); in testHotwordDetectionServiceFailure_getErrorMessage()65 final HotwordDetectionServiceFailure hotwordDetectionServiceFailure = in testHotwordDetectionServiceFailure_getSuggestedAction() local68 assertThat(hotwordDetectionServiceFailure.getSuggestedAction()).isEqualTo( in testHotwordDetectionServiceFailure_getSuggestedAction()74 final HotwordDetectionServiceFailure hotwordDetectionServiceFailure = in testHotwordDetectionServiceFailureParcelizeDeparcelize() local78 hotwordDetectionServiceFailure.writeToParcel(p, 0); in testHotwordDetectionServiceFailureParcelizeDeparcelize()85 assertThat(hotwordDetectionServiceFailure.getErrorCode()).isEqualTo( in testHotwordDetectionServiceFailureParcelizeDeparcelize()87 assertThat(hotwordDetectionServiceFailure.getErrorMessage()).isEqualTo( in testHotwordDetectionServiceFailureParcelizeDeparcelize()[all …]
393 public void onFailure(HotwordDetectionServiceFailure hotwordDetectionServiceFailure) { in createAlwaysOnHotwordDetectorCallbackWithListeners() argument395 + hotwordDetectionServiceFailure); in createAlwaysOnHotwordDetectorCallbackWithListeners()396 mHotwordDetectionServiceFailure = hotwordDetectionServiceFailure; in createAlwaysOnHotwordDetectorCallbackWithListeners()581 public void onFailure(HotwordDetectionServiceFailure hotwordDetectionServiceFailure) {583 + hotwordDetectionServiceFailure);584 mHotwordDetectionServiceFailure = hotwordDetectionServiceFailure;
2069 HotwordDetectionServiceFailure hotwordDetectionServiceFailure, int errorCode) in verifyHotwordDetectionServiceFailure() argument2071 assertThat(hotwordDetectionServiceFailure).isNotNull(); in verifyHotwordDetectionServiceFailure()2072 assertThat(hotwordDetectionServiceFailure.getErrorCode()).isEqualTo(errorCode); in verifyHotwordDetectionServiceFailure()