Searched refs:PostCleanupAction (Results 1 – 1 of 1) sorted by relevance
42 public static enum PostCleanupAction { enum in DeviceCleaner71 private PostCleanupAction mPostCleanupAction = PostCleanupAction.NONE;113 if (mScreenOff && mPostCleanupAction == PostCleanupAction.NONE) { in clean()114 mPostCleanupAction = PostCleanupAction.SCREEN_OFF; in clean()