Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverPolicy.java544 public final ArrayMap<String, String> filesForInteractive; field in BatterySaverPolicy.Policy
591 ArrayMap<String, String> filesForInteractive, in Policy() argument
612 this.filesForInteractive = filesForInteractive; in Policy()
641 filesForInteractive, in Policy()
798 && filesForInteractive.equals(other.filesForInteractive) in equals()
946 return interactive ? getCurrentPolicyLocked().filesForInteractive in getFileValues()
1042 dumpMap(pw, " ", p.filesForInteractive); in dumpPolicyLocked()