Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java47 QuadFunction<Integer, Integer, String, Boolean, Integer> superImpl); in checkOperation() argument
60 QuadFunction<Integer, Integer, Integer, String, Integer> superImpl); in checkAudioOperation() argument
78 Integer> superImpl); in noteOperation() argument
/frameworks/base/core/java/android/permission/
DPermissionManagerInternal.java65 TriFunction<String, String, Integer, Integer> superImpl); in checkPermission() argument
77 BiFunction<String, Integer, Integer> superImpl); in checkUidPermission() argument
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java20208 QuadFunction<Integer, Integer, String, Boolean, Integer> superImpl) { in checkOperation() argument
20212 return superImpl.apply(code, Process.SHELL_UID, in checkOperation()
20218 return superImpl.apply(code, uid, packageName, raw); in checkOperation()
20223 QuadFunction<Integer, Integer, Integer, String, Integer> superImpl) { in checkAudioOperation() argument
20227 return superImpl.apply(code, usage, Process.SHELL_UID, in checkAudioOperation()
20233 return superImpl.apply(code, usage, uid, packageName); in checkAudioOperation()
20241 Integer> superImpl) { in noteOperation() argument
20245 return superImpl.apply(code, Process.SHELL_UID, "com.android.shell", featureId, in noteOperation()
20251 return superImpl.apply(code, uid, packageName, featureId, shouldCollectAsyncNotedOp, in noteOperation()
20257 TriFunction<String, String, Integer, Integer> superImpl) { in checkPermission() argument
[all …]