Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/pkg/
DPackageStateUtils.java91 final long firstInstallTime = userStatesInternal.valueAt(i).getFirstInstallTime(); in getEarliestFirstInstallTime() local
/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
DPackageInfoWithoutStateUtils.java81 @PackageManager.PackageInfoFlagsBits long flags, long firstInstallTime, in generate()
96 @PackageManager.PackageInfoFlagsBits long flags, long firstInstallTime, in generateWithComponents()
196 @PackageManager.PackageInfoFlagsBits long flags, long firstInstallTime, in generateWithoutComponents()
216 @PackageManager.PackageInfoFlagsBits long flags, long firstInstallTime, in generateWithoutComponentsUnchecked()
/frameworks/base/core/java/android/content/pm/
DPackageInfo.java138 public long firstInstallTime; field in PackageInfo
DPackageParser.java680 int[] gids, int flags, long firstInstallTime, long lastUpdateTime, in generatePackageInfo()
689 int[] gids, int flags, long firstInstallTime, long lastUpdateTime, in generatePackageInfo()
711 int gids[], int flags, long firstInstallTime, long lastUpdateTime, in generatePackageInfo()
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java87 @PackageManager.PackageInfoFlagsBits long flags, long firstInstallTime, in generate()
108 @PackageManager.PackageInfoFlagsBits long flags, long firstInstallTime, in generateWithComponents()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java182 public static boolean isUnusedSinceTimeInMillis(long firstInstallTime, long currentTimeInMillis, in isUnusedSinceTimeInMillis()
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationService.java835 long firstInstallTime = firstPkgSetting == null in getOwnersForDomainInternal() local