Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java92 private int mEvictionCount; field in ValidateNotificationPeople
109 if (DEBUG || mEvictionCount % 100 == 0) { in initialize()
110 if (VERBOSE) Slog.i(TAG, "mEvictionCount: " + mEvictionCount); in initialize()
113 mEvictionCount++; in initialize()