Lines Matching refs:NfcService
36 final NfcService mNfcService;
49 mNfcService = NfcService.getInstance(); in P2pEventManager()
82 mNfcService.playSound(NfcService.SOUND_START); in onP2pNfcTapRequested()
103 mNfcService.playSound(NfcService.SOUND_START); in onP2pSendConfirmationRequested()
114 mNfcService.playSound(NfcService.SOUND_END); in onP2pSendComplete()
125 mNfcService.playSound(NfcService.SOUND_ERROR); in onP2pHandoverNotSupported()
135 mNfcService.playSound(NfcService.SOUND_ERROR); in onP2pHandoverBusy()
145 if (playSound) mNfcService.playSound(NfcService.SOUND_END); in onP2pReceiveComplete()
162 mNfcService.playSound(NfcService.SOUND_ERROR); in onP2pOutOfRange()
192 mNfcService.playSound(NfcService.SOUND_ERROR); in onP2pSendDebounce()
201 mNfcService.playSound(NfcService.SOUND_START); in onP2pResumeSend()