Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAppStateTracker.java734 private static final int MSG_FORCE_ALL_CHANGED = 7; field in AppStateTracker.MyHandler
776 removeMessages(MSG_FORCE_ALL_CHANGED); in notifyForceAllAppsStandbyChanged()
777 obtainMessage(MSG_FORCE_ALL_CHANGED).sendToTarget(); in notifyForceAllAppsStandbyChanged()
877 case MSG_FORCE_ALL_CHANGED: in handleMessage()