Home
last modified time | relevance | path

Searched refs:concat (Results 1 – 13 of 13) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java246 final CharSequence surroundingText = TextUtils.concat(beforeCursor, afterCursor); in testInitialSurroundingText_overSizedSelection_keepsBeforeAfterTextValid()
263 final CharSequence originalText = TextUtils.concat(prefixString, subText); in testInitialSurroundingSubText_keepsOriginalCursorPosition()
275 TextUtils.concat(expectedTextBeforeCursor, expectedSelectedText, in testInitialSurroundingSubText_keepsOriginalCursorPosition()
376 return TextUtils.concat(textBeforeCursor, selectedText, textAfterCursor); in concatInitialSurroundingText()
/cts/tests/signature/api-check/shared-libs-api/src/android/signature/cts/api/
DSignatureMultiLibsTest.java50 Stream.concat(Arrays.stream(systemApiFiles), Arrays.stream(previousApiFiles)) in testSignature()
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DLibcoreTest.java79 return Stream.concat( in getCoreExpectations()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java263 assertEquals("", TextUtils.concat().toString()); in testConcat()
265 assertEquals("first", TextUtils.concat("first").toString()); in testConcat()
267 assertEquals("first, second", TextUtils.concat("first", ", ", "second").toString()); in testConcat()
278 Spanned strResult = (Spanned) TextUtils.concat(string1, comma, string2); in testConcat()
291 assertEquals(string1, TextUtils.concat(string1)); in testConcat()
293 assertEquals(null, TextUtils.concat((CharSequence) null)); in testConcat()
298 TextUtils.concat((CharSequence[]) null); in testConcat_NullArray()
303 assertEquals("nullA", TextUtils.concat(null, "A")); in testConcat_NullParameters()
304 assertEquals("Anull", TextUtils.concat("A", null)); in testConcat_NullParameters()
305 assertEquals("AnullB", TextUtils.concat("A", null, "B")); in testConcat_NullParameters()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DCameraTest.java163 c2.concat(m); in testApplyToCanvas()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java199 .concat(Arrays.stream(attestedKeyCertChain), in verifyCombinedChain()
DSecretKeyFactoryTest.java60 EXPECTED_ALGORITHMS = ObjectArrays.concat(EXPECTED_ALGORITHMS, "DESede");
DBlockCipherTestBase.java592 assertEquals(expectedOutput, concat( in assertDoFinalResetsCipher()
689 byte[] bufferWithInputInTheMiddle = concat( in assertKatOneShotTransformUsingDoFinal()
1001 byte[] plaintext = concat(basePlaintext, new byte[lastInputBlockUnusedByteCount]); in testGeneratedPadding()
1579 protected static byte[] concat(byte[]... arrays) { in concat() method in BlockCipherTestBase
DTestUtils.java937 static byte[] concat(byte[] arr1, byte[] arr2) { in concat() method in TestUtils
938 return concat(arr1, 0, (arr1 != null) ? arr1.length : 0, in concat()
942 static byte[] concat(byte[] arr1, int offset1, int len1, in concat() method in TestUtils
DKeyGeneratorTest.java69 EXPECTED_ALGORITHMS = ObjectArrays.concat(EXPECTED_ALGORITHMS, "DESede");
DCipherTest.java109 .concat(BASE_EXPECTED_ALGORITHMS, DESEDE_ALGORITHMS, String.class);
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DPersistence.java141 return Stream.concat(mInitialIntents.stream(), mAct.stream()) in componentsInCase()
/cts/tools/release-parser/tests/resources/
DCtsJniTestCases.apk.pb.txt2783 name: "concat"