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 507 public boolean removeSystemCodeForService(int userId, ComponentName service)
514 return mNfcFServicesCache.removeSystemCodeForService(
RegisteredNfcFServicesCache.java 601 public boolean removeSystemCodeForService(int userId, int uid, ComponentName componentName) {
602 if (DBG) Log.d(TAG, "removeSystemCodeForService");

Completed in 169 milliseconds