Searched refs:mNothingSelectedCalled (Results 1 – 2 of 2) sorted by relevance
40 public boolean mNothingSelectedCalled; field in AutoCompleteTextViewSimple93 mNothingSelectedCalled = false; in resetItemListeners()119 mNothingSelectedCalled = true; in onNothingSelected()
87 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()