Searched refs:mLastAppScanTime (Results 1 – 1 of 1) sorted by relevance
131 private long mLastAppScanTime; field in ShortcutUser146 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()