Lines Matching refs:phone
34 * Represents an ongoing phone call that the in-call app should present to the user.
113 * extras. Used to pass the phone accounts to display on the front end to the user in order to
114 * select phone accounts to (for example) place a call.
297 * Consider, for example, a scenario where a user has two phones with the same phone number.
484 * @return The handle (e.g., phone number) to which the {@code Call} is currently
831 private final Phone mPhone;
926 * A post-dial DTMF string is a string of digits entered after a phone number, when dialed,
1333 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter) {
1334 mPhone = phone;
1341 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, int state) {
1342 mPhone = phone;
1437 // remove ourselves from the Phone. Note that we do this after completing all state updates
1439 // DISCONNECTED Call while still relying on the existence of that Call in the Phone's list.
1558 * To preserve the ordering of the Call's onCallDestroyed callback and Phone's
1559 * onCallRemoved callback, we remove this call from the Phone's record
1566 // No callbacks registered, remove the call from Phone's record.