OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getServicesForCategory
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java
244
public List<ApduServiceInfo>
getServicesForCategory
(int userId, String category) {
245
return mServiceCache.
getServicesForCategory
(userId, category);
RegisteredServicesCache.java
165
public List<ApduServiceInfo>
getServicesForCategory
(int userId, String category) {
/packages/apps/Nfc/src/com/android/nfc/
NfcService.java
[
all
...]
Completed in 235 milliseconds