Searched refs:ndefMimeType (Results 1 – 1 of 1) sorted by relevance
163 final String ndefMimeType; field in NfcDispatcher.DispatchInfo174 ndefMimeType = message.getRecords()[0].toMimeType(); in DispatchInfo()177 ndefMimeType = null; in DispatchInfo()193 } else if (ndefMimeType != null) { in setNdefIntent()194 intent.setType(ndefMimeType); in setNdefIntent()342 String ndefMimeType = message.getRecords()[0].toMimeType(); in dispatchTag() local344 !(Arrays.asList(provisioningMimes).contains(ndefMimeType))) { in dispatchTag()