Home
last modified time | relevance | path

Searched refs:hasService (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java210 return mServiceCache.hasService(userId, service) ? service : null; in getDefaultServiceForCategory()
226 if (service == null || mServiceCache.hasService(userId, service)) { in setDefaultServiceForCategoryChecked()
237 boolean serviceFound = mServiceCache.hasService(userId, service); in isServiceRegistered()
247 return mServiceCache.hasService(userId, service); in isServiceRegistered()
DRegisteredServicesCache.java185 public boolean hasService(int userId, ComponentName service) { in hasService() method in RegisteredServicesCache