Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/Assistant/src/com/android/cts/devicepolicy/assistapp/
DMyInteractionService.java33 private static final String ACTION_SHOW_SESSION = "voice_interaction_service.show_session"; field in MyInteractionService
43 intentFilter.addAction(ACTION_SHOW_SESSION); in onCreate()
69 } else if (ACTION_SHOW_SESSION.equals(intent.getAction())) { in onReceive()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAssistScreenCaptureDisabledTest.java36 private static final String ACTION_SHOW_SESSION = "voice_interaction_service.show_session"; field in AssistScreenCaptureDisabledTest
86 Intent showSessionIntent = new Intent(ACTION_SHOW_SESSION); in assertScreenCapturePossible()