Searched refs:subIdInRecord (Results 1 – 1 of 1) sorted by relevance
2742 private boolean idMatchWithoutDefaultPhoneCheck(int subIdInRecord, int subIdToNotify) { in idMatchWithoutDefaultPhoneCheck() argument2743 if (subIdInRecord == SubscriptionManager.DEFAULT_SUBSCRIPTION_ID) { in idMatchWithoutDefaultPhoneCheck()2746 return (subIdInRecord == subIdToNotify); in idMatchWithoutDefaultPhoneCheck()