Home
last modified time | relevance | path

Searched refs:phoneAccounts (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCreateConnectionProcessorTest.java87 private ArrayList<PhoneAccount> phoneAccounts; field in CreateConnectionProcessorTest
119 phoneAccounts = new ArrayList<>(); in setUp()
135 when(mMockAccountRegistrar.getAllPhoneAccountsOfCurrentUser()).thenReturn(phoneAccounts); in setUp()
309 phoneAccounts.add(regularAccount); in testFakeEmergencyNumber()
315 phoneAccounts.add(emergencyPhoneAccount); in testFakeEmergencyNumber()
343 phoneAccounts.add(regularAccount); in testEmergencyCall()
347 phoneAccounts.add(callManagerPA); in testEmergencyCall()
351 phoneAccounts.add(emergencyPhoneAccount); in testEmergencyCall()
383 phoneAccounts.add(callManagerPA); in testEmergencyCallMultiSimNoPreferred()
386 phoneAccounts.add(emergencyPhoneAccount1); in testEmergencyCallMultiSimNoPreferred()
[all …]
/packages/apps/Settings/src/com/android/settings/sim/
DCallsSimListDialogFragment.java41 final List<PhoneAccountHandle> phoneAccounts = in getCurrentSubscriptions() local
45 if (phoneAccounts == null) { in getCurrentSubscriptions()
48 for (PhoneAccountHandle handle : phoneAccounts) { in getCurrentSubscriptions()