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