Searched refs:onShow (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/
H A DDialogInterface.java103 void onShow(DialogInterface dialog); method in interface:DialogInterface.OnShowListener
/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionSession.java98 public void onShow(Bundle args, int showFlags) { method in class:AssistInteractionSession
99 super.onShow(args, showFlags);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java90 public void onShow(Bundle args, int showFlags) { method in class:MainInteractionSession
91 super.onShow(args, showFlags);
93 Log.i(TAG, "onShow: flags=0x" + Integer.toHexString(showFlags) + " args=" + args);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogMotion.java68 public void onShow(DialogInterface dialog) {
69 if (D.BUG) Log.d(TAG, "mDialog.onShow");
/frameworks/base/core/java/android/app/
H A DDialog.java1367 ((OnShowListener) msg.obj).onShow(mDialog.get());
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java83 * 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} befor
1401 public void onShow(Bundle args, int showFlags) { method in class:VoiceInteractionSession
[all...]

Completed in 376 milliseconds