Home | History | Annotate | Download | only in nfc

Lines Matching refs:prefixIndex

761         int prefixIndex = (mPayload[0] & (byte)0xFF);
762 if (prefixIndex < 0 || prefixIndex >= URI_PREFIX_MAP.length) {
765 String prefix = URI_PREFIX_MAP[prefixIndex];