HomeSort by relevance Sort by last modified time
    Searched defs:removeSystemCodeForService (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java 466 public boolean removeSystemCodeForService(int userId, ComponentName service)
473 return mNfcFServicesCache.removeSystemCodeForService(
RegisteredNfcFServicesCache.java 605 public boolean removeSystemCodeForService(int userId, int uid, ComponentName componentName) {
606 if (DBG) Log.d(TAG, "removeSystemCodeForService");

Completed in 182 milliseconds