Home
last modified time | relevance | path

Searched defs:testStrings (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DInflatingListActivity.java40 final String[] testStrings; in createListAdapter() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyEventLoggerTest.java57 public void testStrings() { in testStrings() method in DevicePolicyEventLoggerTest
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DParcelTest.java95 public void testStrings() { in testStrings() method in ParcelTest
/aosp12/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteTokenizerTest.java83 public void testStrings() { in testStrings() method in SQLiteTokenizerTest
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
H A DSQLiteTokenizerTest.java89 public void testStrings() { in testStrings() method in SQLiteTokenizerTest
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/sqlite/
H A DSqlCheckerTest.java77 public void testStrings() { in testStrings() method in SqlCheckerTest
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp1038 const std::vector<std::string> testStrings{"This ", "is ", "so ", "much ", "data!\n"}; in TEST_F() local
1093 const std::vector<std::string> testStrings{"This ", "is ", "so ", "much ", "data!\n"}; in TEST_F() local
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1626 const hidl_vec<hidl_string> testStrings{"So", "Many", "Words"}; in TEST_F() local
2335 const std::vector<std::string> testStrings{"This ", "is ", "so ", "much ", "data!\n"}; in TEST_F() local
2390 const std::vector<std::string> testStrings{"This ", "is ", "so ", "much ", "data!\n"}; in TEST_F() local
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java444 final String[] testStrings = {"This ", "is ", "so ", "much ", "data!\n"}; in runClientSafeUnionTests() local