Searched refs:ndefMimeType (Results 1 – 1 of 1) sorted by relevance
162 final String ndefMimeType; field in NfcDispatcher.DispatchInfo173 ndefMimeType = message.getRecords()[0].toMimeType(); in DispatchInfo()176 ndefMimeType = null; in DispatchInfo()192 } else if (ndefMimeType != null) { in setNdefIntent()193 intent.setType(ndefMimeType); in setNdefIntent()335 String ndefMimeType = message.getRecords()[0].toMimeType(); in dispatchTag() local337 !(Arrays.asList(provisioningMimes).contains(ndefMimeType))) { in dispatchTag()