Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java187 PhoneAccount input = makeQuickAccountBuilder("id0", 0, null) in testPhoneAccount()
221 PhoneAccount input = makeQuickAccountBuilder("id0", 0, USER_HANDLE_10) in testPhoneAccountParsing_simultaneousCallingRestriction()
257 PhoneAccount input = makeQuickAccountBuilder("id0", 0, USER_HANDLE_10) in testPhoneAccountParsing_simultaneousCallingRestrictionOnOffFlag()
288 PhoneAccount input = makeQuickAccountBuilder("id0", 0, USER_HANDLE_10) in testPhoneAccountParsing_simultaneousCallingRestrictionOffOnFlag()
402 PhoneAccount input = makeQuickAccountBuilder("id0", 0, null) in testPhoneAccountExtrasEdge()
439 registerAndEnableAccount(makeQuickAccountBuilder("id" + i, i++, null) in testAccounts()
443 registerAndEnableAccount(makeQuickAccountBuilder("id" + i, i++, null) in testAccounts()
447 registerAndEnableAccount(makeQuickAccountBuilder("id" + i, i++, null) in testAccounts()
451 registerAndEnableAccount(makeQuickAccountBuilder("id" + i, i++, null) in testAccounts()
454 registerAndEnableAccount(makeQuickAccountBuilder("id" + i, i++, USER_HANDLE_10) in testAccounts()
[all …]
DCreateConnectionProcessorTest.java1052 private PhoneAccount.Builder makeQuickAccountBuilder(String id, int idx, in makeQuickAccountBuilder() method in CreateConnectionProcessorTest
1058 return makeQuickAccountBuilder(id, idx, userHandle) in makeQuickAccount()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java292 private PhoneAccount.Builder makeQuickAccountBuilder(String id, int idx) { in makeQuickAccountBuilder() method in CallInfoTest
297 return makeQuickAccountBuilder(id, idx) in makeQuickAccount()
DBluetoothInCallServiceTest.java2072 private PhoneAccount.Builder makeQuickAccountBuilder(String id, int idx) { in makeQuickAccountBuilder() method in BluetoothInCallServiceTest
2077 return makeQuickAccountBuilder(id, idx) in makeQuickAccount()