Home
last modified time | relevance | path

Searched refs:isDefaultServiceForAid (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/nfc/
H A DINfcCardEmulation.aidl30 boolean isDefaultServiceForAid(int userHandle, in ComponentName service, String aid); in isDefaultServiceForAid() method
/aosp12/frameworks/base/core/java/android/nfc/cardemulation/
H A DCardEmulation.java237 public boolean isDefaultServiceForAid(ComponentName service, String aid) { in isDefaultServiceForAid() method in CardEmulation
239 return sService.isDefaultServiceForAid(mContext.getUserId(), service, aid); in isDefaultServiceForAid()
248 return sService.isDefaultServiceForAid(mContext.getUserId(), service, aid); in isDefaultServiceForAid()
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DCardEmulationManager.java368 public boolean isDefaultServiceForAid(int userId, in isDefaultServiceForAid() method in CardEmulationManager.CardEmulationInterface
375 return mAidCache.isDefaultServiceForAid(userId, service, aid); in isDefaultServiceForAid()
H A DRegisteredAidCache.java225 public boolean isDefaultServiceForAid(int userId, ComponentName service, String aid) { in isDefaultServiceForAid() method in RegisteredAidCache
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37400 Landroid/nfc/INfcCardEmulation$Stub$Proxy;->isDefaultServiceForAid(ILandroid/content/ComponentName;…
37426 Landroid/nfc/INfcCardEmulation;->isDefaultServiceForAid(ILandroid/content/ComponentName;Ljava/lang/…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27401 method public boolean isDefaultServiceForAid(android.content.ComponentName, String);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt18471 method public boolean isDefaultServiceForAid(android.content.ComponentName, java.lang.String);