/development/apps/Development/src/com/android/development/ |
SyncAdapterDriver.java | 21 import android.app.Dialog; 205 protected Dialog onCreateDialog(final int id) {
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlertDialogSamples.java | 21 import android.app.Dialog; 45 App/Dialog/Alert Dialog 51 * <td >The Alert Dialog Samples implementation</td> 84 protected Dialog onCreateDialog(int id) { 90 public void onClick(DialogInterface dialog, int whichButton) { 96 public void onClick(DialogInterface dialog, int whichButton) { 107 public void onClick(DialogInterface dialog, int whichButton) { 111 public void onClick(DialogInterface dialog, int whichButton) { 120 public void onClick(DialogInterface dialog, int whichButton) [all...] |
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
SoftKeyboard.java | 19 import android.app.Dialog; 643 final Dialog dialog = getWindow(); local 644 if (dialog == null) { 647 final Window window = dialog.getWindow();
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowAlertDialogTest.java | 15 import android.app.Dialog; 67 AlertDialog dialog = new AlertDialog.Builder(application).show(); local 68 assertThat(ShadowAlertDialog.getLatestAlertDialog()).isSameAs(dialog); 75 AlertDialog dialog = builder.create(); local 76 dialog.show(); 77 assertThat(dialog.getButton(AlertDialog.BUTTON_POSITIVE).getVisibility()).isEqualTo(View.VISIBLE); 78 assertThat(dialog.getButton(AlertDialog.BUTTON_NEGATIVE).getVisibility()).isEqualTo(View.GONE); 85 AlertDialog dialog = builder.create(); local 86 dialog.show(); 87 ShadowView.clickOn(dialog.getButton(AlertDialog.BUTTON_POSITIVE)) 270 AlertDialog dialog = new AlertDialog(RuntimeEnvironment.application) { local 288 final AlertDialog dialog = new AlertDialog.Builder(activity) local [all...] |
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/ |
MediaRouteChooserDialog.java | 23 import android.app.Dialog; 60 * This class implements the route chooser dialog for {@link MediaRouter}. 62 * This dialog allows the user to choose a route that matches a given selector. 68 public class MediaRouteChooserDialog extends Dialog { 71 // Do not update the route list immediately to avoid unnatural dialog change. 169 * @return True if the route should be included in the chooser dialog. 206 * Sets the width of the dialog. Also called when configuration changes. 232 * Refreshes the list of routes that are shown in the chooser dialog.
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
ZenDurationDialog.java | 21 import android.app.Dialog; 68 public Dialog createDialog() { 79 public void onClick(DialogInterface dialog, int which) { 215 // text2 is not used in zen duration dialog
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
CastTile.java | 21 import android.app.Dialog; 63 private Dialog mDialog;
|
/frameworks/support/car/src/main/java/androidx/car/app/ |
CarAlertDialog.java | 19 import android.app.Dialog; 39 * A subclass of {@link Dialog} that is tailored for the car environment. This dialog can display a 44 public class CarAlertDialog extends Dialog { 87 // Ideally this method should be private; the dialog should only be modifiable through the 88 // Builder. Unfortunately, this method is defined with the Dialog itself and is public. 269 * Initializes the views within the dialog that are modifiable based on the data that has been 290 /** Delegates to a listener on the positive button if it exists or dismisses the dialog. */ 293 mPositiveButtonListener.onClick(/* dialog= */ this, BUTTON_POSITIVE); 299 /** Delegates to a listener on the negative button if it exists or dismisses the dialog. * 550 CarAlertDialog dialog = new CarAlertDialog(mContext, \/* builder= *\/ this); local [all...] |
CarListDialog.java | 20 import android.app.Dialog; 53 * A subclass of {@link Dialog} that is tailored for the car environment. This dialog can display a 60 * <p>Note that this dialog cannot be created with an empty list. 62 public class CarListDialog extends Dialog { 80 /** Flag for if a touch on the scrim of the dialog will dismiss it. */ 111 // Ideally this method should be private; the dialog should only be modifiable through the 112 // Builder. Unfortunately, this method is defined with the Dialog itself and is public. 134 // Ensure that the dialog takes up the entire window. This is needed because the scrollbar 135 // needs to be drawn off the dialog 669 CarListDialog dialog = new CarListDialog(mContext, \/* builder= *\/ this); local [all...] |
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupNameEditDialogFragment.java | 18 import android.app.Dialog; 115 final GroupNameEditDialogFragment dialog = new GroupNameEditDialogFragment(); local 116 dialog.setArguments(args); 117 return dialog; 140 public Dialog onCreateDialog(Bundle savedInstanceState) { 141 // Build a dialog with two buttons and a view of a single EditText input field 151 public void onClick(DialogInterface dialog, int which) { 167 public void onShow(DialogInterface dialog) { 267 public void onCancel(DialogInterface dialog) { 268 super.onCancel(dialog); [all...] |
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
ImportDialogFragment.java | 21 import android.app.Dialog; 57 * An dialog invoked to import/export contacts. 76 /** Preferred way to show this dialog */ 130 public Dialog onCreateDialog(Bundle savedInstanceState) { 196 public void onClick(DialogInterface dialog, int which) { 206 dialog.dismiss();
|
/packages/apps/Dialer/java/com/android/contacts/common/widget/ |
SelectPhoneAccountDialogFragment.java | 21 import android.app.Dialog; 56 * Dialog that allows the user to select a phone accounts for a given action. Optionally provides 96 * @param titleResId The resource ID for the string to use in the title of the dialog. 97 * @param canSetDefault {@code true} if the dialog should include an option to set the selection 159 public Dialog onCreateDialog(Bundle savedInstanceState) { 173 public void onClick(DialogInterface dialog, int which) { 200 AlertDialog dialog = local 207 // Generate custom checkbox view, lint suppressed since no appropriate parent (is dialog) 225 dialog.getListView().addFooterView(checkboxLayout); 228 return dialog; [all...] |
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
ScopedAccessActivity.java | 47 import android.app.Dialog; 153 * Validates the given path (volume + directory) and display the appropriate dialog asking the 288 public Dialog onCreateDialog(Bundle savedInstanceState) { 290 if (DEBUG) Log.d(TAG, "fragment.onCreateDialog(): reusing dialog"); 305 public void onClick(DialogInterface dialog, int which) { 372 public void onCancel(DialogInterface dialog) { 373 super.onCancel(dialog);
|
/packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/edit/ |
EditInfoActivityTest.java | 25 import android.app.Dialog; 194 Dialog clearAllDialog = clearAllDialogFragmentAfterwards.getDialog(); 200 // After the clear all the preferences dialog is confirmed, the preferences values are
|
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
ApnSettingsActivity.java | 20 import android.app.Dialog; 84 protected Dialog onCreateDialog(int id) { 86 ProgressDialog dialog = new ProgressDialog(this); local 87 dialog.setMessage(getResources().getString(R.string.restore_default_apn)); 88 dialog.setCancelable(false); 89 return dialog;
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DeviceProfilesSettings.java | 20 import android.app.Dialog; 99 public Dialog onCreateDialog(Bundle savedInstanceState) { 115 public void onClick(DialogInterface dialog, int which) { 261 // Recheck it, until the dialog is done. 306 public void onClick(DialogInterface dialog, int which) {
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
KeyboardLayoutDialogFragment.java | 21 import android.app.Dialog; 99 public Dialog onCreateDialog(Bundle savedInstanceState) { 107 public void onClick(DialogInterface dialog, int which) { 114 public void onClick(DialogInterface dialog, int which) { 147 public void onCancel(DialogInterface dialog) { 148 super.onCancel(dialog); 184 AlertDialog dialog = (AlertDialog)getDialog(); local 185 if (dialog != null) { 186 dialog.getListView().setItemChecked(data.current, true); 216 AlertDialog dialog = (AlertDialog)getDialog() local [all...] |
/packages/services/Telephony/src/com/android/phone/ |
CallFeaturesSetting.java | 21 import android.app.Dialog; 140 new Dialog.OnClickListener() { 142 public void onClick(DialogInterface dialog, int which) {
|
/prebuilts/devtools/tools/lib/ |
sdkstats.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdkstats/24.4.0-beta6/ |
sdkstats-24.4.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdkstats/24.5.0/ |
sdkstats-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdkstats/25.0.0-alpha1/ |
sdkstats-25.0.0-alpha1.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
StaticPortConfigDialog.java | 30 import org.eclipse.swt.widgets.Dialog; 44 * Dialog to configure the static debug ports. 47 public class StaticPortConfigDialog extends Dialog { 86 * Open and display the dialog. This method returns only when the 87 * user closes the dialog somehow. 99 // Set the dialog size. 111 // actually open the dialog 114 // event loop until the dialog is closed. 123 * Creates the dialog ui.
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
makefile | 48 $O\Dialog.obj \
|
/frameworks/base/services/core/java/com/android/server/am/ |
ProcessRecord.java | 32 import android.app.Dialog; 199 Dialog crashDialog; // dialog being displayed due to crash. 200 boolean forceCrashReport; // suppress normal auto-dismiss of crash dialog & report UI? 201 boolean notResponding; // does the app have a not responding dialog? 202 Dialog anrDialog; // dialog being displayed due to app not resp. 205 boolean waitedForDebugger; // has process show wait for debugger dialog? 206 Dialog waitDialog; // current wait for debugger dialog [all...] |