Searched refs:thePhone (Results 1 – 1 of 1) sorted by relevance
2511 Phone thePhone = getPhone(getDefaultSubscription()); in getDefaultPhone() local2512 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()