Home
last modified time | relevance | path

Searched refs:mNfcService (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DP2pEventManager.java36 final NfcService mNfcService; field in P2pEventManager
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()
[all …]
DNfcApplication.java35 NfcService mNfcService; field in NfcApplication
66 mNfcService = new NfcService(this); in onCreate()
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamManager.java50 private NfcService mNfcService; field in BeamManager
60 mNfcService = NfcService.getInstance(); in BeamManager()
129 mNfcService.playSound(NfcService.SOUND_END); in handleMessage()