Searched refs:MSG_REACHED_EJ_TIME_QUOTA (Results 1 – 2 of 2) sorted by relevance
529 static final int MSG_REACHED_EJ_TIME_QUOTA = 4; 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);2753 case MSG_REACHED_EJ_TIME_QUOTA: { in handleMessage()2766 pkg + "#" + MSG_REACHED_EJ_TIME_QUOTA); in handleMessage()2776 Message rescheduleMsg = obtainMessage(MSG_REACHED_EJ_TIME_QUOTA, pkg); in handleMessage()
6698 argThat(msg -> msg.what == QuotaController.MSG_REACHED_EJ_TIME_QUOTA), in testEJTracking_RollingQuota()