Home | History | Annotate | Download | only in notification

Lines Matching defs:sLastPruneMs

1065         private static long sLastPruneMs;
1264 nowMs - sLastPruneMs > PRUNE_MIN_DELAY_MS) {
1266 sLastPruneMs = nowMs;