Searched refs:formatPair (Results 1 – 1 of 1) sorted by relevance
316 final Pair<Integer, Integer> formatPair = new Pair<>(sourceFormat, targetFormat); in addOnDeviceTranslationCapabilityUpdateListener() local317 mTranslationCapabilityUpdateListeners.computeIfAbsent(formatPair, in addOnDeviceTranslationCapabilityUpdateListener()373 final Pair<Integer, Integer> formatPair = new Pair<>(sourceFormat, targetFormat); in removeOnDeviceTranslationCapabilityUpdateListener() local374 if (mTranslationCapabilityUpdateListeners.containsKey(formatPair)) { in removeOnDeviceTranslationCapabilityUpdateListener()376 mTranslationCapabilityUpdateListeners.get(formatPair); in removeOnDeviceTranslationCapabilityUpdateListener()384 Log.w(TAG, "format pair=" + formatPair + " does not exist in " in removeOnDeviceTranslationCapabilityUpdateListener()