Searched refs:hasService (Results 1 – 3 of 3) sorted by relevance
261 return mServiceCache.hasService(userId, service) ? service : null; in getDefaultServiceForCategory()277 if (service == null || mServiceCache.hasService(userId, service)) { in setDefaultServiceForCategoryChecked()288 boolean serviceFound = mServiceCache.hasService(userId, service); in isServiceRegistered()298 return mServiceCache.hasService(userId, service); in isServiceRegistered()302 boolean serviceFound = mNfcFServicesCache.hasService(userId, service); in isNfcFServiceInstalled()312 return mNfcFServicesCache.hasService(userId, service); in isNfcFServiceInstalled()
186 public boolean hasService(int userId, ComponentName service) { in hasService() method in RegisteredServicesCache
195 public boolean hasService(int userId, ComponentName componentName) { in hasService() method in RegisteredNfcFServicesCache