Searched refs:sCachedSupportedExtenstions (Results 1 – 1 of 1) sorted by relevance
118 private static final Map<String, Boolean> sCachedSupportedExtenstions = new HashMap<>(); field in MtpDeviceIndex157 Boolean result = sCachedSupportedExtenstions.get(extension); in isFormatSupported()166 sCachedSupportedExtenstions.put(extension, result); in isFormatSupported()