Searched refs:defaultPhoneAccountHandle (Results 1 – 4 of 4) sorted by relevance
303 DefaultPhoneAccountHandle defaultPhoneAccountHandle = mState.defaultOutgoingAccountHandles in getUserSelectedOutgoingPhoneAccount() local305 if (defaultPhoneAccountHandle == null) { in getUserSelectedOutgoingPhoneAccount()309 PhoneAccount account = getPhoneAccount(defaultPhoneAccountHandle.phoneAccountHandle, in getUserSelectedOutgoingPhoneAccount()313 return defaultPhoneAccountHandle.phoneAccountHandle; in getUserSelectedOutgoingPhoneAccount()319 , defaultPhoneAccountHandle.phoneAccountHandle, userHandle); in getUserSelectedOutgoingPhoneAccount()332 DefaultPhoneAccountHandle defaultPhoneAccountHandle = mState.defaultOutgoingAccountHandles in getUserSelectedDefaultPhoneAccount() local334 if (defaultPhoneAccountHandle == null) { in getUserSelectedDefaultPhoneAccount()338 return defaultPhoneAccountHandle; in getUserSelectedDefaultPhoneAccount()1941 DefaultPhoneAccountHandle defaultPhoneAccountHandle in dump() local1943 pw.println("defaultOutgoing: " + (defaultPhoneAccountHandle == null ? "none" : in dump()[all …]
2646 PhoneAccountHandle defaultPhoneAccountHandle = in findOutgoingCallPhoneAccount() field in CallsManager2649 if (defaultPhoneAccountHandle != null && in findOutgoingCallPhoneAccount()2650 possibleAccounts.contains(defaultPhoneAccountHandle)) { in findOutgoingCallPhoneAccount()2652 defaultPhoneAccountHandle); in findOutgoingCallPhoneAccount() argument2653 return Collections.singletonList(defaultPhoneAccountHandle); in findOutgoingCallPhoneAccount()
130 @Nullable private final PhoneAccountHandle defaultPhoneAccountHandle; field in CallLogListItemViewHolder272 defaultPhoneAccountHandle = in CallLogListItemViewHolder()851 if (defaultPhoneAccountHandle == null) { in hasPlacedCarrierVideoCall()854 return accountHandle.getComponentName().equals(defaultPhoneAccountHandle.getComponentName()); in hasPlacedCarrierVideoCall()
1512 DefaultPhoneAccountHandle defaultPhoneAccountHandle in testPhoneAccountMigration() local1515 defaultPhoneAccountHandle.phoneAccountHandle.getId()); in testPhoneAccountMigration()