Searched refs:makeQuickAccountBuilder (Results 1 - 3 of 3) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | PhoneAccountRegistrarTest.java | 122 PhoneAccount input = makeQuickAccountBuilder("id0", 0) 162 PhoneAccount input = makeQuickAccountBuilder("id0", 0) 198 registerAndEnableAccount(makeQuickAccountBuilder("id" + i, i++) 202 registerAndEnableAccount(makeQuickAccountBuilder("id" + i, i++) 206 registerAndEnableAccount(makeQuickAccountBuilder("id" + i, i++) 210 registerAndEnableAccount(makeQuickAccountBuilder("id" + i, i++) 594 private PhoneAccount.Builder makeQuickAccountBuilder(String id, int idx) { method in class:PhoneAccountRegistrarTest 601 return makeQuickAccountBuilder(id, idx)
|
H A D | CreateConnectionProcessorTest.java | 339 private PhoneAccount.Builder makeQuickAccountBuilder(String id, int idx) { method in class:CreateConnectionProcessorTest 344 return makeQuickAccountBuilder(id, idx)
|
H A D | BluetoothPhoneServiceTest.java | 948 private PhoneAccount.Builder makeQuickAccountBuilder(String id, int idx) { method in class:BluetoothPhoneServiceTest 953 return makeQuickAccountBuilder(id, idx)
|
Completed in 284 milliseconds