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