OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
(UserHandle.myUserId(), service, category);
409
return sService.
removeAidGroupForService
(UserHandle.myUserId(), service, category);
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java
432
public boolean
removeAidGroupForService
(int userId,
439
return mServiceCache.
removeAidGroupForService
(userId, Binder.getCallingUid(), service,
RegisteredServicesCache.java
511
public boolean
removeAidGroupForService
(int userId, int uid, ComponentName componentName,
Completed in 244 milliseconds