Searched refs:mNfcService (Results 1 – 6 of 6) 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()
241 Messenger mNfcService = null; field in HostApduService254 if (mNfcService == null) mNfcService = msg.replyTo; in handleMessage()260 if (mNfcService == null) { in handleMessage()270 mNfcService.send(responseMsg); in handleMessage()281 if (mNfcService == null) { in handleMessage()287 mNfcService.send(msg); in handleMessage()294 mNfcService = null; in handleMessage()298 if (mNfcService == null) { in handleMessage()304 mNfcService.send(msg); in handleMessage()
169 Messenger mNfcService = null; field in HostNfcFService182 if (mNfcService == null) mNfcService = msg.replyTo; in handleMessage()188 if (mNfcService == null) { in handleMessage()198 mNfcService.send(responseMsg); in handleMessage()209 if (mNfcService == null) { in handleMessage()215 mNfcService.send(msg); in handleMessage()222 mNfcService = null; in handleMessage()
50 private NfcService mNfcService; field in BeamManager60 mNfcService = NfcService.getInstance(); in BeamManager()129 mNfcService.playSound(NfcService.SOUND_END); in handleMessage()
37210 Landroid/nfc/cardemulation/HostApduService;->mNfcService:Landroid/os/Messenger;37219 Landroid/nfc/cardemulation/HostNfcFService;->mNfcService:Landroid/os/Messenger;