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

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

Completed in 41 milliseconds