Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionTestReceiver.java104 case MainInteractionSession.ACTION_ON_SHOW_RECEIVED -> sOnShowReceivedQueue.add(intent); in onReceive()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java41 public static final String ACTION_ON_SHOW_RECEIVED = "on_show_received"; field in MainInteractionSession
78 notifyTestReceiver(ACTION_ON_SHOW_RECEIVED, args); in onShow()