Lines Matching refs:raw
540 mStartSound = mSoundPool.load(mContext, R.raw.start, 1);
541 mEndSound = mSoundPool.load(mContext, R.raw.end, 1);
542 mErrorSound = mSoundPool.load(mContext, R.raw.error, 1);
1325 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw)
1345 response = tag.transceive(data, raw, targetLost);