Searched refs:makePhoneAccountHandle (Results 1 – 2 of 2) sorted by relevance
156 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()
1055 public static PhoneAccountHandle makePhoneAccountHandle(String id) { in makePhoneAccountHandle() method in TestUtils