Searched refs:mNfcService (Results 1 – 3 of 3) sorted by relevance
36 final NfcService mNfcService; field in P2pEventManager49 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()[all …]
35 NfcService mNfcService; field in NfcApplication66 mNfcService = new NfcService(this); in onCreate()
50 private NfcService mNfcService; field in BeamManager60 mNfcService = NfcService.getInstance(); in BeamManager()129 mNfcService.playSound(NfcService.SOUND_END); in handleMessage()