Home
last modified time | relevance | path

Searched refs:superImpl (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/permission/
DAccessCheckDelegate.java268 @NonNull QuadFunction<String, String, String, Integer, Integer> superImpl) { in checkPermission() argument
274 userId, superImpl); in checkPermission()
290 return superImpl.apply(packageName, permissionName, persistentDeviceId, userId); in checkPermission()
296 @NonNull TriFunction<Integer, String, String, Integer> superImpl) { in checkUidPermission() argument
302 persistentDeviceId, superImpl); in checkUidPermission()
314 return superImpl.apply(uid, permissionName, persistentDeviceId); in checkUidPermission()
321 superImpl) { in checkOperation() argument
327 return superImpl.apply(code, shellUid, SHELL_PKG, null, virtualDeviceId, raw); in checkOperation()
332 return superImpl.apply(code, uid, packageName, attributionTag, virtualDeviceId, raw); in checkOperation()
337 @NonNull QuadFunction<Integer, Integer, Integer, String, Integer> superImpl) { in checkAudioOperation() argument
[all …]
DPermissionManagerServiceInternal.java203 @NonNull QuadFunction<String, String, String, Integer, Integer> superImpl); in checkPermission() argument
217 @NonNull TriFunction<Integer, String, String, Integer> superImpl); in checkUidPermission() argument
/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java59 superImpl); in checkOperation() argument
72 @NonNull QuadFunction<Integer, Integer, Integer, String, Integer> superImpl); in checkAudioOperation() argument
91 Boolean, SyncNotedAppOp> superImpl); in noteOperation() argument
109 Boolean, SyncNotedAppOp> superImpl); in noteProxyOperation() argument
135 Boolean, String, Boolean, Integer, Integer, SyncNotedAppOp> superImpl); in startOperation() argument
162 SyncNotedAppOp> superImpl); in startProxyOperation() argument
177 Integer, String, String, Integer> superImpl); in finishOperation() argument
192 Void> superImpl); in finishProxyOperation() argument
/frameworks/base/services/core/java/com/android/server/policy/
DAppOpsPolicy.java234 HexFunction<Integer, Integer, String, String, Integer, Boolean, Integer> superImpl) { in checkOperation() argument
235 return superImpl.apply(code, resolveUid(code, uid), packageName, attributionTag, in checkOperation()
241 QuadFunction<Integer, Integer, Integer, String, Integer> superImpl) { in checkAudioOperation() argument
242 return superImpl.apply(code, usage, uid, packageName); in checkAudioOperation()
250 Integer, Boolean, String, Boolean, SyncNotedAppOp> superImpl) { in noteOperation() argument
251 return superImpl.apply(resolveDatasourceOp(code, uid, packageName, attributionTag), in noteOperation()
261 SyncNotedAppOp> superImpl) { in noteProxyOperation() argument
262 return superImpl.apply(resolveDatasourceOp(code, attributionSource.getUid(), in noteProxyOperation()
275 SyncNotedAppOp> superImpl) { in startOperation() argument
276 return superImpl.apply(token, resolveDatasourceOp(code, uid, packageName, attributionTag), in startOperation()
[all …]