HomeSort by relevance Sort by last modified time
    Searched refs:getMimeTypeCount (Results 1 - 5 of 5) sorted by null

  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputContentInfoTest.java 46 assertEquals(1, info.getDescription().getMimeTypeCount());
59 assertEquals(info.getDescription().getMimeTypeCount(),
60 targetInfo.getDescription().getMimeTypeCount());
75 assertEquals(1, info.getDescription().getMimeTypeCount());
  /frameworks/av/include/drm/
DrmSupportInfo.h 121 int getMimeTypeCount(void) const;
  /frameworks/av/drm/common/
DrmSupportInfo.cpp 78 int DrmSupportInfo::getMimeTypeCount(void) const {
IDrmManagerService.cpp     [all...]
  /cts/tests/tests/content/src/android/content/cts/
ClipboardManagerTest.java 348 assertEquals(mimeTypes.length, description.getMimeTypeCount());
349 int mimeTypeCount = description.getMimeTypeCount();

Completed in 148 milliseconds