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

  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
InfoStore.java 23 public abstract class InfoStore implements AutoCloseable {
71 * Adds a int value to the InfoStore
76 * Adds a long value to the InfoStore
81 * Adds a float value to the InfoStore
86 * Adds a double value to the InfoStore
91 * Adds a boolean value to the InfoStore
96 * Adds a String value to the InfoStore
101 * Adds a int array to the InfoStore
106 * Adds a long array to the InfoStore
111 * Adds a float array to the InfoStore
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
DeviceInfoStore.java 28 public class DeviceInfoStore extends InfoStore {
115 * Adds a int value to the InfoStore
125 * Adds a long value to the InfoStore
135 * Adds a float value to the InfoStore
143 * Adds a double value to the InfoStore
157 * Adds a boolean value to the InfoStore
167 * Adds a String value to the InfoStore
177 * Adds a int array to the InfoStore
191 * Adds a long array to the InfoStore
205 * Adds a float array to the InfoStore
    [all...]
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
HostInfoStore.java 27 public class HostInfoStore extends InfoStore {
114 * Adds a int value to the InfoStore
124 * Adds a long value to the InfoStore
134 * Adds a float value to the InfoStore
144 * Adds a double value to the InfoStore
154 * Adds a boolean value to the InfoStore
164 * Adds a String value to the InfoStore
174 * Adds a int array to the InfoStore
188 * Adds a long array to the InfoStore
202 * Adds a float array to the InfoStore
    [all...]

Completed in 249 milliseconds