Searched refs:isPhoneAccountActive (Results 1 – 2 of 2) sorted by relevance
180 if (!PhoneUtils.isPhoneAccountActive(subscriptionManager, phoneAccountHandle)) { in checkRemovedSim()188 if (!PhoneUtils.isPhoneAccountActive(subscriptionManager, phoneAccountHandle)) { in checkRemovedSim()
1291 public static boolean isPhoneAccountActive(SubscriptionManager sm, PhoneAccountHandle handle) { in isPhoneAccountActive() method in PhoneUtils