Searched defs:startCallConfirmation (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java228 * Used by {@link #startCallConfirmation(Call)}.
1215 startCallConfirmation(call);
2029 * call. Called by {@link #startCallConfirmation(Call)} when the user is already confirming an
3283 private void startCallConfirmation(Call call) { method in class:CallsManager
3285 Log.i(this, "startCallConfirmation: call %s is already pending; disconnecting %s",
3297 Log.i(this, "startCallConfirmation: callId=%s, ongoingApp=%s", call.getId(),

Completed in 38 milliseconds