Searched refs:isDefaultServiceForAid (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/android/nfc/ |
H A D | INfcCardEmulation.aidl | 30 boolean isDefaultServiceForAid(int userHandle, in ComponentName service, String aid); in isDefaultServiceForAid() method
|
/aosp12/frameworks/base/core/java/android/nfc/cardemulation/ |
H A D | CardEmulation.java | 237 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 D | CardEmulationManager.java | 368 public boolean isDefaultServiceForAid(int userId, in isDefaultServiceForAid() method in CardEmulationManager.CardEmulationInterface 375 return mAidCache.isDefaultServiceForAid(userId, service, aid); in isDefaultServiceForAid()
|
H A D | RegisteredAidCache.java | 225 public boolean isDefaultServiceForAid(int userId, ComponentName service, String aid) { in isDefaultServiceForAid() method in RegisteredAidCache
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 37400 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 D | current.txt | 27401 method public boolean isDefaultServiceForAid(android.content.ComponentName, String);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 18471 method public boolean isDefaultServiceForAid(android.content.ComponentName, java.lang.String);
|