HomeSort by relevance Sort by last modified time
    Searched refs:mNegativeButton (Results 1 - 6 of 6) sorted by null

  /cts/tests/app/src/android/app/cts/
AlertDialogTest.java 38 private Button mNegativeButton;
75 mNegativeButton = ((AlertDialog) (mActivity.getDialog())).getButton(
77 assertNotNull(mNegativeButton);
79 mNegativeButton.getText());
86 performClick(mNegativeButton);
110 mNegativeButton = ((AlertDialog) (mActivity.getDialog())).getButton(
112 assertNotNull(mNegativeButton);
114 mNegativeButton.getText());
130 performClick(mNegativeButton);
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsDialogBuilder.java 102 private Button mNegativeButton;
140 } else if (view == mNegativeButton) {
241 mNegativeButton = updateButton(DialogInterface.BUTTON_NEGATIVE, displayText);
242 mNegativeButton.setVisibility(showRemoveButton ? View.VISIBLE : View.GONE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]
  /external/robolectric/v3/runtime/
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 613 milliseconds