Home
last modified time | relevance | path

Searched defs:ownerPackageName (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreSession.java127 int ownerUid, String ownerPackageName, long creationTimeMs, in BlobStoreSession()
139 int ownerUid, String ownerPackageName, SessionStateChangeListener listener) { in BlobStoreSession()
598 final String ownerPackageName = XmlUtils.readStringAttribute(in, ATTR_PACKAGE); in createFromXml() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/
H A DBlobStoreManagerServiceTest.java358 private BlobStoreSession createBlobStoreSessionMock(String ownerPackageName, int ownerUid, in createBlobStoreSessionMock()
363 private BlobStoreSession createBlobStoreSessionMock(String ownerPackageName, int ownerUid, in createBlobStoreSessionMock()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DVirtualDisplayAdapter.java114 IMediaProjection projection, int ownerUid, String ownerPackageName, Surface surface, in createVirtualDisplayLocked()
281 int ownerUid, String ownerPackageName, Surface surface, int flags, in VirtualDisplayDevice()
H A DDisplayDeviceInfo.java418 public String ownerPackageName; field in DisplayDeviceInfo
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayInfo.java291 public String ownerPackageName; field in DisplayInfo
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/permission/
H A DUidPermissionPolicy.kt1244 val ownerPackageName = newState.systemState.deviceAndProfileOwners[userId] ?: return false regex
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java209 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName, in MediaSessionRecord()