Searched refs:MSG_REACHED_TIME_QUOTA (Results 1 – 2 of 2) sorted by relevance
517 static final int MSG_REACHED_TIME_QUOTA = 0; field in QuotaController2336 mRegularJobTimer ? MSG_REACHED_TIME_QUOTA : MSG_REACHED_EJ_TIME_QUOTA,2354 mRegularJobTimer ? MSG_REACHED_TIME_QUOTA : MSG_REACHED_EJ_TIME_QUOTA, mPkg);2719 case MSG_REACHED_TIME_QUOTA: { in handleMessage()2733 pkg + "#" + MSG_REACHED_TIME_QUOTA); in handleMessage()2743 Message rescheduleMsg = obtainMessage(MSG_REACHED_TIME_QUOTA, pkg); in handleMessage()
4731 argThat(msg -> msg.what == QuotaController.MSG_REACHED_TIME_QUOTA), in testTracking_RollingQuota()