Searched defs:opAccess (Results 1 – 2 of 2) sorted by relevance
31 val opAccess = OpAccess("testPkg", "testAttr", UserHandle.of(23), 42) in serializeDeserializeWithAttribution() constant38 val opAccess = OpAccess("testPkg", null, UserHandle.of(23), 42) in serializeDeserializeWithoutAttribution() constant
293 for (opAccess in usages) { in <lambda>() method543 for ((idx, opAccess) in chain.withIndex()) { in <lambda>() constant