Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java2245 mBgHandler.obtainMessage(BgHandler.MSG_CANCEL_REQUEST_BG_RESTRICTED, uid, 0, pkgName) in handleBackgroundRestrictionChanged()
3055 static final int MSG_CANCEL_REQUEST_BG_RESTRICTED = 9; field in AppRestrictionController.BgHandler
3092 case MSG_CANCEL_REQUEST_BG_RESTRICTED: { in handleMessage()