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

  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
SelectionTest.java 128 Selection testSelection = new Selection();
129 testSelection.intersect(new HashSet<String>());
130 assertTrue(testSelection.isEmpty());
135 Selection testSelection = new Selection();
136 testSelection.intersect(Sets.newHashSet("foo"));
137 assertTrue(testSelection.isEmpty());
152 Selection testSelection = new Selection();
153 testSelection.add(ids0[0]);
154 testSelection.add(ids0[1]);
155 testSelection.add(ids0[2])
    [all...]
SelectionManagerTest.java 69 public void testSelection() {
  /external/autotest/frontend/client/src/autotest/afe/
TestSelectorDisplay.java 32 private SelectionManagerImpl testSelection = new SelectionManagerImpl(testTable, false);
88 return testSelection;
  /cts/tests/app/src/android/app/cts/
ListActivityTest.java 60 public void testSelection() throws Throwable {
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]

Completed in 291 milliseconds