Home | History | Annotate | Download | only in voice

Lines Matching defs:onShow

83      * Flag received in {@link #onShow}: originator requested that the session be started with
89 * Flag received in {@link #onShow}: originator requested that the session be started with
95 * Flag for use with {@link #onShow}: indicates that the session has been started from the
101 * Flag for use with {@link #onShow}: indicates that the application itself has invoked
107 * Flag for use with {@link #onShow}: indicates that an Activity has invoked the voice
1011 onShow(args, flags);
1163 * your UI, which will eventually culminate in {@link #onShow}. This is similar to calling
1165 * @param args Arbitrary arguments that will be propagated {@link #onShow}.
1367 * session will be used for; you will find that out in {@link #onShow}.
1379 * Called prior to {@link #onShow} before any UI setup has occurred. Not generally useful.
1401 public void onShow(Bundle args, int showFlags) {