Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java2681 void handleUidInactive(int uid, boolean disabled) { in handleUidInactive() method in AppRestrictionController
3087 c.handleUidInactive(msg.arg1, msg.arg2 == 1); in handleMessage()
3100 c.handleUidInactive(msg.arg1, msg.arg2 == 1); in handleMessage()
/aosp14/frameworks/base/services/
H A Dart-profile1315 HSPLcom/android/server/am/AppRestrictionController;->handleUidInactive(IZ)V