Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/controllers/
DQuotaController.java471 mHandler.obtainMessage(MSG_CLEAN_UP_SESSIONS).sendToTarget();
566 private static final int MSG_CLEAN_UP_SESSIONS = 1; field in QuotaController
1894 case MSG_CLEAN_UP_SESSIONS: in handleMessage()