Searched refs:isDefaultServiceForCategory (Results 1 – 5 of 5) sorted by relevance
29 boolean isDefaultServiceForCategory(int userHandle, in ComponentName service, String category); in isDefaultServiceForCategory() method
203 public boolean isDefaultServiceForCategory(ComponentName service, String category) { in isDefaultServiceForCategory() method in CardEmulation205 return sService.isDefaultServiceForCategory(mContext.getUser().getIdentifier(), in isDefaultServiceForCategory()215 return sService.isDefaultServiceForCategory(mContext.getUser().getIdentifier(), in isDefaultServiceForCategory()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
34078 Landroid/nfc/INfcCardEmulation$Stub$Proxy;->isDefaultServiceForCategory(ILandroid/content/Component…34104 Landroid/nfc/INfcCardEmulation;->isDefaultServiceForCategory(ILandroid/content/ComponentName;Ljava/…
29184 method public boolean isDefaultServiceForCategory(android.content.ComponentName, String);