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

  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 36 final NfcService mNfcService;
49 mNfcService = NfcService.getInstance();
71 mNfcService.playSound(NfcService.SOUND_START);
84 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 90 public class NfcService implements DeviceHostListener {
92 static final String TAG = "NfcService";
229 private static NfcService sService;
231 public static NfcService getInstance() {
237 sendMessage(NfcService.MSG_NDEF_TAG, tag);
269 sendMessage(NfcService.MSG_LLCP_LINK_ACTIVATION, device);
277 sendMessage(NfcService.MSG_LLCP_LINK_DEACTIVATED, device);
285 sendMessage(NfcService.MSG_LLCP_LINK_FIRST_PACKET, device);
290 sendMessage(NfcService.MSG_RF_FIELD_ACTIVATED, null);
294 sendMessage(NfcService.MSG_RF_FIELD_DEACTIVATED, null)
    [all...]
P2pLinkManager.java 267 mPrefs = context.getSharedPreferences(NfcService.PREF, Context.MODE_PRIVATE);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
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);
  /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 220 milliseconds