Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/cardemulation/
DCardEmulation.java233 public boolean isDefaultServiceForAid(ComponentName service, String aid) { in isDefaultServiceForAid() method in CardEmulation
235 return sService.isDefaultServiceForAid(UserHandle.myUserId(), service, aid); in isDefaultServiceForAid()
244 return sService.isDefaultServiceForAid(UserHandle.myUserId(), service, aid); in isDefaultServiceForAid()
/frameworks/base/core/java/android/nfc/
DINfcCardEmulation.aidl30 boolean isDefaultServiceForAid(int userHandle, in ComponentName service, String aid); in isDefaultServiceForAid() method
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18471 method public boolean isDefaultServiceForAid(android.content.ComponentName, java.lang.String);
/frameworks/base/api/
Dcurrent.txt24959 method public boolean isDefaultServiceForAid(android.content.ComponentName, java.lang.String);
Dtest-current.txt25028 method public boolean isDefaultServiceForAid(android.content.ComponentName, java.lang.String);
Dsystem-current.txt27399 method public boolean isDefaultServiceForAid(android.content.ComponentName, java.lang.String);