OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mServiceCache
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java
65
final RegisteredServicesCache
mServiceCache
;
102
mServiceCache
= new RegisteredServicesCache(context, this);
150
serviceFound =
mServiceCache
.hasService(userId, service);
159
mServiceCache
.invalidateCache(userId);
189
if (service == null ||
mServiceCache
.hasService(userId, service)) {
209
serviceFound =
mServiceCache
.hasService(userId, service);
213
mServiceCache
.invalidateCache(userId);
236
return
mServiceCache
.hasService(userId, service) ? service : null;
245
return
mServiceCache
.getServicesForCategory(userId, category);
550
ApduServiceInfo serviceInfo =
mServiceCache
.getService(userId, defaultPaymentService)
[
all
...]
/frameworks/base/core/java/android/app/
ContextImpl.java
243
ArrayList<Object> cache = ctx.
mServiceCache
;
612
final ArrayList<Object>
mServiceCache
= new ArrayList<Object>();
[
all
...]
Completed in 298 milliseconds