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.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/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()