Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java59 superImpl); in checkOperation()
72 @NonNull QuadFunction<Integer, Integer, Integer, String, Integer> superImpl); in checkAudioOperation() argument
91 Boolean, SyncNotedAppOp> superImpl); in noteOperation()
109 Boolean, SyncNotedAppOp> superImpl); in noteProxyOperation()
135 Boolean, String, Boolean, Integer, Integer, SyncNotedAppOp> superImpl); in startOperation()
162 SyncNotedAppOp> superImpl); in startProxyOperation()
177 Integer, String, String, Integer> superImpl); in finishOperation()
192 Void> superImpl); in finishProxyOperation()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DAccessCheckDelegate.java268 @NonNull QuadFunction<String, String, String, Integer, Integer> superImpl) { in checkPermission() argument
296 @NonNull TriFunction<Integer, String, String, Integer> superImpl) { in checkUidPermission() argument
321 superImpl) { in checkOperation()
337 @NonNull QuadFunction<Integer, Integer, Integer, String, Integer> superImpl) { in checkAudioOperation() argument
356 Boolean, SyncNotedAppOp> superImpl) { in noteOperation()
377 Boolean, SyncNotedAppOp> superImpl) { in noteProxyOperation()
405 Boolean, String, Boolean, Integer, Integer, SyncNotedAppOp> superImpl) { in startOperation()
432 SyncNotedAppOp> superImpl) { in startProxyOperation()
459 Void> superImpl) { in finishProxyOperation()
482 Integer, String, String, Integer> superImpl) { in finishOperation()
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/services/core/java/com/android/server/policy/
DAppOpsPolicy.java234 HexFunction<Integer, Integer, String, String, Integer, Boolean, Integer> superImpl) { in checkOperation() argument
241 QuadFunction<Integer, Integer, Integer, String, Integer> superImpl) { in checkAudioOperation() argument
250 Integer, Boolean, String, Boolean, SyncNotedAppOp> superImpl) { in noteOperation()
261 SyncNotedAppOp> superImpl) { in noteProxyOperation()
275 SyncNotedAppOp> superImpl) { in startOperation()
289 Boolean, Boolean, Integer, Integer, Integer, SyncNotedAppOp> superImpl) { in startProxyOperation()
300 @NonNull HexConsumer<IBinder, Integer, Integer, String, String, Integer> superImpl) { in finishOperation() argument
308 @NonNull QuadFunction<IBinder, Integer, AttributionSource, Boolean, Void> superImpl) { in finishProxyOperation()