Searched refs:CardEmulationManager (Results 1 – 2 of 2) sorted by relevance
62 public class CardEmulationManager implements RegisteredServicesCache.Callback, class84 public CardEmulationManager(Context context) { in CardEmulationManager() method in CardEmulationManager
96 import com.android.nfc.cardemulation.CardEmulationManager;315 private CardEmulationManager mCardEmulationManager;522 mCardEmulationManager = new CardEmulationManager(mContext); in NfcService()