Searched refs:offHostSE (Results 1 – 4 of 4) sorted by relevance
92 public String offHostSE; field in RegisteredServicesCache.DynamicSettings313 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() argument474 if (offHostSE == null || serviceInfo.isOnHost()) { in setOffHostSecureElement()483 dynSettings.offHostSE = offHostSE; in setOffHostSecureElement()487 dynSettings.offHostSE = null; in setOffHostSecureElement()[all …]
85 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()
853 aidType.offHostSE = in updateRoutingLocked()872 aidType.offHostSE = in updateRoutingLocked()887 String offHostSE = null; in updateRoutingLocked() local895 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()
439 public boolean setOffHostForService(int userId, ComponentName service, String offHostSE) { in setOffHostForService() argument446 offHostSE)) { in setOffHostForService()