HomeSort by relevance Sort by last modified time
    Searched refs:removeAidGroupForService (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/nfc/
INfcCardEmulation.aidl 35 boolean removeAidGroupForService(int userHandle, in ComponentName service, String category);
  /frameworks/base/core/java/android/nfc/cardemulation/
CardEmulation.java 400 return sService.removeAidGroupForService(mContext.getUserId(), service, category);
409 return sService.removeAidGroupForService(mContext.getUserId(), service, category);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java 391 public boolean removeAidGroupForService(int userId,
398 return mServiceCache.removeAidGroupForService(userId, Binder.getCallingUid(), service,
RegisteredServicesCache.java 511 public boolean removeAidGroupForService(int userId, int uid, ComponentName componentName,

Completed in 315 milliseconds