Searched refs:MSG_REACHED_EJ_QUOTA (Results 1 – 2 of 2) sorted by relevance
529 static final int MSG_REACHED_EJ_QUOTA = 4; field in QuotaController2294 mRegularJobTimer ? MSG_REACHED_QUOTA : MSG_REACHED_EJ_QUOTA, mPkg);2311 mRegularJobTimer ? MSG_REACHED_QUOTA : MSG_REACHED_EJ_QUOTA, mPkg);2687 case MSG_REACHED_EJ_QUOTA: {2705 Message rescheduleMsg = obtainMessage(MSG_REACHED_EJ_QUOTA, pkg);
6583 argThat(msg -> msg.what == QuotaController.MSG_REACHED_EJ_QUOTA), in testEJTracking_RollingQuota()