Home
last modified time | relevance | path

Searched refs:testStrings (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DInflatingListActivity.java40 final String[] testStrings; in createListAdapter() local
42 testStrings = TextUtils.buildSimpleStringList(); in createListAdapter()
44 testStrings = TextUtils.buildEmojiStringList(); in createListAdapter()
46 testStrings = TextUtils.buildHanStringList(); in createListAdapter()
48 testStrings = TextUtils.buildLongStringList(); in createListAdapter()
53 return new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, testStrings) { in createListAdapter()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyEventLoggerTest.java57 public void testStrings() { in testStrings() method in DevicePolicyEventLoggerTest
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteTokenizerTest.java83 public void testStrings() { in testStrings() method in SQLiteTokenizerTest
/frameworks/base/core/tests/coretests/src/android/os/
DParcelTest.java120 public void testStrings() { in testStrings() method in ParcelTest