Searched defs:showDialog (Results 1 - 21 of 21) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DBaseInputView.java65 public void showDialog(AlertDialog.Builder builder) { method in class:BaseInputView
/packages/apps/Settings/src/com/android/settings/
H A DBugreportPreference.java41 protected void showDialog(Bundle state) { method in class:BugreportPreference
42 super.showDialog(state);
H A DLocalePicker.java71 showDialog(DLG_SHOW_GLOBAL_WARNING);
87 protected void showDialog(int dialogId) { method in class:LocalePicker
H A DPointerSpeedPreference.java56 protected void showDialog(Bundle state) { method in class:PointerSpeedPreference
57 super.showDialog(state);
H A DProxySelector.java114 private void showDialog(int dialogId) { method in class:ProxySelector
220 showDialog(ERROR_DIALOG_ID);
H A DSettingsPreferenceFragment.java335 protected void showDialog(int dialogId) { method in class:SettingsPreferenceFragment
359 * called after showDialog(int) and before removeDialog(int). The method
370 * called after showDialog(int) and before removeDialog(int). The method
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DSizeLimitActivity.java85 showDialog(cursor);
91 private void showDialog(Cursor cursor) { method in class:SizeLimitActivity
/packages/apps/Calendar/src/com/android/calendar/
H A DEditResponseHelper.java123 public void showDialog(int whichEvents) { method in class:EditResponseHelper
/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
H A DDMSessionConfirmAlertActivity.java49 showDialog();
116 private void showDialog() { method in class:DMSessionConfirmAlertActivity
/packages/services/Telephony/src/com/android/phone/
H A DCdmaOptions.java165 public void showDialog(Preference preference) { method in class:CdmaOptions
167 mButtonCdmaSystemSelect.showDialog(null);
169 mButtonCdmaSubscription.showDialog(null);
H A DCdmaSubscriptionListPreference.java67 protected void showDialog(Bundle state) { method in class:CdmaSubscriptionListPreference
70 super.showDialog(state);
H A DCdmaSystemSelectListPreference.java56 protected void showDialog(Bundle state) { method in class:CdmaSystemSelectListPreference
61 super.showDialog(state);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionActivity.java97 showDialog(getString(R.string.bluetooth_connection_permission_request), mRequestType);
99 showDialog(getString(R.string.bluetooth_phonebook_request), mRequestType);
101 showDialog(getString(R.string.bluetooth_map_request), mRequestType);
114 private void showDialog(String title, int requestType) method in class:BluetoothPermissionActivity
118 if(DEBUG) Log.i(TAG, "showDialog() Request type: " + mRequestType + " this: " + this);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DSavedAccessPointsWifiSettings.java154 private void showDialog(AccessPoint accessPoint, boolean edit) { method in class:SavedAccessPointsWifiSettings
163 showDialog(WifiSettings.WIFI_DIALOG_ID);
210 showDialog((AccessPoint) preference, false);
H A DWifiSettings.java448 showDialog(WPS_PBC_DIALOG_ID);
465 showDialog(WPS_PIN_DIALOG_ID);
545 showDialog(mSelectedAccessPoint, true);
554 showDialog(mSelectedAccessPoint, true);
558 showDialog(WRITE_NFC_DIALOG_ID);
579 showDialog(mSelectedAccessPoint, false);
587 private void showDialog(AccessPoint accessPoint, boolean edit) { method in class:WifiSettings
597 showDialog(WIFI_DIALOG_ID);
1038 showDialog(null, true);
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactDeletionInteraction.java264 showDialog(mMessageId, contactUri);
275 private void showDialog(int messageId, final Uri contactUri) { method in class:ContactDeletionInteraction
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DRestrictedActivity.java145 * @see android.app.Activity#showDialog(int)
147 void showDialog(int id); method in interface:RestrictedActivity
H A DAbstractActivityController.java1517 final boolean showDialog = (settings != null && settings.confirmArchive);
1518 confirmAndDelete(id, target, showDialog, R.plurals.confirm_archive_conversation, undoCallback);
1524 final boolean showDialog = (settings != null && settings.confirmDelete);
1525 confirmAndDelete(id, target, showDialog, R.plurals.confirm_delete_conversation, undoCallback);
1528 confirmAndDelete(id, target, true /* showDialog */,
1983 * @param showDialog true if a confirmation dialog is to be shown, false otherwise.
1987 boolean showDialog, int confirmResource, UndoCallback undoCallback) {
1989 if (showDialog) {
1986 confirmAndDelete(int actionId, final Collection<Conversation> target, boolean showDialog, int confirmResource, UndoCallback undoCallback) argument
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSecurity.java96 * @param showDialog If true, a simple warning dialog will be shown before kicking off
102 boolean showDialog) {
105 intent.putExtra(EXTRA_SHOW_DIALOG, showDialog);
203 final boolean showDialog = args.getBoolean(EXTRA_SHOW_DIALOG, false);
210 showDialog, passwordExpiring, passwordExpired);
253 final boolean showDialog, final boolean passwordExpiring,
258 mShowDialog = showDialog;
284 protected void completeCreate(final Account account, final boolean showDialog, argument
305 if (showDialog) {
101 actionUpdateSecurityIntent(Context context, long accountId, boolean showDialog) argument
252 AccountAndPolicyLoader(final Context context, final long accountId, final boolean showDialog, final boolean passwordExpiring, final boolean passwordExpired) argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMenuExecutor.java232 boolean waitOnStop, boolean showDialog) {
277 startAction(action, title, listener, waitOnStop, showDialog);
334 boolean waitOnStop, boolean showDialog) {
339 if (showDialog) {
231 onMenuClicked(int action, ProgressListener listener, boolean waitOnStop, boolean showDialog) argument
333 startAction(int action, int title, ProgressListener listener, boolean waitOnStop, boolean showDialog) argument
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java471 showDialog(DIALOG_ID_CUSTOM);
483 void showDialog(int bundleDialogId) { method in class:LabeledEditorView

Completed in 3219 milliseconds