Searched refs:invalidLabel (Results 1 – 1 of 1) sorted by relevance
1603 String invalidLabel = INVALID_STR; in testInvalidLabelThrowsException() local1605 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()