Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/image/
DIncrementalImageUtil.java105 boolean applySnapshot, in initialize() argument
109 if (isIsolatedSetup && !applySnapshot) { in initialize()
146 if (!isSnapshotSupported(device, applySnapshot)) { in initialize()
190 applySnapshot, in initialize()
201 boolean applySnapshot, in IncrementalImageUtil() argument
207 mApplySnapshot = applySnapshot; in IncrementalImageUtil()
258 public static boolean isSnapshotSupported(ITestDevice device, boolean applySnapshot) in isSnapshotSupported() argument
268 if (applySnapshot) { in isSnapshotSupported()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java661 public void setApplySnapshot(boolean applySnapshot) { in setApplySnapshot() argument
662 mApplySnapshot = applySnapshot; in setApplySnapshot()