Searched refs:buildForMimeTypes (Results 1 – 1 of 1) sorted by relevance
50 private static RootInfo mNull = buildForMimeTypes((String[]) null);51 private static RootInfo mEmpty = buildForMimeTypes();52 private static RootInfo mWild = buildForMimeTypes("*/*");53 private static RootInfo mImages = buildForMimeTypes("image/*");54 private static RootInfo mAudio = buildForMimeTypes(56 private static RootInfo mDocs = buildForMimeTypes(58 private static RootInfo mMalformed1 = buildForMimeTypes("meow");59 private static RootInfo mMalformed2 = buildForMimeTypes("*/meow");147 RootInfo downloads = buildForMimeTypes("*/*"); in testDefaultRoot()155 RootInfo storage = buildForMimeTypes("*/*"); in testDefaultRoot_openDocumentTree()[all …]