Lines Matching refs:getPhone
460 phone = getPhone(subId);
493 int sub = PhoneFactory.getPhone(phoneId).getSubId();
749 public static Phone getPhone() { in getPhone() method in PhoneGlobals
753 public static Phone getPhone(int subId) { in getPhone() method in PhoneGlobals
754 return PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId)); in getPhone()
834 PhoneUtils.displayMMIComplete(mmiCode.getPhone(), getInstance(), mmiCode, null, null); in onMMIComplete()
965 phoneInEcm = PhoneFactory.getPhone(phoneId); in onReceive()
1008 Phone phone = getPhone(mDefaultDataSubId); in onReceive()
1046 Phone phone = getPhone(mDefaultDataSubId); in updateDataRoamingStatus()
1234 Phone phone = getPhone(mDefaultDataSubId); in updateDataRoamingStatusForFeatureDisabled()
1311 return getPhone(subId).getServiceState().getDataRoaming(); in dataIsNowRoaming()
1405 Phone phone = getPhone(subId); in onNetworkSelectionChanged()