Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/translation/
H A DTranslationManager.java89 mTranslationCapabilityUpdateListeners = new ArrayMap<>(); field in TranslationManager
317 mTranslationCapabilityUpdateListeners.computeIfAbsent(formatPair, in addOnDeviceTranslationCapabilityUpdateListener()
374 if (mTranslationCapabilityUpdateListeners.containsKey(formatPair)) { in removeOnDeviceTranslationCapabilityUpdateListener()
376 mTranslationCapabilityUpdateListeners.get(formatPair); in removeOnDeviceTranslationCapabilityUpdateListener()