Searched refs:sleeping (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/ |
D | RestartDozeListener.kt | 84 private fun storeSleepState(sleeping: Boolean) { in storeSleepState() 85 bgExecutor.execute { settings.putBool(RESTART_SLEEP_KEY, sleeping) } in storeSleepState()
|
/frameworks/base/core/proto/android/os/ |
D | cpuinfo.proto | 38 optional int32 sleeping = 3; // number of sleeping tasks field 86 STATUS_S = 3; // sleeping
|
D | ps.proto | 50 // Name of the kernel function in which the process is sleeping, a "-"
|
D | batterystats.proto | 739 // top > foreground service > foreground > background > top sleeping > heavy weight > cache 752 // Time this uid has any process that is top while the device is sleeping,
|
/frameworks/base/cmds/incident_helper/testdata/ |
D | cpuinfo.txt | 1 Threads: 2038 total, 1 running,2033 sleeping, 0 stopped, 0 zombie
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessProfileRecord.java | 579 long computeNextPssTime(int procState, boolean test, boolean sleeping, long now) { in computeNextPssTime() argument 580 return ProcessList.computeNextPssTime(procState, mProcStateMemTracker, test, sleeping, now, in computeNextPssTime()
|
D | ProcessList.java | 1479 boolean sleeping, long now, long earliest) { in computeNextPssTime() argument 1504 ? (sleeping ? sFirstAsleepPssTimes : sFirstAwakePssTimes) in computeNextPssTime() 1505 : (sleeping ? sSameAsleepPssTimes : sSameAwakePssTimes)); in computeNextPssTime()
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 419 ZenRule sleeping = new ZenRule(); in getDefaultConfig() local 420 sleeping.id = EVERY_NIGHT_DEFAULT_RULE_ID; in getDefaultConfig() 421 sleeping.conditionId = toScheduleConditionId(scheduleInfo); in getDefaultConfig() 422 sleeping.component = ComponentName.unflattenFromString( in getDefaultConfig() 424 sleeping.enabled = false; in getDefaultConfig() 425 sleeping.zenMode = ZEN_MODE_IMPORTANT_INTERRUPTIONS; in getDefaultConfig() 426 sleeping.pkg = "android"; in getDefaultConfig() 427 config.automaticRules.put(EVERY_NIGHT_DEFAULT_RULE_ID, sleeping); in getDefaultConfig()
|
/frameworks/proto_logging/stats/atoms/sysui/ |
D | sysui_extension_atoms.proto | 157 // When the device is sleeping with AOD enabled (Always on display).
|
/frameworks/proto_logging/stats/enums/app/ |
D | app_enums.proto | 84 // Same as PROCESS_STATE_TOP but while device is sleeping.
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 665 optional bool sleeping = 3; field
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 13233 // it's increased when the system is sleeping. 13238 // and it's not increased when the system is sleeping.
|