Searched refs:onShow (Results 1 - 7 of 7) 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/support/browser/src/main/java/androidx/browser/browseractions/
H A DBrowserActionsFallbackMenuUi.java92 public void onShow(DialogInterface dialogInterface) {
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java92 public void onShow(Bundle args, int showFlags) { method in class:MainInteractionSession
93 super.onShow(args, showFlags);
95 Log.i(TAG, "onShow: flags=0x" + Integer.toHexString(showFlags) + " args=" + args);
/frameworks/base/core/java/android/app/
H A DDialog.java1399 ((OnShowListener) msg.obj).onShow(mDialog.get());
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java82 * Flag received in {@link #onShow}: originator requested that the session be started with
88 * Flag received in {@link #onShow}: originator requested that the session be started with
94 * Flag for use with {@link #onShow}: indicates that the session has been started from the
100 * Flag for use with {@link #onShow}: indicates that the application itself has invoked
106 * Flag for use with {@link #onShow}: indicates that an Activity has invoked the voice
1000 onShow(args, flags);
1152 * your UI, which will eventually culminate in {@link #onShow}. This is similar to calling
1154 * @param args Arbitrary arguments that will be propagated {@link #onShow}.
1356 * session will be used for; you will find that out in {@link #onShow}.
1368 * Called prior to {@link #onShow} befor
1390 public void onShow(Bundle args, int showFlags) { method in class:VoiceInteractionSession
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 249 milliseconds