Searched refs:phoneAccounts (Results 1 – 2 of 2) sorted by relevance
87 private ArrayList<PhoneAccount> phoneAccounts; field in CreateConnectionProcessorTest119 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 …]
41 final List<PhoneAccountHandle> phoneAccounts = in getCurrentSubscriptions() local45 if (phoneAccounts == null) { in getCurrentSubscriptions()48 for (PhoneAccountHandle handle : phoneAccounts) { in getCurrentSubscriptions()