Searched refs:mLastAppScanTime (Results 1 – 1 of 1) sorted by relevance
101 private long mLastAppScanTime; field in ShortcutUser124 return mLastAppScanTime; in getLastAppScanTime()128 mLastAppScanTime = lastAppScanTime; in setLastAppScanTime()330 mLastAppScanTime); in saveToXml()390 ret.mLastAppScanTime = lastAppScanTime < currentTime ? lastAppScanTime : 0; in loadFromXml()550 pw.print(mLastAppScanTime); in dump()552 pw.println(ShortcutService.formatTime(mLastAppScanTime)); in dump()