Home
last modified time | relevance | path

Searched defs:startArray (Results 1 – 3 of 3) sorted by relevance

/cts/common/host-side/util/src/com/android/compatibility/common/util/
DHostInfoStore.java90 public void startArray() throws IOException { in startArray() method in HostInfoStore
98 public void startArray(String name) throws IOException { in startArray() method in HostInfoStore
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceInfoStore.java91 public void startArray() throws IOException { in startArray() method in DeviceInfoStore
99 public void startArray(String name) throws IOException { in startArray() method in DeviceInfoStore
/cts/common/util/src/com/android/compatibility/common/util/
DInfoStore.java56 abstract void startArray() throws IOException; in startArray() method in InfoStore
61 abstract void startArray(String name) throws IOException; in startArray() method in InfoStore