Searched refs:mNfcService (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DP2pEventManager.java34 final NfcService mNfcService; field in class:P2pEventManager
47 mNfcService = NfcService.getInstance();
69 mNfcService.playSound(NfcService.SOUND_START);
82 mNfcService.playSound(NfcService.SOUND_START);
112 mNfcService.playSound(NfcService.SOUND_END);
123 mNfcService.playSound(NfcService.SOUND_ERROR);
134 if (playSound) mNfcService.playSound(NfcService.SOUND_END);
151 mNfcService.playSound(NfcService.SOUND_ERROR);
181 mNfcService.playSound(NfcService.SOUND_ERROR);
191 mNfcService
[all...]
H A DNfcApplication.java34 NfcService mNfcService; field in class:NfcApplication
61 mNfcService = new NfcService(this);

Completed in 208 milliseconds