Searched refs:ndefMimeType (Results 1 – 1 of 1) sorted by relevance
226 final String ndefMimeType; field in NfcDispatcher.DispatchInfo239 ndefMimeType = message.getRecords()[0].toMimeType(); in DispatchInfo()242 ndefMimeType = null; in DispatchInfo()266 } else if (ndefMimeType != null) { in setNdefIntent()267 intent.setType(ndefMimeType); in setNdefIntent()611 String ndefMimeType = message.getRecords()[0].toMimeType(); in dispatchTag() local613 !(Arrays.asList(provisioningMimes).contains(ndefMimeType))) { in dispatchTag()