Lines Matching full:subid
661 PersistableBundle getConfigForSubId(int subId) {
668 int phoneId = SubscriptionManager.getPhoneId(subId);
682 public void notifyConfigChangedForSubId(int subId) {
683 int phoneId = SubscriptionManager.getPhoneId(subId);
685 log("Ignore invalid phoneId: " + phoneId + " for subId: " + subId);
690 // TODO: Check that the calling packages is privileged for subId specifically.