Searched refs:ACTION_SHOW_SESSION (Results 1 – 2 of 2) sorted by relevance
33 private static final String ACTION_SHOW_SESSION = "voice_interaction_service.show_session"; field in MyInteractionService43 intentFilter.addAction(ACTION_SHOW_SESSION); in onCreate()69 } else if (ACTION_SHOW_SESSION.equals(intent.getAction())) { in onReceive()
36 private static final String ACTION_SHOW_SESSION = "voice_interaction_service.show_session"; field in AssistScreenCaptureDisabledTest86 Intent showSessionIntent = new Intent(ACTION_SHOW_SESSION); in assertScreenCapturePossible()