Searched refs:opMessage (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | PermissionUtils.java | 448 @Nullable String attributionTag, @Nullable String opMessage) { in checkAppOp() argument 450 final int mode = appOps.noteOpNoThrow(op, uid, packageName, attributionTag, opMessage); in checkAppOp() 469 @Nullable String attributionTag, @Nullable String opMessage) { in checkAppOpAllowingLegacy() argument 471 final int mode = appOps.noteOpNoThrow(op, uid, packageName, attributionTag, opMessage); in checkAppOpAllowingLegacy()
|