HomeSort by relevance Sort by last modified time
    Searched refs:showDialog (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.h 33 bool showDialog,
  /frameworks/base/services/core/java/com/android/server/policy/
GlobalActions.java 59 public void showDialog(boolean keyguardShowing, boolean deviceProvisioned) {
60 if (DEBUG) Slog.d(TAG, "showDialog " + keyguardShowing + " " + deviceProvisioned);
73 mLegacyGlobalActions.showDialog(mKeyguardShowing, mDeviceProvisioned);
98 mLegacyGlobalActions.showDialog(mKeyguardShowing, mDeviceProvisioned);
108 mLegacyGlobalActions.showDialog(mKeyguardShowing, mDeviceProvisioned);
  /cts/hostsidetests/systemui/src/android/host/systemui/
TileServiceTest.java 95 showDialog();
136 showDialog();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar3.java 30 * and {@link Activity#showDialog} to ensure the dialogs will be properly saved
51 showDialog(DIALOG1_KEY);
58 showDialog(DIALOG2_KEY);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 347 showDialog(DIALOG_YES_NO_MESSAGE);
355 showDialog(DIALOG_YES_NO_LONG_MESSAGE);
364 showDialog(DIALOG_YES_NO_ULTRA_LONG_MESSAGE);
373 showDialog(DIALOG_LIST);
381 showDialog(DIALOG_PROGRESS);
392 showDialog(DIALOG_PROGRESS_SPINNER);
400 showDialog(DIALOG_SINGLE_CHOICE);
408 showDialog(DIALOG_MULTIPLE_CHOICE);
416 showDialog(DIALOG_MULTIPLE_CHOICE_CURSOR);
424 showDialog(DIALOG_TEXT_ENTRY)
    [all...]
FragmentAlertDialog.java 50 showDialog();
56 void showDialog() {
FragmentDialogOrActivity.java 53 showDialog();
59 void showDialog() {
FragmentDialog.java 51 showDialog();
67 void showDialog() {
160 ((FragmentDialog)getActivity()).showDialog();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
FlagValueCellEditor.java 42 return mUiFlagAttribute.showDialog(cellEditorWindow.getShell(), currentValue);
ResourceValueCellEditor.java 43 return mUiResourceAttribute.showDialog(cellEditorWindow.getShell(), currentValue);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushSenderActivity.java 75 showDialog(NFC_NOT_ENABLED_DIALOG_ID);
78 showDialog(NDEF_PUSH_NOT_ENABLED_DIALOG_ID);
LlcpVersionActivity.java 77 showDialog(NFC_NOT_ENABLED_DIALOG_ID);
80 showDialog(NDEF_PUSH_NOT_ENABLED_DIALOG_ID);
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestBasic.java 51 showDialog();
58 private void showDialog() {
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
DialogActivity.java 58 showDialog(DIALOG_WITHOUT_EDITTEXT);
68 showDialog(DIALOG_WITH_EDITTEXT);
EditTextActivityDialog.java 58 showDialog(SCROLLABLE_DIALOG_ID);
66 showDialog(NONSCROLLABLE_DIALOG_ID);
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
FragmentAlertDialogSupport.java 52 showDialog();
58 void showDialog() {
FragmentDialogOrActivitySupport.java 54 showDialog();
60 void showDialog() {
FragmentDialogSupport.java 53 showDialog();
69 void showDialog() {
162 ((FragmentDialogSupport)getActivity()).showDialog();
  /packages/services/Telephony/src/com/android/phone/
CallBarringDeselectAllPreference.java 52 protected void showDialog(Bundle state) {
64 Log.d(LOG_TAG, "showDialog: mShowPassword: " + mShowPassword);
67 super.showDialog(state);
CdmaOptions.java 198 public void showDialog(Preference preference) {
200 mButtonCdmaSystemSelect.showDialog(null);
202 mButtonCdmaSubscription.showDialog(null);
CdmaSubscriptionListPreference.java 67 protected void showDialog(Bundle state) {
70 super.showDialog(state);
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSecurity.java 94 public static Uri getUpdateSecurityUri(final long accountId, final boolean showDialog) {
98 baseUri.appendQueryParameter(EXTRA_SHOW_DIALOG, Boolean.toString(showDialog));
108 * @param showDialog If true, a simple warning dialog will be shown before kicking off
114 boolean showDialog) {
117 intent.putExtra(EXTRA_SHOW_DIALOG, showDialog);
149 boolean showDialog = false;
152 showDialog = Boolean.getBoolean(value);
154 extras.putBoolean(EXTRA_SHOW_DIALOG, showDialog);
233 final boolean showDialog = args.getBoolean(EXTRA_SHOW_DIALOG, false);
240 showDialog, passwordExpiring, passwordExpired)
    [all...]
  /external/proguard/src/proguard/gui/
MemberSpecificationsPanel.java 79 int returnValue = fieldSpecificationDialog.showDialog();
101 int returnValue = methodSpecificationDialog.showDialog();
131 int returnValue = memberSpecificationDialog.showDialog();
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
ConfirmCallDialogActivity.java 45 showDialog(callId, ongoingAppName);
48 private void showDialog(final String callId, CharSequence ongoingAppName) {
49 Log.i(this, "showDialog: confirming callId=%s, ongoing=%s", callId, ongoingAppName);
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelperImpl.java 91 mActivity.showDialog(DIALOG_ID_EXCEPTION, bundle);

Completed in 1012 milliseconds

1 2 3 4 5 6 7 8 910