Home
last modified time | relevance | path

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

/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/commands/
DMimeGroupCommands.java37 Set<String> getMimeGroupInternal(String mimeGroup); in getMimeGroupInternal() method
42 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()
DTestAppCommands.java40 public Set<String> getMimeGroupInternal(String mimeGroup) { in getMimeGroupInternal() method in TestAppCommands
DAppCommands.java41 public Set<String> getMimeGroupInternal(String mimeGroup) { in getMimeGroupInternal() method in AppCommands
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/util/
DMimeGroupOperations.java61 public Set<String> getMimeGroupInternal(String mimeGroup) { in getMimeGroupInternal() method in MimeGroupOperations
62 return mCommands.getMimeGroupInternal(mimeGroup); in getMimeGroupInternal()