Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/include_activitymanager/binder/
H A DActivityManager.h48 UID_OBSERVER_CAPABILITY = 1<<5, enumerator
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DUidObserverController.java306 if ((reg.mWhich & ActivityManager.UID_OBSERVER_CAPABILITY) != 0) { in dispatchUidsChangedForObserver()
438 ActivityManager.UID_OBSERVER_CAPABILITY,
474 if ((mWhich & ActivityManager.UID_OBSERVER_CAPABILITY) != 0) { in dump()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerServiceTest.java533 ActivityManager.UID_OBSERVER_CAPABILITY, in testDispatchUids_dispatchNeededChanges()
536 | ActivityManager.UID_OBSERVER_CAPABILITY in testDispatchUids_dispatchNeededChanges()
624 || (changeToObserve & ActivityManager.UID_OBSERVER_CAPABILITY) != 0) { in testDispatchUids_dispatchNeededChanges()
H A DUidObserverControllerTest.java157 ActivityManager.UID_OBSERVER_PROCSTATE | ActivityManager.UID_OBSERVER_CAPABILITY, in testDispatchUidsChanged()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityManager.java812 public static final int UID_OBSERVER_CAPABILITY = 1<<5; field in ActivityManager
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java939 | ActivityManager.UID_OBSERVER_CAPABILITY; in initService()