Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DAppStandbyController.java193 static final int MSG_FORCE_IDLE_STATE = 4; field in AppStandbyController
1187 mHandler.obtainMessage(MSG_FORCE_IDLE_STATE, userId, idle ? 1 : 0, packageName) in setAppIdleAsync()
1718 case MSG_FORCE_IDLE_STATE: in handleMessage()