Home
last modified time | relevance | path

Searched defs:createdMillis (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/storage/
H A DVolumeRecord.java54 public long createdMillis; field in VolumeRecord
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java284 final long createdMillis; field in PackageInstallerSession
1004 SessionParams params, long createdMillis, long committedMillis, in PackageInstallerSession()
4675 final long createdMillis = in.getAttributeLong(null, ATTR_CREATED_MILLIS); in readFromXml() local
H A DPackageInstallerService.java807 final long createdMillis = System.currentTimeMillis(); in createSessionInternal() local
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java2401 public long createdMillis; field in PackageInstaller.SessionInfo