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.java131 private long mLastAppScanTime; field in ShortcutUser
146 return mLastAppScanTime; in getLastAppScanTime()
150 mLastAppScanTime = lastAppScanTime; in setLastAppScanTime()
345 mLastAppScanTime); in saveToXml()
397 ret.mLastAppScanTime = lastAppScanTime < currentTime ? lastAppScanTime : 0; in loadFromXml()
554 pw.print(mLastAppScanTime); in dump()
556 pw.println(ShortcutService.formatTime(mLastAppScanTime)); in dump()