Home | History | Annotate | Download | only in nfc

Lines Matching full:playsound

71         mNfcService.playSound(NfcService.SOUND_START);
84 mNfcService.playSound(NfcService.SOUND_START);
114 mNfcService.playSound(NfcService.SOUND_END);
125 mNfcService.playSound(NfcService.SOUND_ERROR);
135 mNfcService.playSound(NfcService.SOUND_ERROR);
143 public void onP2pReceiveComplete(boolean playSound) {
145 if (playSound) mNfcService.playSound(NfcService.SOUND_END);
162 mNfcService.playSound(NfcService.SOUND_ERROR);
192 mNfcService.playSound(NfcService.SOUND_ERROR);
202 mNfcService.playSound(NfcService.SOUND_START);