Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutUser.java136 private long mLastAppScanTime; field in ShortcutUser
154 return mLastAppScanTime; in getLastAppScanTime()
158 mLastAppScanTime = lastAppScanTime; in setLastAppScanTime()
360 mLastAppScanTime); in saveToXml()
444 ret.mLastAppScanTime = lastAppScanTime < currentTime ? lastAppScanTime : 0; in loadFromXml()
604 pw.print(mLastAppScanTime); in dump()
606 pw.println(ShortcutService.formatTime(mLastAppScanTime)); in dump()