Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java59 notifyTestReceiver(ACTION_SESSION_STARTED, extras); in onCreate()
78 notifyTestReceiver(ACTION_ON_SHOW_RECEIVED, args); in onShow()
249 notifyTestReceiver(ACTION_SCREENSHOT_RECEIVED, extras); in onHandleScreenshot()
259 notifyTestReceiver(ACTION_ASSIST_DATA_RECEIVED, extras); in onHandleAssist()
262 private void notifyTestReceiver(String action, Bundle extras) { in notifyTestReceiver() method in MainInteractionSession