Home
last modified time | relevance | path

Searched refs:defaultPhoneAccountHandle (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java245 DefaultPhoneAccountHandle defaultPhoneAccountHandle = mState.defaultOutgoingAccountHandles in getUserSelectedOutgoingPhoneAccount() local
247 if (defaultPhoneAccountHandle == null) { in getUserSelectedOutgoingPhoneAccount()
251 PhoneAccount account = getPhoneAccount(defaultPhoneAccountHandle.phoneAccountHandle, in getUserSelectedOutgoingPhoneAccount()
255 return defaultPhoneAccountHandle.phoneAccountHandle; in getUserSelectedOutgoingPhoneAccount()
268 DefaultPhoneAccountHandle defaultPhoneAccountHandle = mState.defaultOutgoingAccountHandles in getUserSelectedDefaultPhoneAccount() local
270 if (defaultPhoneAccountHandle == null) { in getUserSelectedDefaultPhoneAccount()
274 return defaultPhoneAccountHandle; in getUserSelectedDefaultPhoneAccount()
1225 DefaultPhoneAccountHandle defaultPhoneAccountHandle in dump() local
1227 pw.println("defaultOutgoing: " + (defaultPhoneAccountHandle == null ? "none" : in dump()
1228 defaultPhoneAccountHandle.phoneAccountHandle)); in dump()
[all …]
DCallsManager.java1909 PhoneAccountHandle defaultPhoneAccountHandle = in findOutgoingCallPhoneAccount() field in CallsManager
1912 if (defaultPhoneAccountHandle != null && in findOutgoingCallPhoneAccount()
1913 possibleAccounts.contains(defaultPhoneAccountHandle)) { in findOutgoingCallPhoneAccount()
1914 return Collections.singletonList(defaultPhoneAccountHandle); in findOutgoingCallPhoneAccount()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogListItemViewHolder.java130 @Nullable private final PhoneAccountHandle defaultPhoneAccountHandle; field in CallLogListItemViewHolder
272 defaultPhoneAccountHandle = in CallLogListItemViewHolder()
851 if (defaultPhoneAccountHandle == null) { in hasPlacedCarrierVideoCall()
854 return accountHandle.getComponentName().equals(defaultPhoneAccountHandle.getComponentName()); in hasPlacedCarrierVideoCall()