Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DAutoCompleteTextViewSimple.java40 public boolean mNothingSelectedCalled; field in AutoCompleteTextViewSimple
93 mNothingSelectedCalled = false; in resetItemListeners()
119 mNothingSelectedCalled = true; in onNothingSelected()
DAutoCompleteTextViewCallbacks.java87 assertFalse("onNothingSelected should not be called", theActivity.mNothingSelectedCalled); in testPopupEnterSelection()
105 assertFalse("onNothingSelected should not be called", theActivity.mNothingSelectedCalled); in testPopupEnterSelection()
138 assertTrue("onNothingSelected should be called", theActivity.mNothingSelectedCalled); in testPopupLeaveSelection()