OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAlert
(Results
1 - 20
of
20
) sorted by null
/frameworks/base/core/java/com/android/internal/app/
AlertActivity.java
30
* @see #
mAlert
41
protected AlertController
mAlert
;
52
mAlert
= AlertController.create(this, this, getWindow());
85
* @see #
mAlert
89
mAlertParams.apply(
mAlert
);
90
mAlert
.installContent();
95
if (
mAlert
.onKeyDown(keyCode, event)) return true;
101
if (
mAlert
.onKeyUp(keyCode, event)) return true;
/packages/apps/Nfc/src/com/android/nfc/handover/
ConfirmConnectActivity.java
31
AlertDialog
mAlert
= null;
51
ConfirmConnectActivity.this.
mAlert
= null;
61
ConfirmConnectActivity.this.
mAlert
= null;
65
mAlert
= builder.create();
66
mAlert
.show();
72
if (
mAlert
!= null) {
73
mAlert
.dismiss();
/frameworks/base/core/java/android/app/
AlertDialog.java
71
private AlertController
mAlert
;
204
mAlert
= AlertController.create(getContext(), this, getWindow());
238
return
mAlert
.getButton(whichButton);
247
return
mAlert
.getListView();
253
mAlert
.setTitle(title);
260
mAlert
.setCustomTitle(customTitleView);
264
mAlert
.setMessage(message);
271
mAlert
.setView(view);
286
mAlert
.setView(view, viewSpacingLeft, viewSpacingTop, viewSpacingRight, viewSpacingBottom);
294
mAlert
.setButtonPanelLayoutHint(layoutHint)
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertDialog.java
72
private final AlertController
mAlert
;
96
mAlert
= new AlertController(getContext(), this, getWindow());
127
return
mAlert
.getButton(whichButton);
136
return
mAlert
.getListView();
142
mAlert
.setTitle(title);
151
mAlert
.setCustomTitle(customTitleView);
160
mAlert
.setMessage(message);
168
mAlert
.setView(view);
183
mAlert
.setView(view, viewSpacingLeft, viewSpacingTop, viewSpacingRight, viewSpacingBottom);
192
mAlert
.setButtonPanelLayoutHint(layoutHint)
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java
459
mAlert
.getButton(DialogInterface.BUTTON_NEGATIVE).setVisibility(View.GONE);
460
mAlert
.getButton(DialogInterface.BUTTON_POSITIVE).setText(
463
mAlert
.setIcon(
mAlert
.getIconAttributeResId(android.R.attr.alertDialogIcon));
464
mAlert
.getButton(DialogInterface.BUTTON_NEGATIVE).setVisibility(View.GONE);
465
mAlert
.getButton(DialogInterface.BUTTON_POSITIVE).setText(
468
mAlert
.getButton(DialogInterface.BUTTON_NEGATIVE).setVisibility(View.GONE);
469
mAlert
.getButton(DialogInterface.BUTTON_POSITIVE).setText(
472
mAlert
.setIcon(
mAlert
.getIconAttributeResId(android.R.attr.alertDialogIcon))
[
all
...]
BluetoothOppIncomingFileConfirmActivity.java
201
mAlert
.setTitle(getString(R.string.incoming_file_confirm_timeout_content,
203
mAlert
.getButton(DialogInterface.BUTTON_NEGATIVE).setVisibility(View.GONE);
204
mAlert
.getButton(DialogInterface.BUTTON_POSITIVE).setText(
/packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java
119
CheckBoxPreference
mAlert
;
159
mAlert
= (CheckBoxPreference) preferenceScreen.findPreference(KEY_ALERTS);
287
if (
mAlert
.isChecked()) {
369
mAlert
.setChecked(false);
373
mAlert
.setChecked(true);
377
mAlert
.setChecked(true);
392
if (
mAlert
.isChecked()) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java
138
mOkButton =
mAlert
.getButton(DialogInterface.BUTTON_POSITIVE);
242
mAlert
.getButton(DialogInterface.BUTTON_NEGATIVE).setVisibility(View.GONE);
/frameworks/base/services/core/java/com/android/server/policy/
GlobalActions.java
[
all
...]
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ConfirmDialog.java
81
Button button =
mAlert
.getButton(DialogInterface.BUTTON_POSITIVE);
/packages/apps/Settings/src/com/android/settings/wifi/
WifiNoInternetDialog.java
115
mAlert
.setIcon(R.drawable.ic_settings_wireless);
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java
142
mOkButton =
mAlert
.getButton(DialogInterface.BUTTON_POSITIVE);
BluetoothPairingDialog.java
183
mOkButton =
mAlert
.getButton(BUTTON_POSITIVE);
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 249 milliseconds