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

  /cts/tools/host/test/com/android/cts/
ConsoleTests.java 512 ArrayList<TestDevice> devList = new ArrayList<TestDevice>();
513 devList.add(new TestDevice("dev-100"));
514 devList.add(new TestDevice("dev-101"));
515 TestDevice[] devices = devList.toArray(new TestDevice[4]);
  /external/yaffs2/yaffs2/
yaffs_guts.h 526 struct list_head devList;

Completed in 142 milliseconds