Searched refs:makeQuickAccount (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CreateConnectionProcessorTest.java | 226 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
|
D | PhoneAccountRegistrarTest.java | 2104 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/ |
D | CallInfoTest.java | 274 PhoneAccount fakePhoneAccount = makeQuickAccount(testId, TEST_ACCOUNT_INDEX); in getBestPhoneAccount() 296 private PhoneAccount makeQuickAccount(String id, int idx) { in makeQuickAccount() method in CallInfoTest
|
D | BluetoothInCallServiceTest.java | 227 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
|