HomeSort by relevance Sort by last modified time
    Searched refs:NfcService (Results 1 - 17 of 17) sorted by 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...]
NfcBackupAgent.java 29 new SharedPreferencesBackupHelper(this, NfcService.PREF);
NfcApplication.java 34 NfcService mNfcService;
46 // handover transfer. We don't want to instantiate an NfcService
61 mNfcService = new NfcService(this);
NfcService.java 96 public class NfcService implements DeviceHostListener {
98 static final String TAG = "NfcService";
256 private static NfcService sService;
258 public static NfcService getInstance() {
264 sendMessage(NfcService.MSG_NDEF_TAG, tag);
298 sendMessage(NfcService.MSG_LLCP_LINK_ACTIVATION, device);
306 sendMessage(NfcService.MSG_LLCP_LINK_DEACTIVATED, device);
315 sendMessage(NfcService.MSG_LLCP_LINK_FIRST_PACKET, device);
320 sendMessage(NfcService.MSG_RF_FIELD_ACTIVATED, null);
325 sendMessage(NfcService.MSG_RF_FIELD_DEACTIVATED, null)
    [all...]
P2pLinkManager.java 264 mPrefs = context.getSharedPreferences(NfcService.PREF, Context.MODE_PRIVATE);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
SystemCodeRoutingManager.java 21 import com.android.nfc.NfcService;
61 NfcService.getInstance().deregisterT3tIdentifier(
66 NfcService.getInstance().registerT3tIdentifier(
87 NfcService.getInstance().commitRouting();
101 NfcService.getInstance().clearT3tIdentifiersCache();
AidRoutingManager.java 21 import com.android.nfc.NfcService;
107 NfcService.getInstance().unrouteAids(aid);
162 NfcService.getInstance().routeAids(defaultRouteAid, mDefaultRoute);
182 NfcService.getInstance().routeAids(aid.substring(0,
187 NfcService.getInstance().routeAids(aid, route);
192 NfcService.getInstance().routeAids(aid, route);
200 NfcService.getInstance().commitRouting();
HostEmulationManager.java 37 import com.android.nfc.NfcService;
157 NfcService.getInstance().sendData(ANDROID_HCE_RESPONSE);
163 NfcService.getInstance().sendData(AID_NOT_FOUND);
183 NfcService.getInstance().sendData(AID_NOT_FOUND);
222 NfcService.getInstance().sendData(UNKNOWN_ERROR);
488 NfcService.getInstance().sendData(data);
HostNfcFEmulationManager.java 34 import com.android.nfc.NfcService;
324 NfcService.getInstance().sendData(data);
CardEmulationManager.java 41 import com.android.nfc.NfcService;
572 return NfcService.getInstance().getLfT3tMax();
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 23 import com.android.nfc.NfcService;
52 NfcService service = NfcService.getInstance();
HandoverServer.java 21 import com.android.nfc.NfcService;
95 mServerSocket = NfcService.getInstance().createLlcpServerSocket(mSap,
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 21 import com.android.nfc.NfcService;
54 NfcService service = NfcService.getInstance();
NdefPushServer.java 22 import com.android.nfc.NfcService;
46 NfcService mService = NfcService.getInstance();
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepClient.java 21 import com.android.nfc.NfcService;
145 socket = NfcService.getInstance().createLlcpSocket(0, mMiu, mRwSize, 1024);
SnepServer.java 22 import com.android.nfc.NfcService;
188 mServerSocket = NfcService.getInstance().createLlcpServerSocket(mServiceSap,
  /packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java 24 import com.android.nfc.NfcService;
74 NfcService mService;
81 mService = NfcService.getInstance();

Completed in 1267 milliseconds