Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java43 QuadFunction<Integer, Integer, String, Boolean, Integer> superImpl); in checkOperation() argument
56 QuadFunction<Integer, Integer, Integer, String, Integer> superImpl); in checkAudioOperation() argument
68 TriFunction<Integer, Integer, String, Integer> superImpl); in noteOperation() argument
/frameworks/base/core/java/android/content/pm/
DPackageManagerInternal.java103 TriFunction<String, String, Integer, Integer> superImpl); in checkPermission() argument
114 BiFunction<String, Integer, Integer> superImpl); in checkUidPermission() argument
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java19034 QuadFunction<Integer, Integer, String, Boolean, Integer> superImpl) { in checkOperation() argument
19038 return superImpl.apply(code, Process.SHELL_UID, in checkOperation()
19044 return superImpl.apply(code, uid, packageName, raw); in checkOperation()
19049 QuadFunction<Integer, Integer, Integer, String, Integer> superImpl) { in checkAudioOperation() argument
19053 return superImpl.apply(code, usage, Process.SHELL_UID, in checkAudioOperation()
19059 return superImpl.apply(code, usage, uid, packageName); in checkAudioOperation()
19064 TriFunction<Integer, Integer, String, Integer> superImpl) { in noteOperation() argument
19074 return superImpl.apply(code, uid, packageName); in noteOperation()
19079 TriFunction<String, String, Integer, Integer> superImpl) { in checkPermission() argument
19083 return superImpl.apply(permName, "com.android.shell", userId); in checkPermission()
[all …]