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

  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
SelectionTest.java 126 Selection testSelection = new Selection();
127 testSelection.intersect(new HashSet<String>());
128 assertTrue(testSelection.isEmpty());
133 Selection testSelection = new Selection();
134 testSelection.intersect(Sets.newHashSet("foo"));
135 assertTrue(testSelection.isEmpty());
150 Selection testSelection = new Selection();
151 testSelection.add(ids0[0]);
152 testSelection.add(ids0[1]);
153 testSelection.add(ids0[2])
    [all...]
  /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 202 milliseconds