Searched refs:phoneAccountHandles (Results 1 – 7 of 7) sorted by relevance
155 List<PhoneAccountHandle> phoneAccountHandles = in isLocalEmergencyNumber() local160 if (phoneAccountHandles.size() <= 1) { in isLocalEmergencyNumber()164 for (PhoneAccountHandle phoneAccountHandle : phoneAccountHandles) { in isLocalEmergencyNumber()
67 Collection<PhoneAccountHandle> phoneAccountHandles) { in builderWithAccounts() argument70 for (PhoneAccountHandle phoneAccountHandle : phoneAccountHandles) { in builderWithAccounts()
84 List<PhoneAccountHandle> phoneAccountHandles = in getHfpDeviceList() local87 for (PhoneAccountHandle phoneAccountHandle : phoneAccountHandles) { in getHfpDeviceList()
203 List<PhoneAccountHandle> phoneAccountHandles) { in getDefaultSuggestions() argument204 return phoneAccountHandles.stream().map(phoneAccountHandle -> in getDefaultSuggestions()
314 final List<PhoneAccountHandle> phoneAccountHandles = in isCallWithNoValidAccounts() local318 && (phoneAccountHandles == null || phoneAccountHandles.isEmpty()))) { in isCallWithNoValidAccounts()1596 final List<PhoneAccountHandle> phoneAccountHandles = in setDisconnectCauseForMissingAccounts() local1599 if (phoneAccountHandles == null || phoneAccountHandles.isEmpty()) { in setDisconnectCauseForMissingAccounts()
371 List<PhoneAccountHandle> phoneAccountHandles = in showPhoneAccountSelectionDialog() local378 waitingForAccountCall.getNumber(), phoneAccountHandles); in showPhoneAccountSelectionDialog()
323 List<PhoneAccountHandle> phoneAccountHandles = mCallsManager.constructPossiblePhoneAccounts( in testConstructPossiblePhoneAccountsMultiSimActive() local325 assertEquals(1, phoneAccountHandles.size()); in testConstructPossiblePhoneAccountsMultiSimActive()326 assertEquals(SIM_2_HANDLE, phoneAccountHandles.get(0)); in testConstructPossiblePhoneAccountsMultiSimActive()338 List<PhoneAccountHandle> phoneAccountHandles = mCallsManager.constructPossiblePhoneAccounts( in testConstructPossiblePhoneAccountsMultiSimIdle() local340 assertEquals(2, phoneAccountHandles.size()); in testConstructPossiblePhoneAccountsMultiSimIdle()