Searched defs:showDialog (Results 1 - 9 of 9) 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/core/java/android/preference/
H A DPreferenceScreen.java155 showDialog(null);
158 private void showDialog(Bundle state) { method in class:PreferenceScreen
247 showDialog(myState.dialogBundle);
H A DDialogPreference.java274 showDialog(null);
284 protected void showDialog(Bundle state) { method in class:DialogPreference
449 showDialog(myState.dialogBundle);
/frameworks/base/core/java/android/webkit/
H A DJsDialogHelper.java89 public void showDialog(Context context) { method in class:JsDialogHelper
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java154 public void showDialog() { method in class:MediaRouteButton
H A DActivity.java3291 * <p>If you use {@link #showDialog(int)}, the activity will call through to
3298 * passed to {@link #showDialog}.
3304 * @param args The dialog arguments provided to {@link #showDialog(int, Bundle)}.
3308 * @see #showDialog(int, Bundle)
3345 * @param args The dialog arguments provided to {@link #showDialog(int, Bundle)}.
3347 * @see #showDialog(int)
3361 * Simple version of {@link #showDialog(int, Bundle)} that does not
3362 * take any arguments. Simply calls {@link #showDialog(int, Bundle)}
3370 public final void showDialog(int id) { method in class:Activity
3371 showDialog(i
3406 public final boolean showDialog(int id, Bundle args) { method in class:Activity
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java182 private void showDialog(String title, String message) { method in class:KeyguardSecurityContainer
222 showDialog(null, message);
242 showDialog(null, message);
261 showDialog(null, message);
270 showDialog(null, message);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java221 public boolean showDialog() { method in class:MediaRouteButton
234 Log.w(TAG, "showDialog(): Route chooser dialog already showing!");
243 Log.w(TAG, "showDialog(): Route controller dialog already showing!");
288 return showDialog() || handled;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java164 public void showDialog(boolean keyguardShowing, boolean isDeviceProvisioned) { method in class:GlobalActions

Completed in 1433 milliseconds