Searched refs:hasService (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DCardEmulationManager.java251 return mServiceCache.hasService(userId, service) ? service : null;
267 if (service == null || mServiceCache.hasService(userId, service)) {
278 boolean serviceFound = mServiceCache.hasService(userId, service);
288 return mServiceCache.hasService(userId, service);
292 boolean serviceFound = mNfcFServicesCache.hasService(userId, service);
302 return mNfcFServicesCache.hasService(userId, service);
H A DRegisteredServicesCache.java185 public boolean hasService(int userId, ComponentName service) { method in class:RegisteredServicesCache
H A DRegisteredNfcFServicesCache.java194 public boolean hasService(int userId, ComponentName componentName) { method in class:RegisteredNfcFServicesCache

Completed in 139 milliseconds