OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetPhoneAccountHandle
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java
261
PhoneAccountHandle
targetPhoneAccountHandle
= mAttemptRecords.get(0).targetPhoneAccount;
262
if (Objects.equals(connectionManager,
targetPhoneAccountHandle
)) {
269
.getPhoneAccountUnchecked(
targetPhoneAccountHandle
);
Call.java
395
* @param
targetPhoneAccountHandle
Account information to use for the call. This account must be
414
PhoneAccountHandle
targetPhoneAccountHandle
,
431
setTargetPhoneAccount(
targetPhoneAccountHandle
);
451
* @param
targetPhoneAccountHandle
Account information to use for the call. This account must be
471
PhoneAccountHandle
targetPhoneAccountHandle
,
478
connectionManagerPhoneAccountHandle,
targetPhoneAccountHandle
, callDirection,
[
all
...]
Completed in 51 milliseconds