Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DMtpDeviceIndex.java118 private static final Map<String, Boolean> sCachedSupportedExtenstions = new HashMap<>(); field in MtpDeviceIndex
157 Boolean result = sCachedSupportedExtenstions.get(extension); in isFormatSupported()
166 sCachedSupportedExtenstions.put(extension, result); in isFormatSupported()