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

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
DeviceConfigStateManager.java 36 public final class DeviceConfigStateManager implements StateManager<String> {
38 private static final String TAG = DeviceConfigStateManager.class.getSimpleName();
51 public DeviceConfigStateManager(@NonNull Context context, @NonNull String namespace,
53 debug("DeviceConfigStateManager", "namespace=%s, key=%s", namespace, key);
98 return "DeviceConfigStateManager[namespace=" + mNamespace + ", key=" + mKey + "]";
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DeviceConfigStateManager.java 36 public final class DeviceConfigStateManager implements StateManager<String> {
38 private static final String TAG = DeviceConfigStateManager.class.getSimpleName();
51 public DeviceConfigStateManager(@NonNull Context context, @NonNull String namespace,
53 debug("DeviceConfigStateManager", "namespace=%s, key=%s", namespace, key);
98 return "DeviceConfigStateManager[namespace=" + mNamespace + ", key=" + mKey + "]";

Completed in 184 milliseconds