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