Home
last modified time | relevance | path

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

/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
DStubAuthenticator.java57 String accountType, String tokenType, String[] strings, in addAccount()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DApplicationRestrictionsTest.java267 String[] strings = bundle.getStringArray("string[]"); in assertBundle0() local
/cts/hostsidetests/content/test-apps/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubAuthenticator.java59 String accountType, String tokenType, String[] strings, in addAccount()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java122 String[] strings = intList.split(","); in parseIntList() 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()