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

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ConfirmationCallbackTest.java 224 * getOptions(), set/getSelectedIndex
243 assertEquals(1, cc.getSelectedIndex());
247 * test of methods getOptions(), set/getSelectedIndex when options is null
254 assertEquals(1, cc.getSelectedIndex());
266 assertEquals(3, cc.getSelectedIndex());
  /external/junit/src/junit/swingui/
FailureRunView.java 90 int index= fFailureList.getSelectedIndex();
TestSelector.java 225 fOk.setEnabled(fList.getSelectedIndex() != -1);
TestRunner.java 412 TestRunView view= (TestRunView)fTestRunViews.elementAt(fTestViewTab.getSelectedIndex());
611 TestRunView view= (TestRunView)fTestRunViews.elementAt(fTestViewTab.getSelectedIndex());
  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.h 126 int getSelectedIndex() const { return m_selectedIndex; }
AutoFillPopupMenuClient.cpp 337 if (getSelectedIndex() >= static_cast<int>(names.size()))
  /external/proguard/src/proguard/gui/
ClassSpecificationsPanel.java 99 list.getSelectedIndex());
MemberSpecificationsPanel.java 137 list.getSelectedIndex());
  /external/junit/src/junit/awtui/
TestRunner.java 396 return fFailureList.getSelectedIndex() != -1;
423 int index= fFailureList.getSelectedIndex();
533 int index= fFailureList.getSelectedIndex();
  /external/jdiff/
xerces.jar 

Completed in 224 milliseconds