Searched defs:strings (Results 1 – 11 of 11) sorted by relevance
/cts/tests/tests/content/ContentUriTestApp/src/android/content/cts/contenturitestapp/ |
D | TestProvider.java | 62 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/ |
D | DevicePolicyResources.java | 45 public DevicePolicyStringResources strings() { in strings() method in DevicePolicyResources
|
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/ |
D | MetricQuery.java | 28 StringQuery<E> strings(); in strings() method
|
D | EnterpriseMetricInfo.java | 57 public List<String> strings() { in strings() method in EnterpriseMetricInfo
|
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/ |
D | StubAuthenticator.java | 57 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/ |
D | StubAuthenticator.java | 50 String tokenType, String[] strings, Bundle bundle) throws NetworkErrorException { in addAccount()
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | JsonPrinter.java | 177 private void writeStringCollection(String name, Collection<String> strings) throws IOException { in writeStringCollection()
|
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ |
D | StubAuthenticator.java | 60 String accountType, String tokenType, String[] strings, in addAccount()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | ProAudioActivity.java | 171 Resources strings = getResources(); in displayTestResults() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/ |
D | PeripheralProfile.java | 122 String[] strings = intList.split(","); in parseIntList() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BundleTest.java | 737 String[] strings = new String[]{"first", "last"}; in testGetSerializableWithStringArray() local
|