Home | History | Annotate | Download | only in testutils

Lines Matching defs:mimeType

45         final String mimeType = expectedContentValues.getAsString(Data.MIMETYPE);
48 if (mMimeTypeToExpectedContentValues.containsKey(mimeType)) {
49 contentValuesCollection = mMimeTypeToExpectedContentValues.get(mimeType);
52 mMimeTypeToExpectedContentValues.put(mimeType, contentValuesCollection);
86 final String mimeType = actualContentValues.getAsString(Data.MIMETYPE);
87 if (!mMimeTypeToExpectedContentValues.containsKey(mimeType)) {
88 TestCase.fail("Unregistered MimeType " + mimeType);
108 String.format("MimeType: %s, data: %s",
109 mimeType, actualContentValues.toString())); */
116 mMimeTypeToExpectedContentValues.get(mimeType);
118 TestCase.fail("ContentValues for MimeType " + mimeType
187 if (Data.MIMETYPE.equals(key)) {
195 builder.append(Data.MIMETYPE);