Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceInfoStore.java66 public void startGroup() throws IOException { in startGroup() method in DeviceInfoStore
74 public void startGroup(String name) throws IOException { in startGroup() method in DeviceInfoStore
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DHostInfoStore.java66 public void startGroup() throws IOException { in startGroup() method in HostInfoStore
74 public void startGroup(String name) throws IOException { in startGroup() method in HostInfoStore
/cts/common/util/src/com/android/compatibility/common/util/
DInfoStore.java42 abstract void startGroup() throws IOException; in startGroup() method in InfoStore
47 abstract void startGroup(String name) throws IOException; in startGroup() method in InfoStore