Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountRegistrarTest.java54 private static final int LARGE_ACCT_HANDLE_ID_MIN_SIZE = 50000; field in PhoneAccountRegistrarTest
423 LARGE_ACCT_HANDLE_ID_MIN_SIZE, RANDOM_CHAR_VALUE); in testGettingLargeCallCapablePhoneAccountHandlePayload()
424 assertEquals(LARGE_ACCT_HANDLE_ID_MIN_SIZE, largeAccountHandleId.length()); in testGettingLargeCallCapablePhoneAccountHandlePayload()
468 LARGE_ACCT_HANDLE_ID_MIN_SIZE, RANDOM_CHAR_VALUE); in testGettingLargeSelfManagedPhoneAccountHandlePayload()
469 assertEquals(LARGE_ACCT_HANDLE_ID_MIN_SIZE, largeAccountHandleId.length()); in testGettingLargeSelfManagedPhoneAccountHandlePayload()
514 LARGE_ACCT_HANDLE_ID_MIN_SIZE, RANDOM_CHAR_VALUE); in testGettingAllPhoneAccountHandlesWithLargePayload()
515 assertEquals(LARGE_ACCT_HANDLE_ID_MIN_SIZE, largeAccountHandleId.length()); in testGettingAllPhoneAccountHandlesWithLargePayload()
559 LARGE_ACCT_HANDLE_ID_MIN_SIZE, RANDOM_CHAR_VALUE); in testGetAllPhoneAccountsWithLargePayload()
560 assertEquals(LARGE_ACCT_HANDLE_ID_MIN_SIZE, largeAccountHandleId.length()); in testGetAllPhoneAccountsWithLargePayload()