Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2511 Phone thePhone = getPhone(getDefaultSubscription()); in getDefaultPhone() local
2512 return (thePhone != null) ? thePhone : PhoneFactory.getDefaultPhone(); in getDefaultPhone()
11951 Phone thePhone = p.getImsPhone(); in setDeviceToDeviceForceEnabled()
11952 if (thePhone != null && thePhone instanceof ImsPhone) { in setDeviceToDeviceForceEnabled()
11953 ImsPhone imsPhone = (ImsPhone) thePhone; in setDeviceToDeviceForceEnabled()