Searched refs:mLastPrune (Results 1 – 1 of 1) sorted by relevance
158 private long mLastPrune = 0; field in AutofillManagerServiceImpl375 if (mLastPrune < now - MAX_ABANDONED_SESSION_MILLIS) { in pruneAbandonedSessionsLocked()376 mLastPrune = now; in pruneAbandonedSessionsLocked()956 pw.print(prefix); pw.print("Last prune: "); pw.println(mLastPrune); in dumpLocked()