Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java453 public boolean registerSystemCodeForService(int userId, ComponentName service, in registerSystemCodeForService() method in CardEmulationManager.NfcFCardEmulationInterface
461 return mNfcFServicesCache.registerSystemCodeForService( in registerSystemCodeForService()
DRegisteredNfcFServicesCache.java533 public boolean registerSystemCodeForService(int userId, int uid, in registerSystemCodeForService() method in RegisteredNfcFServicesCache
607 return registerSystemCodeForService(userId, uid, componentName, "NULL"); in removeSystemCodeForService()