Searched refs:ndefMimeType (Results 1 – 1 of 1) sorted by relevance
137 final String ndefMimeType; field in NfcDispatcher.DispatchInfo148 ndefMimeType = message.getRecords()[0].toMimeType(); in DispatchInfo()151 ndefMimeType = null; in DispatchInfo()167 } else if (ndefMimeType != null) { in setNdefIntent()168 intent.setType(ndefMimeType); in setNdefIntent()291 String ndefMimeType = message.getRecords()[0].toMimeType(); in dispatchTag() local293 !(Arrays.asList(provisioningMimes).contains(ndefMimeType))) { in dispatchTag()