Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIAppOpsStartedCallback.aidl22 int flags, int mode, int startedType, int attributionFlags, int attributionChainId); in opStarted() argument
/frameworks/base/core/java/android/permission/
DPermissionUsageHelper.java251 @StartedType int startedType, @AttributionFlags int attributionFlags, in onOpStarted() argument
253 if (startedType == START_TYPE_FAILED || attributionChainId == ATTRIBUTION_CHAIN_ID_NONE in onOpStarted()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java4180 @AppOpsManager.OnOpStartedListener.StartedType int startedType, in scheduleOpStartedIfNeededLocked() argument
4207 flags, result, startedType, attributionFlags, attributionChainId)); in scheduleOpStartedIfNeededLocked()
4213 @AppOpsManager.OnOpStartedListener.StartedType int startedType, in notifyOpStarted() argument
4225 virtualDeviceId, flags, result, startedType, attributionFlags, in notifyOpStarted()