Searched refs:offHostSecureElement (Results 1 – 2 of 2) sorted by relevance
427 @NonNull String offHostSecureElement) { in setOffHostForService() argument431 if (adapter == null || offHostSecureElement == null) { in setOffHostForService()436 if ((offHostSecureElement.startsWith("eSE") && !validSE.contains("eSE")) in setOffHostForService()437 || (offHostSecureElement.startsWith("SIM") && !validSE.contains("SIM"))) { in setOffHostForService()441 if (!offHostSecureElement.startsWith("eSE") && !offHostSecureElement.startsWith("SIM")) { in setOffHostForService()445 if (offHostSecureElement.equals("eSE")) { in setOffHostForService()446 offHostSecureElement = "eSE1"; in setOffHostForService()447 } else if (offHostSecureElement.equals("SIM")) { in setOffHostForService()448 offHostSecureElement = "SIM1"; in setOffHostForService()453 offHostSecureElement); in setOffHostForService()[all …]
34 …ean setOffHostForService(int userHandle, in ComponentName service, in String offHostSecureElement); in setOffHostForService() argument