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

  /packages/apps/Nfc/src/com/android/nfc/
NfcBackupAgent.java 29 new SharedPreferencesBackupHelper(this, NfcService.PREF);
P2pEventManager.java 34 final NfcService mNfcService;
46 mNfcService = NfcService.getInstance();
59 mNfcService.playSound(NfcService.SOUND_START);
82 mNfcService.playSound(NfcService.SOUND_END);
91 mNfcService.playSound(NfcService.SOUND_ERROR);
102 if (playSound) mNfcService.playSound(NfcService.SOUND_END);
117 mNfcService.playSound(NfcService.SOUND_ERROR);
NfcService.java 78 public class NfcService extends Application implements DeviceHostListener {
82 static final String TAG = "NfcService";
221 private static NfcService sService;
238 public static NfcService getInstance() {
244 sendMessage(NfcService.MSG_NDEF_TAG, tag);
252 sendMessage(NfcService.MSG_TARGET_DESELECTED, null);
260 sendMessage(NfcService.MSG_CARD_EMULATION, aid);
268 sendMessage(NfcService.MSG_LLCP_LINK_ACTIVATION, device);
276 sendMessage(NfcService.MSG_LLCP_LINK_DEACTIVATED, device);
281 sendMessage(NfcService.MSG_SE_FIELD_ACTIVATED, null)
    [all...]
P2pLinkManager.java 201 mPrefs = context.getSharedPreferences(NfcService.PREF, Context.MODE_PRIVATE);
202 mFirstBeam = mPrefs.getBoolean(NfcService.PREF_FIRST_BEAM, true);
378 mPrefs.edit().putBoolean(NfcService.PREF_FIRST_BEAM, false).apply();
622 NfcService.getInstance().sendMockNdefTag(m);
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 23 import com.android.nfc.NfcService;
39 NfcService service = NfcService.getInstance();
HandoverServer.java 23 import com.android.nfc.NfcService;
85 mServerSocket = NfcService.getInstance().createLlcpServerSocket(mSap,
HandoverManager.java 58 import com.android.nfc.NfcService;
398 NfcService.getInstance().playSound(NfcService.SOUND_END);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 21 import com.android.nfc.NfcService;
39 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;
125 socket = NfcService.getInstance().createLlcpSocket(0, MIU, 1, 1024);
SnepServer.java 22 import com.android.nfc.NfcService;
170 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 412 milliseconds