Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSupportMessageTest.java37 static final CharSequence SIMPLE = "short-message-short"; field in SupportMessageTest.ShortMessage
47 static final CharSequence SIMPLE = "long-message-long"; field in SupportMessageTest.LongMessage
61 setShortMessage(ShortMessage.SIMPLE); in testShortSupportMessageSetGetAndClear()
66 setLongMessage(LongMessage.SIMPLE); in testLongSupportMessageSetGetAndClear()
71 setShortMessage(ShortMessage.SIMPLE); in testLongAndShortMessagesDoNotClobber()
72 setLongMessage(LongMessage.SIMPLE); in testLongAndShortMessagesDoNotClobber()
74 assertEquals(ShortMessage.SIMPLE, getShortMessage()); in testLongAndShortMessagesDoNotClobber()
75 assertEquals(LongMessage.SIMPLE, getLongMessage()); in testLongAndShortMessagesDoNotClobber()
115 mDevicePolicyManager.setShortSupportMessage(null, ShortMessage.SIMPLE); in testSetOrGetSupportMessageWithNullAdminFails()
127 mDevicePolicyManager.setLongSupportMessage(null, LongMessage.SIMPLE); in testSetOrGetSupportMessageWithNullAdminFails()
/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java60 private static final String SIMPLE = "simple"; field in ResourcesTest
577 resid = mResources.getIdentifier(SIMPLE, CONFIG_VARYING, PACKAGE_NAME); in testGetIdentifier()
650 assertEquals(SIMPLE, mResources.getResourceEntryName(R.configVarying.simple)); in testGetResourceEntryName()