OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUTTON_POSITIVE
(Results
101 - 125
of
135
) sorted by null
1
2
3
4
5
6
/development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java
217
mProgressDialog.setButton(DialogInterface.
BUTTON_POSITIVE
,
/packages/apps/Settings/src/com/android/settings/
DevelopmentSettings.java
[
all
...]
TetherSettings.java
624
if (button == DialogInterface.
BUTTON_POSITIVE
) {
SecuritySettings.java
498
boolean turnOn = which == DialogInterface.
BUTTON_POSITIVE
;
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java
115
case DialogInterface.
BUTTON_POSITIVE
:
DockService.java
616
if (which == DialogInterface.
BUTTON_POSITIVE
) {
[
all
...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/
PrivacyActivity.java
102
if (which == DialogInterface.
BUTTON_POSITIVE
) {
/cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java
167
mButton = mDialog.getButton(DialogInterface.
BUTTON_POSITIVE
);
183
mButton = mDialog.getButton(DialogInterface.
BUTTON_POSITIVE
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserSwitcherController.java
622
setButton(DialogInterface.
BUTTON_POSITIVE
,
648
setButton(DialogInterface.
BUTTON_POSITIVE
,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java
754
case DialogInterface.
BUTTON_POSITIVE
:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java
325
if (which == DialogInterface.
BUTTON_POSITIVE
) {
/packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java
301
if (which == DialogInterface.
BUTTON_POSITIVE
) {
/packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java
511
final Button okButton = dialog.getButton(AlertDialog.
BUTTON_POSITIVE
);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
MenuExecutor.java
291
if (which == DialogInterface.
BUTTON_POSITIVE
) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java
[
all
...]
/packages/services/Telephony/src/com/android/phone/
PhoneUtils.java
[
all
...]
MobileNetworkSettings.java
170
if (which == DialogInterface.
BUTTON_POSITIVE
) {
[
all
...]
/packages/apps/Gallery/src/com/android/camera/
MenuHelper.java
806
case DialogInterface.
BUTTON_POSITIVE
:
[
all
...]
/packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java
228
case DialogInterface.
BUTTON_POSITIVE
:
/packages/services/Telephony/src/com/android/phone/settings/
VoicemailSettingsActivity.java
627
// Close button is mapped to
BUTTON_POSITIVE
for the errors that close the activity,
641
case DialogInterface.
BUTTON_POSITIVE
:
654
// In all dialogs, all buttons except
BUTTON_POSITIVE
lead to the end of user interaction
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java
659
if (which == DialogInterface.
BUTTON_POSITIVE
) {
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
/external/robolectric/lib/main/
android.jar
/prebuilts/sdk/11/
android.jar
Completed in 409 milliseconds
1
2
3
4
5
6