Searched refs:showDialog (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestBasic.java51 showDialog();
58 private void showDialog() { method in class:BiDiTestBasic
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DDialogActivity.java58 showDialog(DIALOG_WITHOUT_EDITTEXT);
68 showDialog(DIALOG_WITH_EDITTEXT);
H A DEditTextActivityDialog.java58 showDialog(SCROLLABLE_DIALOG_ID);
66 showDialog(NONSCROLLABLE_DIALOG_ID);
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java156 showDialog(null);
159 private void showDialog(Bundle state) { method in class:PreferenceScreen
248 showDialog(myState.dialogBundle);
H A DDialogPreference.java266 showDialog(null);
276 protected void showDialog(Bundle state) { method in class:DialogPreference
441 showDialog(myState.dialogBundle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java243 showDialog(id);
291 boolean showDialog = false;
295 showDialog = true;
301 showDialog = true;
308 if (showDialog) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockPatternKeyguardView.java1093 private void showDialog(String title, String message) { method in class:LockPatternKeyguardView
1118 showDialog(null, message);
1127 showDialog(null, message);
1134 showDialog(null, message);
1140 showDialog(null, message);
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java138 showDialog();
403 public void showDialog() { method in class:MediaRouteButton
411 Log.w(TAG, "showDialog(): Already showing!");
H A DActivity.java2942 * <p>If you use {@link #showDialog(int)}, the activity will call through to
2949 * passed to {@link #showDialog}.
2955 * @param args The dialog arguments provided to {@link #showDialog(int, Bundle)}.
2959 * @see #showDialog(int, Bundle)
2995 * @param args The dialog arguments provided to {@link #showDialog(int, Bundle)}.
2997 * @see #showDialog(int)
3011 * Simple version of {@link #showDialog(int, Bundle)} that does not
3012 * take any arguments. Simply calls {@link #showDialog(int, Bundle)}
3020 public final void showDialog(int id) { method in class:Activity
3021 showDialog(i
3055 public final boolean showDialog(int id, Bundle args) { method in class:Activity
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardHostView.java408 private void showDialog(String title, String message) { method in class:KeyguardHostView
440 showDialog(null, message);
448 showDialog(null, message);
453 showDialog(null, message);
462 showDialog(null, message);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
H A DDirListActivity.java66 /** Code for the dialog, used in showDialog and onCreateDialog */
217 showDialog(DIALOG_RUN_ABORT_DIR, arguments);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java141 public void showDialog(boolean keyguardShowing, boolean isDeviceProvisioned) { method in class:GlobalActions
H A DPhoneWindowManager.java752 mGlobalActions.showDialog(keyguardShowing, isDeviceProvisioned());

Completed in 206 milliseconds