Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/Assistant/src/com/android/cts/devicepolicy/assistapp/
DMyInteractionService.java32 private static final String ACTION_CHECK_IS_READY = "voice_interaction_service.is_ready"; field in MyInteractionService
42 intentFilter.addAction(ACTION_CHECK_IS_READY); in onCreate()
67 if (ACTION_CHECK_IS_READY.equals(intent.getAction())) { in onReceive()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAssistScreenCaptureDisabledTest.java35 private static final String ACTION_CHECK_IS_READY = "voice_interaction_service.is_ready"; field in AssistScreenCaptureDisabledTest
63 Intent checkIsReadyIntent = new Intent(ACTION_CHECK_IS_READY); in assertScreenCapturePossible()