Home
last modified time | relevance | path

Searched refs:isSnapshotSupported (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/image/
DIncrementalImageUtil.java146 if (!isSnapshotSupported(device, applySnapshot)) { in initialize()
258 public static boolean isSnapshotSupported(ITestDevice device, boolean applySnapshot) in isSnapshotSupported() method in IncrementalImageUtil