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

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java 46 * CardEmulationManager is the central entity
60 public class CardEmulationManager implements RegisteredServicesCache.Callback,
63 static final String TAG = "CardEmulationManager";
82 public CardEmulationManager(Context context) {
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 90 import com.android.nfc.cardemulation.CardEmulationManager;
275 private CardEmulationManager mCardEmulationManager;
492 mCardEmulationManager = new CardEmulationManager(mContext);
    [all...]

Completed in 90 milliseconds