Searched refs:offHostSE (Results 1 – 4 of 4) sorted by relevance
91 public String offHostSE; field in RegisteredServicesCache.DynamicSettings312 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() argument473 if (offHostSE == null || serviceInfo.isOnHost()) { in setOffHostSecureElement()482 dynSettings.offHostSE = offHostSE; in setOffHostSecureElement()486 dynSettings.offHostSE = null; in setOffHostSecureElement()[all …]
86 String offHostSE; field in AidRoutingManager.AidEntry216 String offHostSE = aidEntry.getValue().offHostSE; in configureRouting() local217 if (offHostSE == null) { in configureRouting()220 route = getRouteForSecureElement(offHostSE); in configureRouting()222 Log.e(TAG, "Invalid Off host Aid Entry " + offHostSE); in configureRouting()
811 aidType.offHostSE = in updateRoutingLocked()824 aidType.offHostSE = in updateRoutingLocked()833 String offHostSE = null; in updateRoutingLocked() local839 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()
393 public boolean setOffHostForService(int userId, ComponentName service, String offHostSE) { in setOffHostForService() argument400 offHostSE)) { in setOffHostForService()