Searched refs:firstInstallTime (Results 1 – 9 of 9) sorted by relevance
51 long firstInstallTime; field in ApplicationInfo80 firstInstallTime = info.getFirstInstallTime(); in ApplicationInfo()97 firstInstallTime = info.firstInstallTime; in ApplicationInfo()111 + info.firstInstallTime); in dumpApplicationInfoList()
2552 if (a.firstInstallTime < b.firstInstallTime) return 1;2553 if (a.firstInstallTime > b.firstInstallTime) return -1;
55 bestMatch.firstInstallTime > packageInfo.firstInstallTime)) { in getCandidates()
177 bestMatch.firstInstallTime > packageInfo.firstInstallTime)) { in resolveAssistPackageAndQueryActivites()
120 return (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - pi.firstInstallTime)); in getDaysSinceInstalled()
388 return (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - pi.firstInstallTime)); in getDaysSinceInstalled()
358 packageInfo.firstInstallTime = installed; in registerApp()
403 testPackage.firstInstallTime = installTime; in addPackageToPackageManager()
1585 public long firstInstallTime;