Home
last modified time | relevance | path

Searched refs:createPhoneAccountHandle (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountRegistrarTest.java614 PhoneAccountHandle handle1 = TestUtils.createPhoneAccountHandle( in testGetCallCapablePhoneAccountsAcrossProfiles()
617 PhoneAccountHandle handle2 = TestUtils.createPhoneAccountHandle( in testGetCallCapablePhoneAccountsAcrossProfiles()
681 PhoneAccountHandle currentHandle = TestUtils.createPhoneAccountHandle( in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile()
684 PhoneAccountHandle otherHandle = TestUtils.createPhoneAccountHandle( in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile()
DTestUtils.java1002 accounts.add(createPhoneAccountHandle(random, packageName, className, in generateRandomPhoneAccountHandles()
1067 public static PhoneAccountHandle createPhoneAccountHandle(Random random, in createPhoneAccountHandle() method in TestUtils