Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java1437 mBgHandler.obtainMessage(BgHandler.MSG_USER_INTERACTION_STARTED,
3049 static final int MSG_USER_INTERACTION_STARTED = 3; field in AppRestrictionController.BgHandler
3080 case MSG_USER_INTERACTION_STARTED: { in handleMessage()