Searched refs:mMachineLearningExecutor (Results 1 – 1 of 1) sorted by relevance
75 private final ThreadPoolExecutor mMachineLearningExecutor = field in Assistant145 if (mMachineLearningExecutor.getQueue().size() >= MAX_QUEUED_ML_JOBS) { in onNotificationEnqueued()150 Future<?> ignored = mMachineLearningExecutor.submit(() -> { in onNotificationEnqueued()