HomeSort by relevance Sort by last modified time
    Searched defs:typeOnly (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
IconUtils.java 255 final String typeOnly = mimeType.split("/")[0];
256 if ("audio".equals(typeOnly)) {
258 } else if ("image".equals(typeOnly)) {
260 } else if ("text".equals(typeOnly)) {
262 } else if ("video".equals(typeOnly)) {
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 61 milliseconds