Home
last modified time | relevance | path

Searched refs:offHostSE (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredServicesCache.java91 public String offHostSE; field in RegisteredServicesCache.DynamicSettings
312 if (dynamicSettings.offHostSE != null) { in invalidateCache()
313 serviceInfo.setOffHostSecureElement(dynamicSettings.offHostSE); in invalidateCache()
390 dynSettings.offHostSE = currentOffHostSE; in readDynamicSettingsLocked()
432 if(service.getValue().offHostSE != null) { in writeDynamicSettingsLocked()
433 out.attribute(null, "offHostSE", service.getValue().offHostSE); in writeDynamicSettingsLocked()
455 String offHostSE) { in setOffHostSecureElement() argument
473 if (offHostSE == null || serviceInfo.isOnHost()) { in setOffHostSecureElement()
482 dynSettings.offHostSE = offHostSE; in setOffHostSecureElement()
486 dynSettings.offHostSE = null; in setOffHostSecureElement()
[all …]
DAidRoutingManager.java86 String offHostSE; field in AidRoutingManager.AidEntry
216 String offHostSE = aidEntry.getValue().offHostSE; in configureRouting() local
217 if (offHostSE == null) { in configureRouting()
220 route = getRouteForSecureElement(offHostSE); in configureRouting()
222 Log.e(TAG, "Invalid Off host Aid Entry " + offHostSE); in configureRouting()
DRegisteredAidCache.java811 aidType.offHostSE = in updateRoutingLocked()
824 aidType.offHostSE = in updateRoutingLocked()
833 String offHostSE = null; in updateRoutingLocked() local
839 if (offHostSE == null) { in updateRoutingLocked()
840 offHostSE = service.getOffHostSecureElement(); in updateRoutingLocked()
841 } else if (!offHostSE.equals( in updateRoutingLocked()
845 offHostSE = null; in updateRoutingLocked()
852 aidType.offHostSE = onHost ? null : offHostSE; in updateRoutingLocked()
DCardEmulationManager.java393 public boolean setOffHostForService(int userId, ComponentName service, String offHostSE) { in setOffHostForService() argument
400 offHostSE)) { in setOffHostForService()