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

  /cts/tests/tests/os/src/android/os/cts/
WorkSourceTest.java 50 private WorkSource wsNew(int uid) throws IllegalArgumentException,
56 private WorkSource wsNew(int[] uids) throws IllegalArgumentException,
66 private WorkSource wsNew(int[] uids, String[] names) throws IllegalArgumentException,
184 checkWorkSource("Single 1", wsNew(1), new int[] { 1 });
188 WorkSource ws = wsNew(1);
198 WorkSource ws = wsNew(100);
208 WorkSource ws = wsNew(10);
220 WorkSource ws = wsNew(1);
221 ws.add(wsNew(2));
223 ws.add(wsNew(20))
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp     [all...]

Completed in 717 milliseconds