Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java160 public static final String ICON_ERROR_MSG = field in PhoneAccountRegistrar
1117 throw new IllegalArgumentException(ICON_ERROR_MSG); in enforceIconSizeLimit()
1125 throw new IllegalArgumentException(ICON_ERROR_MSG); in enforceIconSizeLimit()
1130 throw new IllegalArgumentException(ICON_ERROR_MSG); in enforceIconSizeLimit()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java1935 assertTrue(e.getMessage().contains(PhoneAccountRegistrar.ICON_ERROR_MSG)); in testLimitOnIcon()