Searched defs:superImpl (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | AppOpsManagerInternal.java | 59 superImpl); in checkOperation() 72 QuadFunction<Integer, Integer, Integer, String, Integer> superImpl); in checkAudioOperation() argument 90 SyncNotedAppOp> superImpl); in noteOperation() 108 Boolean, SyncNotedAppOp> superImpl); in noteProxyOperation() 133 Boolean, String, Boolean, Integer, Integer, SyncNotedAppOp> superImpl); in startOperation() 157 SyncNotedAppOp> superImpl); in startProxyOperation() 170 @NonNull QuintConsumer<IBinder, Integer, Integer, String, String> superImpl) { in finishOperation() 182 @NonNull TriFunction<Integer, AttributionSource, Boolean, Void> superImpl); in finishProxyOperation()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | AppOpsPolicy.java | 206 QuintFunction<Integer, Integer, String, String, Boolean, Integer> superImpl) { in checkOperation() argument 212 QuadFunction<Integer, Integer, Integer, String, Integer> superImpl) { in checkAudioOperation() argument 220 String, String, Boolean, String, Boolean, SyncNotedAppOp> superImpl) { in noteOperation() 231 SyncNotedAppOp> superImpl) { in noteProxyOperation() 245 SyncNotedAppOp> superImpl) { in startOperation() 259 Boolean, Integer, Integer, Integer, SyncNotedAppOp> superImpl) { in startProxyOperation() 270 @NonNull QuintConsumer<IBinder, Integer, Integer, String, String> superImpl) { in finishOperation() 278 Boolean, Void> superImpl) { in finishProxyOperation()
|