OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mServiceCache
(Results
1 - 4
of
4
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceRepository.java
29
private final HashMap<ComponentName, ConnectionServiceWrapper>
mServiceCache
=
40
ConnectionServiceWrapper service =
mServiceCache
.get(componentName);
48
mServiceCache
.put(componentName, service);
60
mServiceCache
.remove(service.getComponentName());
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java
54
final RegisteredServicesCache
mServiceCache
;
65
mServiceCache
= new RegisteredServicesCache(context, this);
66
mPreferredServices = new PreferredServices(context,
mServiceCache
, mAidCache, this);
68
mServiceCache
.initialize();
94
mServiceCache
.invalidateCache(userId);
107
mServiceCache
.dump(fd, pw, args);
129
ApduServiceInfo serviceInfo =
mServiceCache
.getService(userId, defaultPaymentService);
210
return
mServiceCache
.hasService(userId, service) ? service : null;
226
if (service == null ||
mServiceCache
.hasService(userId, service)) {
237
boolean serviceFound =
mServiceCache
.hasService(userId, service)
[
all
...]
PreferredServices.java
63
final RegisteredServicesCache
mServiceCache
;
95
mServiceCache
= serviceCache;
229
ApduServiceInfo serviceInfo =
mServiceCache
.getService(ActivityManager.getCurrentUser(),
246
ApduServiceInfo paymentServiceInfo =
mServiceCache
.getService(
/frameworks/base/core/java/android/app/
ContextImpl.java
280
ArrayList<Object> cache = ctx.
mServiceCache
;
[
all
...]
Completed in 344 milliseconds