Searched refs:FULL_SET (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | FileRotatorTest.java | 258 final String[] FULL_SET = { RED, GREEN, BLUE, YELLOW }; in testQueryMatch() local 260 assertReadAll(rotate, FULL_SET); in testQueryMatch() 261 assertReadMatching(rotate, Long.MIN_VALUE, Long.MAX_VALUE, FULL_SET); in testQueryMatch() 262 assertReadMatching(rotate, Long.MIN_VALUE, currentTime, FULL_SET); in testQueryMatch() 263 assertReadMatching(rotate, TEST_TIME + SECOND_IN_MILLIS, currentTime, FULL_SET); in testQueryMatch() 270 assertReadMatching(rotate, TEST_TIME + DAY_IN_MILLIS, Long.MAX_VALUE, FULL_SET); in testQueryMatch()
|
/frameworks/minikin/tests/unittest/ |
D | FontFamilyTest.cpp | 681 const std::vector<FontStyle> FULL_SET = { in TEST_F() local 721 {FontStyle(NORMAL, UPRIGHT), FULL_SET, 2}, in TEST_F() 722 {FontStyle(BOLD, UPRIGHT), FULL_SET, 4}, in TEST_F() 723 {FontStyle(NORMAL, ITALIC), FULL_SET, 8}, in TEST_F() 724 {FontStyle(BOLD, ITALIC), FULL_SET, 10}, in TEST_F()
|