Home
last modified time | relevance | path

Searched refs:firstInstallTime (Results 1 – 5 of 5) 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/
DDefaultEmergencyPreference.java117 bestMatch.firstInstallTime > packageInfo.firstInstallTime)) { in resolveAssistPackageAndQueryApps()
/packages/services/Telephony/src/com/android/phone/
DEmergencyActionGroup.java177 bestMatch.firstInstallTime > packageInfo.firstInstallTime)) { in resolveAssistPackageAndQueryActivites()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DLauncherActivityInfoCompatV16.java93 return info != null ? info.firstInstallTime : 0; in getFirstInstallTime()