Home
last modified time | relevance | path

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

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