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

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
EnabledNfcFServices.java 36 final RegisteredNfcFServicesCache mNfcFServiceCache;
56 RegisteredNfcFServicesCache nfcFServiceCache,
CardEmulationManager.java 43 import com.android.nfc.cardemulation.RegisteredNfcFServicesCache;
50 * - RegisteredNfcFServicesCache keeping track of HCE-F services on the device
61 RegisteredNfcFServicesCache.Callback, PreferredServices.Callback,
72 final RegisteredNfcFServicesCache mNfcFServicesCache;
91 mNfcFServicesCache = new RegisteredNfcFServicesCache(context, this);
RegisteredNfcFServicesCache.java 60 public class RegisteredNfcFServicesCache {
62 static final String TAG = "RegisteredNfcFServicesCache";
122 public RegisteredNfcFServicesCache(Context context, Callback callback) {

Completed in 195 milliseconds