Home | History | Annotate | Download | only in phone

Lines Matching defs:phone

17 package com.android.phone;
21 import com.android.internal.telephony.Phone;
24 import com.android.phone.common.CallLogAsync;
61 final Phone phone = c.getCall().getPhone();
78 final boolean isOtaspNumber = TelephonyCapabilities.supportsOtasp(phone)
79 && phone.isOtaSpNumber(number);
118 * @param conn The phone connection.
136 * Retrieve the phone number from the caller info or the connection.
142 * If CallerInfo is missing the phone number, get it from the connection.
145 * @param conn The phone connection.
147 * @return the phone number.
156 // CallerInfo.phoneNumber does *not* contain a valid phone
194 * @param conn The phone connection.