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.java92 public String offHostSE; field in RegisteredServicesCache.DynamicSettings
313 if (dynamicSettings.offHostSE != null) { in invalidateCache()
314 serviceInfo.setOffHostSecureElement(dynamicSettings.offHostSE); in invalidateCache()
391 dynSettings.offHostSE = currentOffHostSE; in readDynamicSettingsLocked()
433 if(service.getValue().offHostSE != null) { in writeDynamicSettingsLocked()
434 out.attribute(null, "offHostSE", service.getValue().offHostSE); in writeDynamicSettingsLocked()
456 String offHostSE) { in setOffHostSecureElement() argument
474 if (offHostSE == null || serviceInfo.isOnHost()) { in setOffHostSecureElement()
483 dynSettings.offHostSE = offHostSE; in setOffHostSecureElement()
487 dynSettings.offHostSE = null; in setOffHostSecureElement()
[all …]
DAidRoutingManager.java85 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.java853 aidType.offHostSE = in updateRoutingLocked()
872 aidType.offHostSE = in updateRoutingLocked()
887 String offHostSE = null; in updateRoutingLocked() local
895 if (offHostSE == null) { in updateRoutingLocked()
896 offHostSE = service.getOffHostSecureElement(); in updateRoutingLocked()
899 } else if (!offHostSE.equals( in updateRoutingLocked()
903 offHostSE = null; in updateRoutingLocked()
913 offHostSE = null; in updateRoutingLocked()
922 aidType.offHostSE = onHost ? null : offHostSE; in updateRoutingLocked()
DCardEmulationManager.java439 public boolean setOffHostForService(int userId, ComponentName service, String offHostSE) { in setOffHostForService() argument
446 offHostSE)) { in setOffHostForService()