Home
last modified time | relevance | path

Searched refs:subIdInRecord (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2716 private boolean idMatchWithoutDefaultPhoneCheck(int subIdInRecord, int subIdToNotify) { in idMatchWithoutDefaultPhoneCheck() argument
2717 if (subIdInRecord == SubscriptionManager.DEFAULT_SUBSCRIPTION_ID) { in idMatchWithoutDefaultPhoneCheck()
2720 return (subIdInRecord == subIdToNotify); in idMatchWithoutDefaultPhoneCheck()