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

/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
H A DGroupMmsSettingDialog.java40 public static void showDialog(final Context context, final int subId) { method in class:GroupMmsSettingDialog
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DBaseInputView.java65 public void showDialog(AlertDialog.Builder builder) { method in class:BaseInputView
/packages/apps/Calendar/src/com/android/calendar/
H A DEditResponseHelper.java123 public void showDialog(int whichEvents) { method in class:EditResponseHelper
/packages/services/Telephony/src/com/android/phone/
H A DCdmaOptions.java170 public void showDialog(Preference preference) { method in class:CdmaOptions
172 mButtonCdmaSystemSelect.showDialog(null);
174 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);
H A DIccNetworkDepersonalizationPanel.java77 public static void showDialog() { method in class:IccNetworkDepersonalizationPanel
79 Log.i(TAG, "[IccNetworkDepersonalizationPanel] - showDialog; skipped already shown.");
82 Log.i(TAG, "[IccNetworkDepersonalizationPanel] - showDialog; showing dialog.");
187 Log.i(TAG, "[IccNetworkDepersonalizationPanel] - showDialog; hiding dialog.");
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DMessageDetailsDialog.java64 showDialog(context, messageDetails);
69 showDialog(context, messageDetails);
87 private static void showDialog(final Context context, String messageDetails) { method in class:MessageDetailsDialog
/packages/apps/Settings/src/com/android/settings/
H A DProxySelector.java110 private void showDialog(int dialogId) { method in class:ProxySelector
216 showDialog(ERROR_DIALOG_ID);
H A DConfirmDeviceCredentialBaseFragment.java289 showDialog(title, message, android.R.string.ok, false /* dismiss */);
293 showDialog(null, message, R.string.lock_profile_wipe_dismiss, true /* dismiss */);
327 private void showDialog(String title, String message, int buttonString, final boolean dismiss) { method in class:ConfirmDeviceCredentialBaseFragment
H A DSettingsPreferenceFragment.java506 protected void showDialog(int dialogId) { method in class:SettingsPreferenceFragment
530 * called after showDialog(int) and before removeDialog(int). The method
541 * called after showDialog(int) and before removeDialog(int). The method
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionActivity.java99 showDialog(getString(R.string.bluetooth_connection_permission_request), mRequestType);
101 showDialog(getString(R.string.bluetooth_phonebook_request), mRequestType);
103 showDialog(getString(R.string.bluetooth_map_request), mRequestType);
105 showDialog(getString(R.string.bluetooth_sap_request), mRequestType);
118 private void showDialog(String title, int requestType) method in class:BluetoothPermissionActivity
122 if(DEBUG) Log.i(TAG, "showDialog() Request type: " + mRequestType + " this: " + this);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DSavedAccessPointsWifiSettings.java123 private void showDialog(LongPressAccessPointPreference accessPoint, boolean edit) { method in class:SavedAccessPointsWifiSettings
132 showDialog(WifiSettings.WIFI_DIALOG_ID);
185 showDialog((LongPressAccessPointPreference) preference, false);
H A DWifiSettings.java391 showDialog(WPS_PBC_DIALOG_ID);
408 showDialog(WPS_PIN_DIALOG_ID);
491 showDialog(mSelectedAccessPoint, WifiConfigUiBase.MODE_CONNECT);
500 showDialog(mSelectedAccessPoint, WifiConfigUiBase.MODE_MODIFY);
504 showDialog(WRITE_NFC_DIALOG_ID);
524 showDialog(mSelectedAccessPoint, WifiConfigUiBase.MODE_VIEW);
526 showDialog(mSelectedAccessPoint, WifiConfigUiBase.MODE_CONNECT);
536 private void showDialog(AccessPoint accessPoint, int dialogMode) { method in class:WifiSettings
555 showDialog(WIFI_DIALOG_ID);
870 showDialog(nul
[all...]
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactDeletionInteraction.java282 showDialog(mMessageId, positiveButtonId, contactUri);
293 private void showDialog(int messageId, int positiveButtonId, final Uri contactUri) { method in class:ContactDeletionInteraction
H A DContactMultiDeletionInteraction.java239 showDialog(messageId, positiveButtonId, contactIdArray);
250 private void showDialog(int messageId, int positiveButtonId, final long[] contactIds) { method in class:ContactMultiDeletionInteraction
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
H A DAutoCompleteEditTextPreference.java122 public void showDialog(Bundle state) { method in class:AutoCompleteEditTextPreference
123 super.showDialog(state);
/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.java1558 final boolean showDialog = (settings != null && settings.confirmArchive);
1559 confirmAndDelete(id, target, showDialog, R.plurals.confirm_archive_conversation,
1566 final boolean showDialog = (settings != null && settings.confirmDelete);
1567 confirmAndDelete(id, target, showDialog, R.plurals.confirm_delete_conversation,
1571 confirmAndDelete(id, target, true /* showDialog */,
2090 * @param showDialog true if a confirmation dialog is to be shown, false otherwise.
2094 boolean showDialog, int confirmResource, UndoCallback undoCallback) {
2096 if (showDialog) {
2093 confirmAndDelete(int actionId, final Collection<Conversation> target, boolean showDialog, int confirmResource, UndoCallback undoCallback) argument
/packages/apps/Email/provider_src/com/android/email/activity/setup/
H A DAccountSecurity.java94 public static Uri getUpdateSecurityUri(final long accountId, final boolean showDialog) { argument
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, passwordExpirin
113 actionUpdateSecurityIntent(Context context, long accountId, boolean showDialog) argument
282 AccountAndPolicyLoader(final Context context, final long accountId, final boolean showDialog, final boolean passwordExpiring, final boolean passwordExpired) argument
314 completeCreate(final Account account, final boolean showDialog, final boolean passwordExpiring, final boolean passwordExpired) argument
[all...]
/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.java518 showDialog(DIALOG_ID_CUSTOM);
530 void showDialog(int bundleDialogId) { method in class:LabeledEditorView

Completed in 567 milliseconds