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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java1514 PhoneAccountHandle fromPhoneAccountHandle = request.getExtras() != null
1518 connection = onCreateOutgoingHandoverConnection(fromPhoneAccountHandle, request);
1520 connection = onCreateIncomingHandoverConnection(fromPhoneAccountHandle, request);
2250 * fromPhoneAccountHandle, ConnectionRequest request) {
2262 * @param fromPhoneAccountHandle {@link PhoneAccountHandle} associated with the
2267 public Connection onCreateOutgoingHandoverConnection(PhoneAccountHandle fromPhoneAccountHandle, argument
2299 * fromPhoneAccountHandle, ConnectionRequest request) {
2309 * @param fromPhoneAccountHandle {@link PhoneAccountHandle} associated with the
2314 public Connection onCreateIncomingHandoverConnection(PhoneAccountHandle fromPhoneAccountHandle, argument

Completed in 41 milliseconds