Home
last modified time | relevance | path

Searched refs:mMachineLearningExecutor (Results 1 – 1 of 1) sorted by relevance

/packages/modules/ExtServices/java/src/android/ext/services/notification/
DAssistant.java75 private final ThreadPoolExecutor mMachineLearningExecutor = field in Assistant
145 if (mMachineLearningExecutor.getQueue().size() >= MAX_QUEUED_ML_JOBS) { in onNotificationEnqueued()
150 Future<?> ignored = mMachineLearningExecutor.submit(() -> { in onNotificationEnqueued()