HomeSort by relevance Sort by last modified time
    Searched refs:mNfcService (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 225 Messenger mNfcService = null;
238 if (mNfcService == null) mNfcService = msg.replyTo;
244 if (mNfcService == null) {
254 mNfcService.send(responseMsg);
265 if (mNfcService == null) {
271 mNfcService.send(msg);
278 mNfcService = null;
282 if (mNfcService == null) {
288 mNfcService.send(msg)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 34 final NfcService mNfcService;
47 mNfcService = NfcService.getInstance();
69 mNfcService.playSound(NfcService.SOUND_START);
91 mNfcService.playSound(NfcService.SOUND_END);
102 mNfcService.playSound(NfcService.SOUND_ERROR);
113 if (playSound) mNfcService.playSound(NfcService.SOUND_END);
130 mNfcService.playSound(NfcService.SOUND_ERROR);
154 mNfcService.playSound(NfcService.SOUND_ERROR);
164 mNfcService.playSound(NfcService.SOUND_START);
NfcApplication.java 32 NfcService mNfcService;
59 mNfcService = new NfcService(this);

Completed in 48 milliseconds