Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java44 QuadFunction<Integer, Integer, String, Boolean, Integer> superImpl); in checkOperation() argument
57 QuadFunction<Integer, Integer, Integer, String, Integer> superImpl); in checkAudioOperation() argument
69 TriFunction<Integer, Integer, String, Integer> superImpl); in noteOperation() argument
/frameworks/base/core/java/android/content/pm/
DPackageManagerInternal.java101 TriFunction<String, String, Integer, Integer> superImpl); in checkPermission() argument
112 BiFunction<String, Integer, Integer> superImpl); in checkUidPermission() argument
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java18913 QuadFunction<Integer, Integer, String, Boolean, Integer> superImpl) { in checkOperation() argument
18917 return superImpl.apply(code, Process.SHELL_UID, in checkOperation()
18923 return superImpl.apply(code, uid, packageName, raw); in checkOperation()
18928 QuadFunction<Integer, Integer, Integer, String, Integer> superImpl) { in checkAudioOperation() argument
18932 return superImpl.apply(code, usage, Process.SHELL_UID, in checkAudioOperation()
18938 return superImpl.apply(code, usage, uid, packageName); in checkAudioOperation()
18943 TriFunction<Integer, Integer, String, Integer> superImpl) { in noteOperation() argument
18953 return superImpl.apply(code, uid, packageName); in noteOperation()
18958 TriFunction<String, String, Integer, Integer> superImpl) { in checkPermission() argument
18962 return superImpl.apply(permName, "com.android.shell", userId); in checkPermission()
[all …]