/frameworks/base/core/java/android/preference/ |
D | PreferenceScreen.java | 148 showDialog(null); in onClick() 151 private void showDialog(Bundle state) { in showDialog() method in PreferenceScreen 235 showDialog(myState.dialogBundle); in onRestoreInstanceState()
|
D | DialogPreference.java | 264 showDialog(null); in onClick() 274 protected void showDialog(Bundle state) { in showDialog() method in DialogPreference 439 showDialog(myState.dialogBundle); in onRestoreInstanceState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | UsbStorageActivity.java | 248 showDialog(id); 296 boolean showDialog = false; 300 showDialog = true; 306 showDialog = true; 313 if (showDialog) {
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
D | DialogActivity.java | 58 showDialog(DIALOG_WITHOUT_EDITTEXT); in onCreate() 68 showDialog(DIALOG_WITH_EDITTEXT); in onCreate()
|
D | EditTextActivityDialog.java | 58 showDialog(SCROLLABLE_DIALOG_ID); in onCreate() 66 showDialog(NONSCROLLABLE_DIALOG_ID); in onCreate()
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
D | BiDiTestBasic.java | 51 showDialog(); in onViewCreated() 58 private void showDialog() { in showDialog() method in BiDiTestBasic
|
/frameworks/base/docs/html/guide/tutorials/views/ |
D | hello-datepicker.jd | 61 showDialog(DATE_DIALOG_ID); 80 …show our DatePicker dialog. The <code>showDialog()</code> method will pop-up the date picker dial… 88 (which is called by <code>showDialog()</code>) 101 <p>This method is passed the identifier we gave <code>showDialog()</code> and initializes
|
D | hello-timepicker.jd | 62 showDialog(TIME_DIALOG_ID); 80 show our TimePicker dialog. The <code>showDialog()</code> method will perform a callback 98 <p>This is passed the identifier we gave <code>showDialog()</code> and initializes 100 <code>showDialog()</code>.</p>
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-timepicker.jd | 65 showDialog(TIME_DIALOG_ID); 84 android.app.Activity#showDialog(int)}, passing the unique integer ID for the time picker 85 dialog. Using {@link android.app.Activity#showDialog(int)} allows the {@link 148 {@link android.app.Activity#showDialog(int)}, in the {@link android.widget.Button}'s on-click
|
D | hello-datepicker.jd | 66 showDialog(DATE_DIALOG_ID); 86 will call {@link android.app.Activity#showDialog(int)}, passing the unique integer ID for 87 the date picker dialog. Using {@link android.app.Activity#showDialog(int)} allows the {@link 153 {@link android.app.Activity#showDialog(int)} (which is called by the button's {@link
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | LockPatternKeyguardView.java | 1041 private void showDialog(String title, String message) { in showDialog() method in LockPatternKeyguardView 1065 showDialog(null, message); in showTimeoutDialog() 1074 showDialog(null, message); in showAlmostAtAccountLoginDialog() 1081 showDialog(null, message); in showAlmostAtWipeDialog() 1087 showDialog(null, message); in showWipeDialog()
|
D | GlobalActions.java | 99 public void showDialog(boolean keyguardShowing, boolean isDeviceProvisioned) { in showDialog() method in GlobalActions
|
D | PhoneWindowManager.java | 634 mGlobalActions.showDialog(keyguardShowing, isDeviceProvisioned()); in showGlobalActionsDialog()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 90 {@link android.app.Activity#showDialog(int)} and pass it an integer that uniquely identifies the 96 is passed the same ID that you passed to {@link android.app.Activity#showDialog(int)}. 145 <p>When it's time to show one of the dialogs, call {@link android.app.Activity#showDialog(int)} 148 showDialog(DIALOG_PAUSED_ID); 477 showDialog(PROGRESS_DIALOG);
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/ |
D | DirListActivity.java | 217 showDialog(DIALOG_RUN_ABORT_DIR, arguments); in onCreate()
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 2859 public final void showDialog(int id) { in showDialog() method in Activity 2860 showDialog(id, null); in showDialog() 2894 public final boolean showDialog(int id, Bundle args) { in showDialog() method in Activity
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | more-resources.jd | 415 {@link android.app.Activity#showDialog(int) showDialog}(<b>R.id.dialog_exit</b>);
|
/frameworks/base/docs/html/sdk/api_diff/8/ |
D | missingSinces.txt | 255 NO DOC BLOCK: android.app.Activity Method showDialog(int, android.os.Bundle)
|
/frameworks/base/docs/html/guide/publishing/ |
D | licensing.jd | 1341 showDialog(0);
|
/frameworks/base/api/ |
D | current.txt | 2653 method public final deprecated void showDialog(int); 2654 method public final deprecated boolean showDialog(int, android.os.Bundle); 15289 method protected void showDialog(android.os.Bundle);
|
D | 14.txt | 2653 method public final deprecated void showDialog(int); 2654 method public final deprecated boolean showDialog(int, android.os.Bundle); 15289 method protected void showDialog(android.os.Bundle);
|