Home
last modified time | relevance | path

Searched refs:RegisteredServicesCache (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java36 import com.android.nfc.cardemulation.RegisteredServicesCache;
48 public class CardEmulationManager implements RegisteredServicesCache.Callback,
54 final RegisteredServicesCache mServiceCache;
65 mServiceCache = new RegisteredServicesCache(context, this); in CardEmulationManager()
DPreferredServices.java63 final RegisteredServicesCache mServiceCache;
92 public PreferredServices(Context context, RegisteredServicesCache serviceCache, in PreferredServices()
DRegisteredServicesCache.java68 public class RegisteredServicesCache { class
116 public RegisteredServicesCache(Context context, Callback callback) { in RegisteredServicesCache() method in RegisteredServicesCache