Searched defs:firstInstallTime (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/pkg/ |
D | PackageStateUtils.java | 91 final long firstInstallTime = userStatesInternal.valueAt(i).getFirstInstallTime(); in getEarliestFirstInstallTime() local
|
/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/ |
D | PackageInfoWithoutStateUtils.java | 81 @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/ |
D | PackageInfo.java | 138 public long firstInstallTime; field in PackageInfo
|
D | PackageParser.java | 680 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/ |
D | PackageInfoUtils.java | 87 @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/ |
D | PackageManagerServiceUtils.java | 182 public static boolean isUnusedSinceTimeInMillis(long firstInstallTime, long currentTimeInMillis, in isUnusedSinceTimeInMillis()
|
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
D | DomainVerificationService.java | 835 long firstInstallTime = firstPkgSetting == null in getOwnersForDomainInternal() local
|