Searched refs:RegisteredServicesCache (Results 1 – 3 of 3) sorted by relevance
36 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()
63 final RegisteredServicesCache mServiceCache;92 public PreferredServices(Context context, RegisteredServicesCache serviceCache, in PreferredServices()
68 public class RegisteredServicesCache { class116 public RegisteredServicesCache(Context context, Callback callback) { in RegisteredServicesCache() method in RegisteredServicesCache