Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/utils/quota/
DCountQuotaTracker.java141 CountQuotaTracker.this.mHandler.obtainMessage(MSG_CLEAN_UP_EVENTS).sendToTarget();
161 private static final int MSG_CLEAN_UP_EVENTS = 1; field in CountQuotaTracker
655 case MSG_CLEAN_UP_EVENTS: { in handleMessage()