Searched refs:ndefMimeType (Results 1 – 1 of 1) sorted by relevance
252 final String ndefMimeType; field in NfcDispatcher.DispatchInfo265 ndefMimeType = message.getRecords()[0].toMimeType(); in DispatchInfo()268 ndefMimeType = null; in DispatchInfo()292 } else if (ndefMimeType != null) { in setNdefIntent()293 intent.setType(ndefMimeType); in setNdefIntent()306 } else if (ndefMimeType != null) { in setViewIntent()307 intent.setType(ndefMimeType); in setViewIntent()665 String ndefMimeType = message.getRecords()[0].toMimeType(); in dispatchTag() local667 !(Arrays.asList(provisioningMimes).contains(ndefMimeType))) { in dispatchTag()