/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | AlertActivity.java | 42 private AlertDialog mAlert; field in AlertActivity 88 mAlert = mAlertBuilder.create(); in setupAlert() 89 mAlert.show(); in setupAlert() 93 if (mAlert == null) return; in changeIconAttribute() 94 mAlert.setIconAttribute(attrId); in changeIconAttribute() 97 if (mAlert == null) return; in changeTitle() 98 mAlert.setTitle(title); in changeTitle() 102 if (mAlert == null) return; in changeButtonVisibility() 103 mAlert.getButton(identifier).setVisibility(visibility); in changeButtonVisibility() 107 if (mAlert == null) return; in changeButtonText() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | ConfirmConnectActivity.java | 34 AlertDialog mAlert = null; field in ConfirmConnectActivity 55 ConfirmConnectActivity.this.mAlert = null; in onCreate() 66 ConfirmConnectActivity.this.mAlert = null; in onCreate() 70 mAlert = builder.create(); in onCreate() 71 mAlert.show(); in onCreate() 80 if (mAlert != null) { in onDestroy() 81 mAlert.dismiss(); in onDestroy() 86 mAlert = null; in onDestroy()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | GeneralPreferences.java | 119 CheckBoxPreference mAlert; field in GeneralPreferences 158 mAlert = (CheckBoxPreference) preferenceScreen.findPreference(KEY_ALERTS); in onCreate() 274 if (mAlert.isChecked()) { in onSharedPreferenceChanged() 349 mAlert.setChecked(false); in migrateOldPreferences() 353 mAlert.setChecked(true); in migrateOldPreferences() 357 mAlert.setChecked(true); in migrateOldPreferences() 372 if (mAlert.isChecked()) { in updateChildPreferences()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/ |
D | RequestToggleWiFiActivity.java | 243 mAlert.setButton(DialogInterface.BUTTON_POSITIVE, null, null, null); in updateUi() 244 mAlert.setButton(DialogInterface.BUTTON_NEGATIVE, null, null, null); in updateUi() 263 mAlert.setButton(DialogInterface.BUTTON_POSITIVE, null, null, null); in updateUi() 264 mAlert.setButton(DialogInterface.BUTTON_NEGATIVE, null, null, null); in updateUi()
|
D | WifiNoInternetDialog.java | 128 mAlert.setIcon(R.drawable.ic_settings_wireless); in createDialog()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | RequestToggleWiFiActivity.java | 243 mAlert.setButton(DialogInterface.BUTTON_POSITIVE, null, null, null); in updateUi() 244 mAlert.setButton(DialogInterface.BUTTON_NEGATIVE, null, null, null); in updateUi() 263 mAlert.setButton(DialogInterface.BUTTON_POSITIVE, null, null, null); in updateUi() 264 mAlert.setButton(DialogInterface.BUTTON_NEGATIVE, null, null, null); in updateUi()
|
D | WifiNoInternetDialog.java | 129 mAlert.setIcon(R.drawable.ic_settings_wireless); in createDialog()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPermissionActivity.java | 140 mOkButton = mAlert.getButton(DialogInterface.BUTTON_POSITIVE); in showDialog()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionActivity.java | 140 mOkButton = mAlert.getButton(DialogInterface.BUTTON_POSITIVE); in showDialog()
|