Home
last modified time | relevance | path

Searched refs:makeQuickAccount (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCreateConnectionProcessorTest.java226 PhoneAccount mFakeTargetPhoneAccount = makeQuickAccount("cm_acct", in testConnectionManagerSuccess()
255 PhoneAccount mFakeTargetPhoneAccount = makeQuickAccount("cm_acct", in testConnectionManagerFailedFallToSim()
295 PhoneAccount mFakeTargetPhoneAccount = makeQuickAccount("cm_acct", in testConnectionManagerFailedDoNotFallToSim()
807 PhoneAccount phoneAccountWithService = makeQuickAccount("cm_acct", capability, null); in testIsTimeoutNeededForCall()
954 final PhoneAccount emergencyPhoneAccount = makeQuickAccount(id, capabilities | in makeEmergencyTestPhoneAccount()
965 final PhoneAccount emergencyPhoneAccount = makeQuickAccount(id, capabilities | in makeEmergencyPhoneAccount()
976 final PhoneAccount phoneAccount = makeQuickAccount(id, capabilities, null); in makePhoneAccount()
1013 PhoneAccount callManagerPA = makeQuickAccount(id, capability, null); in createNewConnectionManagerPhoneAccountForCall()
1023 PhoneAccount callManagerPA = makeQuickAccount(id, capability, null); in getNewEmergencyConnectionManagerPhoneAccount()
1057 private PhoneAccount makeQuickAccount(String id, int idx, UserHandle userHandle) { in makeQuickAccount() method in CreateConnectionProcessorTest
DPhoneAccountRegistrarTest.java2104 private PhoneAccount makeQuickAccount(String id, int idx) { in makeQuickAccount() method in PhoneAccountRegistrarTest
2306 s.accounts.add(makeQuickAccount("id0", 0)); in makeQuickStateWithTelephonyPhoneAccountHandle()
2307 s.accounts.add(makeQuickAccount("id1", 1)); in makeQuickStateWithTelephonyPhoneAccountHandle()
2308 s.accounts.add(makeQuickAccount("id2", 2)); in makeQuickStateWithTelephonyPhoneAccountHandle()
2326 s.accounts.add(makeQuickAccount("id0", 0)); in makeQuickState()
2327 s.accounts.add(makeQuickAccount("id1", 1)); in makeQuickState()
2328 s.accounts.add(makeQuickAccount("id2", 2)); in makeQuickState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java274 PhoneAccount fakePhoneAccount = makeQuickAccount(testId, TEST_ACCOUNT_INDEX); in getBestPhoneAccount()
296 private PhoneAccount makeQuickAccount(String id, int idx) { in makeQuickAccount() method in CallInfoTest
DBluetoothInCallServiceTest.java227 PhoneAccount fakePhoneAccount = makeQuickAccount("id0", TEST_ACCOUNT_INDEX); in testGetNetworkOperator()
246 PhoneAccount fakePhoneAccount = makeQuickAccount("id0", TEST_ACCOUNT_INDEX); in testGetSubscriberNumber()
2076 private PhoneAccount makeQuickAccount(String id, int idx) { in makeQuickAccount() method in BluetoothInCallServiceTest