Searched refs:MSG_REACHED_QUOTA (Results 1 – 2 of 2) sorted by relevance
517 static final int MSG_REACHED_QUOTA = 0; field in QuotaController2294 mRegularJobTimer ? MSG_REACHED_QUOTA : MSG_REACHED_EJ_QUOTA, mPkg);2311 mRegularJobTimer ? MSG_REACHED_QUOTA : MSG_REACHED_EJ_QUOTA, mPkg);2658 case MSG_REACHED_QUOTA: {2677 Message rescheduleMsg = obtainMessage(MSG_REACHED_QUOTA, pkg);
4617 argThat(msg -> msg.what == QuotaController.MSG_REACHED_QUOTA), in testTracking_RollingQuota()