Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/util/
DPermissionUtils.java514 @Nullable String attributionTag, @Nullable String opMessage, boolean forDataDelivery) { in checkAppOp() argument
517 attributionTag, opMessage) : appOps.unsafeCheckOpNoThrow(op, uid, packageName); in checkAppOp()
536 @Nullable String attributionTag, @Nullable String opMessage, boolean forDataDelivery) { in checkAppOpAllowingLegacy() argument
539 ? appOps.noteOpNoThrow(op, uid, packageName, attributionTag, opMessage) in checkAppOpAllowingLegacy()