Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountRegistrarTest.java156 PhoneAccountHandle acctHandle = TestUtils.makePhoneAccountHandle( in testExceptionThrownDueToInvalidSimultaneousCallRestriction_tooManyAccounts()
193 invalidRestrictionHandles.add(TestUtils.makePhoneAccountHandle("a".repeat(257))); in testExceptionThrownDueToInvalidSimultaneousCallRestriction_invalidId()
194 PhoneAccountHandle acctHandle = TestUtils.makePhoneAccountHandle( in testExceptionThrownDueToInvalidSimultaneousCallRestriction_invalidId()
306 TestUtils.makePhoneAccountHandle(Integer.toString(i)), in testDisabledAccountsThrowsException()
DTestUtils.java1055 public static PhoneAccountHandle makePhoneAccountHandle(String id) { in makePhoneAccountHandle() method in TestUtils