Searched refs:startedType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsStartedCallback.aidl | 22 int flags, int mode, int startedType, int attributionFlags, int attributionChainId); in opStarted() argument
|
/frameworks/base/core/java/android/permission/ |
D | PermissionUsageHelper.java | 251 @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/ |
D | AppOpsService.java | 4180 @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()
|