Searched refs:isUsableSubIdValue (Results 1 – 5 of 5) sorted by relevance
825 && SubscriptionManager.isUsableSubIdValue(mPreferredDataPhoneId)) { in onEvaluate()1036 if (SubscriptionManager.isUsableSubIdValue(subId)) { in updatePreferredDataPhoneId()
2072 return isUsableSubIdValue(subscriptionId); in isUsableSubscriptionId()2081 public static boolean isUsableSubIdValue(int subId) { in isUsableSubIdValue() method in SubscriptionManager
3181 if (!SubscriptionManager.isUsableSubIdValue(subId)) { in getSimOperatorNumeric()3183 if (!SubscriptionManager.isUsableSubIdValue(subId)) { in getSimOperatorNumeric()3185 if (!SubscriptionManager.isUsableSubIdValue(subId)) { in getSimOperatorNumeric()3187 if (!SubscriptionManager.isUsableSubIdValue(subId)) { in getSimOperatorNumeric()6065 if (SubscriptionManager.isUsableSubIdValue(mSubId)) { in getSubId()6083 if (SubscriptionManager.isUsableSubIdValue(mSubId)) { in getSubId()
1078 if (!SubscriptionManager.isUsableSubIdValue(subId)) return false; in initializeSubControllerMock()
14300 HSPLandroid/telephony/SubscriptionManager;->isUsableSubIdValue(I)Z