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

  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 241 Messenger mNfcService = null;
254 if (mNfcService == null) mNfcService = msg.replyTo;
260 if (mNfcService == null) {
270 mNfcService.send(responseMsg);
281 if (mNfcService == null) {
287 mNfcService.send(msg);
294 mNfcService = null;
298 if (mNfcService == null) {
304 mNfcService.send(msg)
    [all...]
HostNfcFService.java 167 Messenger mNfcService = null;
180 if (mNfcService == null) mNfcService = msg.replyTo;
186 if (mNfcService == null) {
196 mNfcService.send(responseMsg);
207 if (mNfcService == null) {
213 mNfcService.send(msg);
220 mNfcService = null;
  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 36 final NfcService mNfcService;
49 mNfcService = NfcService.getInstance();
82 mNfcService.playSound(NfcService.SOUND_START);
103 mNfcService.playSound(NfcService.SOUND_START);
114 mNfcService.playSound(NfcService.SOUND_END);
125 mNfcService.playSound(NfcService.SOUND_ERROR);
135 mNfcService.playSound(NfcService.SOUND_ERROR);
145 if (playSound) mNfcService.playSound(NfcService.SOUND_END);
162 mNfcService.playSound(NfcService.SOUND_ERROR);
192 mNfcService.playSound(NfcService.SOUND_ERROR)
    [all...]
NfcApplication.java 34 NfcService mNfcService;
61 mNfcService = new NfcService(this);

Completed in 462 milliseconds