Searched refs:isSimPresent (Results 1 – 4 of 4) sorted by relevance
234 && !TelephonyUtil.isSimPresent(mSubscriptionManager)) { in evaluateNetworks()
139 && !TelephonyUtil.isSimPresent(mSubscriptionManager)) { in evaluateNetworks()
460 if (!TelephonyUtil.isSimPresent(mSubscriptionManager)) { in findEapMethodFromNAIRealmMatchedWithCarrier()623 if (!TelephonyUtil.isSimPresent(mSubscriptionManager)) { in installEphemeralPasspointConfigForCarrier()
731 public static boolean isSimPresent(@Nonnull SubscriptionManager sm) { in isSimPresent() method in TelephonyUtil