Searched defs:onGetSupportedCommands (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java112 public boolean[] onGetSupportedCommands(Caller caller, String[] commands) { method in class:MainInteractionSession
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java319 if (DEBUG) Log.d(TAG, "onGetSupportedCommands: cmds=" + args.arg2);
320 args.arg1 = onGetSupportedCommands((Caller) args.arg1, (String[]) args.arg2);
550 * for voice interactions will appear as callbacks on {@link #onGetSupportedCommands},
762 public boolean[] onGetSupportedCommands(Caller caller, String[] commands) { method in class:VoiceInteractionSession

Completed in 26 milliseconds