Searched refs:testStrings (Results 1 – 4 of 4) sorted by relevance
40 final String[] testStrings; in createListAdapter() local42 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()
57 public void testStrings() { in testStrings() method in DevicePolicyEventLoggerTest
83 public void testStrings() { in testStrings() method in SQLiteTokenizerTest
120 public void testStrings() { in testStrings() method in ParcelTest