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