Searched defs:syncOp (Results  1 – 1 of 1) sorted by relevance
| /frameworks/base/core/java/android/app/ | 
| D | AppOpsManager.java | 8420             SyncNotedAppOp syncOp = mService.noteOperation(op, uid, packageName, attributionTag,  in noteOpNoThrow()  local8590             SyncNotedAppOp syncOp = mService.noteProxyOperation(op, attributionSource,  in noteProxyOpNoThrow()  local
 8926             SyncNotedAppOp syncOp = mService.startOperation(token, op, uid, packageName,  in startOpNoThrow()  local
 9062             SyncNotedAppOp syncOp = mService.startProxyOperation(clientId, op,  in startProxyOpNoThrow()  local
 9335     private void collectNotedOpForSelf(SyncNotedAppOp syncOp) {  in collectNotedOpForSelf()
 9354     public static void collectNotedOpSync(@NonNull SyncNotedAppOp syncOp) {  in collectNotedOpSync()
 
 |