Home
last modified time | relevance | path

Searched defs:strings (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DApplicationRestrictionsTest.java265 String[] strings = bundle.getStringArray("string[]"); in assertBundle0() local
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java529 String[] strings = new String[]{"first", "last"}; in testGetSerializableWithStringArray() local
/cts/tools/dasm/src/dasm/
DDAsm.java1506 protected TypeList createTypeListFromStrings(Vector<String> strings) { in createTypeListFromStrings()