Home
last modified time | relevance | path

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

/cts/tests/tests/content/ContentUriTestApp/src/android/content/cts/contenturitestapp/
DTestProvider.java62 public Cursor query(Uri uri, String[] strings, String s, String[] strings1, String s1) { in query()
77 public int delete(Uri uri, String s, String[] strings) { in delete()
82 public int update(Uri uri, ContentValues contentValues, String s, String[] strings) { in update()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicyResources.java45 public DevicePolicyStringResources strings() { in strings() method in DevicePolicyResources
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/
DMetricQuery.java28 StringQuery<E> strings(); in strings() method
DEnterpriseMetricInfo.java57 public List<String> strings() { in strings() method in EnterpriseMetricInfo
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
DStubAuthenticator.java57 String accountType, String tokenType, String[] strings, in addAccount()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/stub-app/src/android/security/cts/CVE_2021_0704_stub/
DStubAuthenticator.java50 String tokenType, String[] strings, Bundle bundle) throws NetworkErrorException { in addAccount()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DJsonPrinter.java177 private void writeStringCollection(String name, Collection<String> strings) throws IOException { in writeStringCollection()
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubAuthenticator.java60 String accountType, String tokenType, String[] strings, in addAccount()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DProAudioActivity.java171 Resources strings = getResources(); in displayTestResults() local
/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.java737 String[] strings = new String[]{"first", "last"}; in testGetSerializableWithStringArray() local