Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceCleaner.java71 private PostCleanupAction mPostCleanupAction = PostCleanupAction.NONE; field in DeviceCleaner
113 if (mScreenOff && mPostCleanupAction == PostCleanupAction.NONE) { in clean()
114 mPostCleanupAction = PostCleanupAction.SCREEN_OFF; in clean()
117 switch (mPostCleanupAction) { in clean()