Searched refs:getMimeGroupInternal (Results 1 – 4 of 4) sorted by relevance
37 Set<String> getMimeGroupInternal(String mimeGroup); in getMimeGroupInternal() method42 Set<String> newMimeTypes = new ArraySet<>(getMimeGroupInternal(mimeGroup)); in addMimeTypeToGroup()51 Set<String> newMimeTypes = new ArraySet<>(getMimeGroupInternal(mimeGroup)); in removeMimeTypeFromGroup()101 public Set<String> getMimeGroupInternal(String mimeGroup) { in noOp()
40 public Set<String> getMimeGroupInternal(String mimeGroup) { in getMimeGroupInternal() method in TestAppCommands
41 public Set<String> getMimeGroupInternal(String mimeGroup) { in getMimeGroupInternal() method in AppCommands
61 public Set<String> getMimeGroupInternal(String mimeGroup) { in getMimeGroupInternal() method in MimeGroupOperations62 return mCommands.getMimeGroupInternal(mimeGroup); in getMimeGroupInternal()