Searched refs:NfcUnlockManager (Results 1 – 5 of 5) sorted by relevance
14 class NfcUnlockManager { class31 public static NfcUnlockManager getInstance() { in getInstance()91 private static final NfcUnlockManager INSTANCE = new NfcUnlockManager();94 private NfcUnlockManager() { in NfcUnlockManager() method in NfcUnlockManager
69 private final NfcUnlockManager mNfcUnlockManager;95 mNfcUnlockManager = NfcUnlockManager.getInstance(); in NfcInjector()142 public NfcUnlockManager getNfcUnlockManager() { in getNfcUnlockManager()
100 private final NfcUnlockManager mNfcUnlockManager;125 mNfcUnlockManager = NfcUnlockManager.getInstance(); in NfcDispatcher()
319 private final NfcUnlockManager mNfcUnlockManager;
85 @Mock NfcUnlockManager mNfcUnlockManager;