Searched refs:startedType (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | IAppOpsStartedCallback.aidl | 22 int startedType, int attributionFlags, int attributionChainId); in opStarted() argument
|
/aosp14/frameworks/base/core/java/android/permission/ |
H A D | PermissionUsageHelper.java | 253 @StartedType int startedType, @AttributionFlags int attributionFlags, in onOpStarted() argument 255 if (startedType == START_TYPE_FAILED || attributionChainId == ATTRIBUTION_CHAIN_ID_NONE in onOpStarted()
|
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 3447 @AppOpsManager.OnOpStartedListener.StartedType int startedType, in scheduleOpStartedIfNeededLocked() argument 3474 result, startedType, attributionFlags, attributionChainId)); in scheduleOpStartedIfNeededLocked() 3479 @Mode int result, @AppOpsManager.OnOpStartedListener.StartedType int startedType, in notifyOpStarted() argument 3491 result, startedType, attributionFlags, attributionChainId); in notifyOpStarted()
|