Home
last modified time | relevance | path

Searched refs:buttonIndex (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java148 DialogStubActivity.buttonIndex = 0; in testAlertDialogAPIWithMessage()
151 (DialogInterface.BUTTON_POSITIVE == DialogStubActivity.buttonIndex)); in testAlertDialogAPIWithMessage()
153 DialogStubActivity.buttonIndex = 0; in testAlertDialogAPIWithMessage()
156 (DialogInterface.BUTTON_NEUTRAL == DialogStubActivity.buttonIndex)); in testAlertDialogAPIWithMessage()
158 DialogStubActivity.buttonIndex = 0; in testAlertDialogAPIWithMessage()
161 (DialogInterface.BUTTON_NEGATIVE == DialogStubActivity.buttonIndex)); in testAlertDialogAPIWithMessage()
/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java72 public static int buttonIndex; field in DialogStubActivity
174 buttonIndex = msg.what; in onCreateDialog()