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.java244 DefaultPhoneAccountHandle defaultPhoneAccountHandle = mState.defaultOutgoingAccountHandles in getUserSelectedOutgoingPhoneAccount() local
246 if (defaultPhoneAccountHandle == null) { in getUserSelectedOutgoingPhoneAccount()
250 PhoneAccount account = getPhoneAccount(defaultPhoneAccountHandle.phoneAccountHandle, in getUserSelectedOutgoingPhoneAccount()
254 return defaultPhoneAccountHandle.phoneAccountHandle; in getUserSelectedOutgoingPhoneAccount()
267 DefaultPhoneAccountHandle defaultPhoneAccountHandle = mState.defaultOutgoingAccountHandles in getUserSelectedDefaultPhoneAccount() local
269 if (defaultPhoneAccountHandle == null) { in getUserSelectedDefaultPhoneAccount()
273 return defaultPhoneAccountHandle; in getUserSelectedDefaultPhoneAccount()
1223 DefaultPhoneAccountHandle defaultPhoneAccountHandle in dump() local
1225 pw.println("defaultOutgoing: " + (defaultPhoneAccountHandle == null ? "none" : in dump()
1226 defaultPhoneAccountHandle.phoneAccountHandle)); in dump()
[all …]
DCallsManager.java1924 PhoneAccountHandle defaultPhoneAccountHandle = in findOutgoingCallPhoneAccount() field in CallsManager
1927 if (defaultPhoneAccountHandle != null && in findOutgoingCallPhoneAccount()
1928 possibleAccounts.contains(defaultPhoneAccountHandle)) { in findOutgoingCallPhoneAccount()
1929 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()