Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCreateConnectionProcessorTest.java85 private ArrayList<PhoneAccount> phoneAccounts; field in CreateConnectionProcessorTest
117 phoneAccounts = new ArrayList<>(); in setUp()
133 when(mMockAccountRegistrar.getAllPhoneAccountsOfCurrentUser()).thenReturn(phoneAccounts); in setUp()
301 phoneAccounts.add(regularAccount); in testEmergencyCall()
305 phoneAccounts.add(callManagerPA); in testEmergencyCall()
309 phoneAccounts.add(emergencyPhoneAccount); in testEmergencyCall()
340 phoneAccounts.add(callManagerPA); in testEmergencyCallMultiSimNoPreferred()
343 phoneAccounts.add(emergencyPhoneAccount1); in testEmergencyCallMultiSimNoPreferred()
346 phoneAccounts.add(emergencyPhoneAccount2); in testEmergencyCallMultiSimNoPreferred()
375 phoneAccounts.add(emergencyPhoneAccount1); in testEmergencyCallMultiSimTelephonyPreferred()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/
DSimDialogActivity.java141 final Iterator<PhoneAccountHandle> phoneAccounts = in subscriptionIdToPhoneAccountHandle() local
144 while (phoneAccounts.hasNext()) { in subscriptionIdToPhoneAccountHandle()
145 final PhoneAccountHandle phoneAccountHandle = phoneAccounts.next(); in subscriptionIdToPhoneAccountHandle()
210 final Iterator<PhoneAccountHandle> phoneAccounts = in createDialog() local
215 while (phoneAccounts.hasNext()) { in createDialog()
217 telecomManager.getPhoneAccount(phoneAccounts.next()); in createDialog()
/packages/apps/Settings/src/com/android/settings/sim/
DCallsSimListDialogFragment.java42 final List<PhoneAccountHandle> phoneAccounts = in getCurrentSubscriptions() local
46 if (phoneAccounts == null) { in getCurrentSubscriptions()
49 for (PhoneAccountHandle handle : phoneAccounts) { in getCurrentSubscriptions()