Searched defs:sessionArgs (Results 1 – 3 of 3) sorted by relevance
32 void showSession(IVoiceInteractionService service, in Bundle sessionArgs, int flags); in showSession()35 boolean showSessionFromSession(IBinder token, in Bundle sessionArgs, int flags); in showSessionFromSession()
31 void show(in Bundle sessionArgs, int flags, IVoiceInteractionSessionShowCallback showCallback); in show()
578 public boolean showSessionFromSession(IBinder token, Bundle sessionArgs, int flags) { in showSessionFromSession()