Lines Matching refs:user

212      * A pending call is one which requires user-intervention in order to be placed.
226 * Stores the current foreground user.
387 // There is no USER_SWITCHED broadcast for user 0, handle it here explicitly.
389 // Don't load missed call if it is run in split user model.
1026 * @param initiatingUser {@link UserHandle} of user that place the outgoing call.
1166 // This is the state where the user is expected to select an account
1273 // Otherwise the connection will be initiated when the account is set by the user.
1310 * the user opting to answer said call.
1419 * the user opting to reject said call.
1475 * the user hitting the end-call button.
1517 * the user hitting the hold button during an active call.
1532 * by the user hitting the hold button during a held call.
1569 private List<PhoneAccountHandle> constructPossiblePhoneAccounts(Uri handle, UserHandle user) {
1574 mPhoneAccountRegistrar.getCallCapablePhoneAccounts(handle.getScheme(), false, user);
1776 // button in the UI. Therefore, we need to auto unhold the held call since the user has
1785 * indicate to the user that the call cannot me placed due to an ongoing call in another app.
1787 * Used when there are ongoing self-managed calls and the user tries to make an outgoing managed
1788 * call. Called by {@link #startCallConfirmation(Call)} when the user is already confirming an
1789 * outgoing call. Realistically this should almost never be called since in practice the user
2241 * this as if the user accepted the handover.
2243 * this as if the user rejected the handover.
2245 * nothing as the call prematurely disconnected before the user accepted the handover.
2246 * - If this call has a handover from it which was already accepted by the user and this call is
2258 // This call went active, so the user has accepted the handover.
2262 // The call was disconnected, so the user has rejected the handover.
2571 // This can happen after the user selects an account in the SELECT_PHONE_ACCOUNT
2580 // user tries to make two outgoing calls to different emergency call numbers,
2589 // state, just disconnect it since the user has explicitly started a new call.
2639 // If the user chooses the same phone account as the live call, then it's
2642 // mode). Return true here and we'll run this code again after user chooses an
2809 * Callback when foreground user is switched. We will reload missed call in all profiles
2810 * including the user itself. There may be chances that profiles are not started yet.
2824 * Because there may be chances that profiles are not started yet though its parent user is
2970 * {@link ConfirmCallDialogActivity} to prompt the user to see if they wish to place the
3234 Log.i(this, "Sending phone-account %s unregistered intent as user", accountHandle);
3257 Log.i(this, "Sending phone-account %s registered intent as user", accountHandle);