Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreSession.java215 assertCallerIsOwner(); in openWrite()
271 assertCallerIsOwner(); in openRead()
328 assertCallerIsOwner(); in allowPackageAccess()
346 assertCallerIsOwner(); in allowSameSignatureAccess()
358 assertCallerIsOwner(); in allowPublicAccess()
371 assertCallerIsOwner(); in isPackageAccessAllowed()
386 assertCallerIsOwner(); in isSameSignatureAccessAllowed()
398 assertCallerIsOwner(); in isPublicAccessAllowed()
428 assertCallerIsOwner(); in closeSession()
547 private void assertCallerIsOwner() { in assertCallerIsOwner() method in BlobStoreSession