Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/storage/
DFileCollector.java40 private static final int IMAGES = 0; field in FileCollector
46 IMAGES,
115 EXTENSION_MAP.put("bmp", IMAGES);
116 EXTENSION_MAP.put("gif", IMAGES);
117 EXTENSION_MAP.put("jpg", IMAGES);
118 EXTENSION_MAP.put("jpeg", IMAGES);
119 EXTENSION_MAP.put("jpe", IMAGES);
120 EXTENSION_MAP.put("pcx", IMAGES);
121 EXTENSION_MAP.put("png", IMAGES);
122 EXTENSION_MAP.put("svg", IMAGES);
[all …]