/packages/apps/Calendar/src/com/android/calendar/ |
OtherPreferences.java | 20 import android.app.Dialog;
|
/packages/apps/Settings/src/com/android/settings/fingerprint/ |
FingerprintSettings.java | 22 import android.app.Dialog; 677 final DeleteFingerprintDialog dialog = new DeleteFingerprintDialog(); local 680 dialog.setArguments(bundle); 681 dialog.setTargetFragment(target, 0 /* requestCode */); 682 return dialog; 691 public Dialog onCreateDialog(Bundle savedInstanceState) { 707 public void onClick(DialogInterface dialog, int which) { 737 public Dialog onCreateDialog(Bundle savedInstanceState) { [all...] |
/packages/services/Telephony/src/com/android/phone/settings/ |
VoicemailSettingsActivity.java | 19 import android.app.Dialog; 150 * Id of the dialog being currently shown. 282 // dialog if we've been asked to. 284 // the selection for the VM provider, otherwise bring up a VM number dialog. 285 // We only bring up the dialog the first time we are called (not after orientation change) 339 // ringtone dialog invokes onResume(), but leaves the old preference screen up, 343 final Dialog dialog = ((PreferenceScreen) preference).getDialog(); local 344 if (dialog != null) { 345 dialog.getActionBar().setDisplayHomeAsUpEnabled(false) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
PhotoCaptureActivity.java | 21 import android.app.Dialog; 89 private Dialog mActiveDialog; 289 public void onClick(DialogInterface dialog, int which) { 412 public void onClick(DialogInterface dialog, int which) { 416 dialog.dismiss();
|
/development/apps/Development/src/com/android/development/ |
AccountsTester.java | 29 import android.app.Dialog; 301 protected Dialog onCreateDialog(final int id) { 312 public void onClick(DialogInterface dialog, int which) { 353 public void onClick(DialogInterface dialog, int which) {
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransaction.java | 52 import javax.sip.Dialog; 127 // private SIPDialog dialog; 837 * Gets the dialog object of this Transaction object. This object returns 838 * null if no dialog exists. A dialog only exists for a transaction when a 840 * either by a 1xx Provisional Response for an early dialog or a 200OK 841 * Response for a committed dialog. 843 * @return the Dialog Object of this Transaction object. 844 * @see Dialog 846 public abstract Dialog getDialog() [all...] |
/external/python/cpython3/Tools/unittestgui/ |
unittestgui.py | 207 class DiscoverSettingsDialog(simpledialog.Dialog): 209 Dialog box for prompting test discovery settings 221 simpledialog.Dialog.__init__(self, master, title="Discover Settings",
|
/external/tensorflow/tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ |
Camera2BasicFragment.java | 20 import android.app.Dialog; 75 private static final String FRAGMENT_DIALOG = "dialog"; 680 /** Shows an error message dialog. */ 686 ErrorDialog dialog = new ErrorDialog(); local 689 dialog.setArguments(args); 690 return dialog; 694 public Dialog onCreateDialog(Bundle savedInstanceState) {
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/ |
CameraConnectionFragment.java | 21 import android.app.Dialog; 77 private static final String FRAGMENT_DIALOG = "dialog"; 611 * Shows an error message dialog. 617 final ErrorDialog dialog = new ErrorDialog(); local 620 dialog.setArguments(args); 621 return dialog; 625 public Dialog onCreateDialog(final Bundle savedInstanceState) {
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
EnableZenModeDialog.java | 22 import android.app.Dialog; 102 public Dialog createDialog() { 116 public void onClick(DialogInterface dialog, int which) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
DndTile.java | 23 import android.app.Dialog; 163 Dialog mDialog = new EnableZenModeDialog(mContext).createDialog();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
CarVolumeDialogImpl.java | 24 import android.app.Dialog; 80 * Car version of the volume dialog. 170 mDialog.setOnShowListener(dialog -> { 413 private final class CustomDialog extends Dialog implements DialogInterface {
|
/frameworks/base/services/core/java/com/android/server/power/ |
ShutdownThread.java | 21 import android.app.Dialog; 138 * @param context Context used to display the shutdown progress dialog. This must be a context 185 public void onClick(DialogInterface dialog, int which) { 191 closer.dialog = sConfirmDialog; 203 public Dialog dialog; field in class:ShutdownThread.CloseDialogReceiver 213 dialog.cancel(); 226 * @param context Context used to display the shutdown progress dialog. This must be a context 243 * @param context Context used to display the shutdown progress dialog. This must be a context 261 // Throw up a system dialog to indicate the device is rebooting / shutting down [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/ |
RingtonePickerActivity.java | 19 import android.app.Dialog; 357 // Launch the confirmation dialog. 456 public Dialog onCreateDialog(Bundle savedInstanceState) { 463 public void onClick(DialogInterface dialog, int which) {
|
/packages/apps/Dialer/java/com/android/dialer/interactions/ |
PhoneNumberInteraction.java | 22 import android.app.Dialog; 75 * dialog to pick one. Creating one of these interactions should be done through the static factory 153 * disambiguation dialog is dismissed. 483 * {@link DialogFragment} used for displaying a dialog with a list of phone numbers of which one 528 public Dialog onCreateDialog(Bundle savedInstanceState) { 539 @SuppressLint("InflateParams") // Allowed since dialog view is not available yet 552 public void onClick(DialogInterface dialog, int which) { 557 final AlertDialog alertDialog = (AlertDialog) dialog; 577 dialog.dismiss();
|
/packages/apps/Settings/src/com/android/settings/ |
UserCredentialsSettings.java | 22 import android.app.Dialog; 121 public Dialog onCreateDialog(Bundle savedInstanceState) { 140 @Override public void onClick(DialogInterface dialog, int id) { 150 dialog.dismiss();
|
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningProcessesView.java | 20 import android.app.Dialog; 94 Dialog mCurDialog;
|
/packages/apps/Settings/src/com/android/settings/network/ |
ApnSettings.java | 20 import android.app.Dialog; 507 public Dialog onCreateDialog(int id) { 509 ProgressDialog dialog = new ProgressDialog(getActivity()) { local 514 dialog.setMessage(getResources().getString(R.string.restore_default_apn)); 515 dialog.setCancelable(false); 516 return dialog;
|
/packages/apps/Settings/src/com/android/settings/wifi/p2p/ |
WifiP2pSettings.java | 21 import android.app.Dialog; 218 public void onClick(DialogInterface dialog, int which) { 251 //disconnect dialog listener 254 public void onClick(DialogInterface dialog, int which) { 270 //cancel connect dialog listener 273 public void onClick(DialogInterface dialog, int which) { 290 //delete persistent group dialog listener 293 public void onClick(DialogInterface dialog, int which) { 444 public Dialog onCreateDialog(int id) { 456 AlertDialog dialog = new AlertDialog.Builder(getActivity() local 469 AlertDialog dialog = new AlertDialog.Builder(getActivity()) local 487 AlertDialog dialog = new AlertDialog.Builder(getActivity()) local 497 AlertDialog dialog = new AlertDialog.Builder(getActivity()) local [all...] |
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
BluetoothPairingDialogTest.java | 30 import android.app.Dialog; 71 // set the correct dialog type 90 // set the correct dialog type 114 // set the dialog variant to confirmation/consent 120 // check that the input field used by the entry dialog fragment does not exist 127 // set the dialog variant to user entry 150 // check that showSoftInput was called to make input method appear when the dialog was shown 159 // set the dialog variant to display passkey 195 // set the dialog variant to confirmation/consent 211 // set the dialog variant to confirmation/consen 438 AlertDialog dialog = ShadowAlertDialog.getLatestAlertDialog(); local [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
UserDictionaryToolsList.java | 21 import android.app.Dialog; 78 /** ID of the dialog control (confirm deletion) */ 80 /** ID of the dialog control (confirm initialize) */ 164 /** Show Dialog Num */ 328 /* edit the word (show dialog) */ 334 /* delete the word (show dialog) */ 341 /* clear the dictionary (show dialog) */ 365 @Override protected Dialog onCreateDialog(int id) { 393 * Process the event when the button on the "Delete word" dialog is pushed 395 * @param dialog The information of the dialo [all...] |
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
SipEditor.java | 20 import android.app.Dialog; 73 * Dialog fragment class to be used for displaying an alert dialog. 81 * @param message the dialog message to display. 93 public Dialog onCreateDialog(Bundle savedInstanceState) { 320 if (VERBOSE) log("Home button clicked, don't show dialog: " + message); 509 // of (p != null), the dialog still shows android:defaultValue,
|
/prebuilts/devtools/tools/lib/ |
ddms.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddms/24.4.0-beta6/ |
ddms-24.4.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddms/24.5.0/ |
ddms-24.5.0.jar | |