Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java1603 String invalidLabel = INVALID_STR; in testInvalidLabelThrowsException() local
1605 PhoneAccount.Builder builder = new PhoneAccount.Builder(handle, invalidLabel) in testInvalidLabelThrowsException()
1609 when(mAppLabelProxy.getAppLabel(anyString())).thenReturn(invalidLabel); in testInvalidLabelThrowsException()
1614 assertEquals(invalidLabel, account.getLabel()); in testInvalidLabelThrowsException()