Home
last modified time | relevance | path

Searched refs:firstInstallTime (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DApplicationInfo.java51 long firstInstallTime; field in ApplicationInfo
80 firstInstallTime = info.getFirstInstallTime(); in ApplicationInfo()
97 firstInstallTime = info.firstInstallTime; in ApplicationInfo()
111 + info.firstInstallTime); in dumpApplicationInfoList()
DLauncherModel.java2552 if (a.firstInstallTime < b.firstInstallTime) return 1;
2553 if (a.firstInstallTime > b.firstInstallTime) return -1;
/packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DDefaultEmergencyPicker.java55 bestMatch.firstInstallTime > packageInfo.firstInstallTime)) { in getCandidates()
/packages/services/Telephony/src/com/android/phone/
DEmergencyActionGroup.java177 bestMatch.firstInstallTime > packageInfo.firstInstallTime)) { in resolveAssistPackageAndQueryActivites()
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppStateUsageStatsBridge.java120 return (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - pi.firstInstallTime)); in getDaysSinceInstalled()
DAppsAsyncLoader.java388 return (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - pi.firstInstallTime)); in getDaysSinceInstalled()
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
DAppsAsyncLoaderTest.java358 packageInfo.firstInstallTime = installed; in registerApp()
DAppStateUsageStatsBridgeTest.java403 testPackage.firstInstallTime = installTime; in addPackageToPackageManager()
/packages/services/Car/car-support-lib/
Dproguard-release.flags1585 public long firstInstallTime;