Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionTestReceiver.java99 case MainInteractionSession.ACTION_SESSION_STARTED -> sServiceStartedQueue.add(intent); in onReceive()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java38 public static final String ACTION_SESSION_STARTED = "session_started"; field in MainInteractionSession
59 notifyTestReceiver(ACTION_SESSION_STARTED, extras); in onCreate()