Home
last modified time | relevance | path

Searched refs:mEvictionCount (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java98 private int mEvictionCount; field in ValidateNotificationPeople
115 if (DEBUG || mEvictionCount % 100 == 0) { in initialize()
116 if (VERBOSE) Slog.i(TAG, "mEvictionCount: " + mEvictionCount); in initialize()
119 mEvictionCount++; in initialize()