/cts/hostsidetests/appsecurity/test-apps/InstantCookieApp/src/test/instant/cookie/ |
D | CookieTest.java | 49 pm.updateInstantAppCookie("1".getBytes()); in testCookieUpdateAndRetrieval() 69 pm.updateInstantAppCookie("2".getBytes()); in testCookiePersistedAcrossInstantInstalls1() 88 pm.updateInstantAppCookie("3".getBytes()); in testCookiePersistedUpgradeFromInstant1() 107 pm.updateInstantAppCookie("4".getBytes()); in testCookieResetOnNonInstantReinstall1()
|
/cts/tests/tests/ndef/src/android/ndef/cts/ |
D | NdefTest.java | 332 new NdefRecord(NdefRecord.TNF_MIME_MEDIA, "text/plain".getBytes(ASCII), null, in testCreateMime() 333 "foo".getBytes()), in testCreateMime() 334 NdefRecord.createMime("text/plain", "foo".getBytes())); in testCreateMime() 379 new NdefRecord(NdefRecord.TNF_EXTERNAL_TYPE, "a.b:c".getBytes(ASCII), null, null), in testCreateExternal() 384 new NdefRecord(NdefRecord.TNF_EXTERNAL_TYPE, "a.b:c!".getBytes(ASCII), null, null), in testCreateExternal() 429 assertEquals("android.com:pkg".getBytes(), r.getType()); in testCreateApplicationRecord() 431 assertEquals("com.foo.bar".getBytes(), r.getPayload()); in testCreateApplicationRecord() 487 "http://www.android.com".getBytes(), null, null).toUri()); in testToUri() 495 "http://www.android.com".getBytes(), null, null)).toByteArray()).toUri()); in testToUri() 511 new NdefRecord(NdefRecord.TNF_ABSOLUTE_URI, "HTTP://www.android.com".getBytes(), in testToUri() [all …]
|
/cts/hostsidetests/backup/ProfileFullBackupApp/src/android/cts/backup/profilefullbackupapp/ |
D | ProfileFullBackupRestoreTest.java | 62 Files.write(mFile1.toPath(), FILE_ONE_CONTENT.getBytes()); in writeFilesAndAssertSuccess() 65 Files.write(mFile2.toPath(), FILE_TWO_CONTENT.getBytes()); in writeFilesAndAssertSuccess() 86 assertThat(Files.readAllBytes(file.toPath())).isEqualTo(content.getBytes()); in assertFileContains()
|
/cts/tests/tests/proto/src/android/util/proto/cts/ |
D | ProtoOutputStreamStringTest.java | 61 final byte[] utf8 = string.getBytes("UTF-8"); in testWriteLongString() 73 Assert.assertArrayEquals(expected, po.getBytes()); in testWriteLongString() 97 final byte[] result = po.getBytes(); in testWrite() 137 final byte[] result = po.getBytes(); in testWriteCompat() 177 final byte[] result = po.getBytes(); in testRepeated() 237 final byte[] result = po.getBytes(); in testRepeatedCompat()
|
D | ProtoOutputStreamObjectTest.java | 91 }, po.getBytes()); in testObjectOneChar() 119 }, po.getBytes()); in testObjectOneLargeChar() 161 }, po.getBytes()); in testObjectAndTwoChars() 184 Assert.assertArrayEquals(new byte[0], po.getBytes()); in testEmptyObject() 212 Assert.assertArrayEquals(new byte[0], po.getBytes()); in testDeepEmptyObjects() 247 }, po.getBytes()); in testEmptyObjectAndTwoChars() 279 }, po.getBytes()); in testEmptyRepeatedObject() 334 }, po.getBytes()); in testComplexObject() 387 }, po.getBytes()); in testDeepObjects() 461 po.getBytes(); in testTrailingStartObjectWithData() [all …]
|
D | ProtoOutputStreamBoolTest.java | 54 final byte[] result = po.getBytes(); in testWrite() 84 final byte[] result = po.getBytes(); in testWriteCompat() 120 final byte[] result = po.getBytes(); in testRepeated() 161 final byte[] result = po.getBytes(); in testRepeatedCompat() 209 final byte[] result = po.getBytes(); in testPacked() 245 final byte[] result = po.getBytes(); in testPackedCompat()
|
D | ProtoOutputStreamEnumTest.java | 60 final byte[] result = po.getBytes(); in testWrite() 104 final byte[] result = po.getBytes(); in testWriteCompat() 149 final byte[] result = po.getBytes(); in testRepeated() 212 final byte[] result = po.getBytes(); in testRepeatedCompat() 266 final byte[] result = po.getBytes(); in testPacked() 330 final byte[] result = po.getBytes(); in testPackedCompat()
|
D | ProtoOutputStreamSFixed32Test.java | 57 final byte[] result = po.getBytes(); in testWrite() 99 final byte[] result = po.getBytes(); in testWriteCompat() 141 final byte[] result = po.getBytes(); in testRepeated() 200 final byte[] result = po.getBytes(); in testRepeatedCompat() 251 final byte[] result = po.getBytes(); in testPacked() 302 final byte[] result = po.getBytes(); in testPackedCompat()
|
D | ProtoOutputStreamInt32Test.java | 57 final byte[] result = po.getBytes(); in testWrite() 101 final byte[] result = po.getBytes(); in testWriteCompat() 143 final byte[] result = po.getBytes(); in testRepeated() 206 final byte[] result = po.getBytes(); in testRepeatedCompat() 257 final byte[] result = po.getBytes(); in testPacked() 317 final byte[] result = po.getBytes(); in testPackedCompat()
|
D | ProtoOutputStreamUInt32Test.java | 57 final byte[] result = po.getBytes(); in testWrite() 99 final byte[] result = po.getBytes(); in testWriteCompat() 141 final byte[] result = po.getBytes(); in testRepeated() 200 final byte[] result = po.getBytes(); in testRepeatedCompat() 250 final byte[] result = po.getBytes(); in testPacked() 301 final byte[] result = po.getBytes(); in testPackedCompat()
|
D | ProtoOutputStreamSInt32Test.java | 57 final byte[] result = po.getBytes(); in testWrite() 99 final byte[] result = po.getBytes(); in testWriteCompat() 141 final byte[] result = po.getBytes(); in testRepeated() 200 final byte[] result = po.getBytes(); in testRepeatedCompat() 250 final byte[] result = po.getBytes(); in testPacked() 301 final byte[] result = po.getBytes(); in testPackedCompat()
|
D | ProtoOutputStreamFixed32Test.java | 57 final byte[] result = po.getBytes(); in testWrite() 99 final byte[] result = po.getBytes(); in testWriteCompat() 141 final byte[] result = po.getBytes(); in testRepeated() 200 final byte[] result = po.getBytes(); in testRepeatedCompat() 250 final byte[] result = po.getBytes(); in testPacked() 301 final byte[] result = po.getBytes(); in testPackedCompat()
|
D | ProtoOutputStreamBytesTest.java | 70 Assert.assertArrayEquals(expected, po.getBytes()); in testWrite() 99 final byte[] result = po.getBytes(); in testWriteCompat() 143 final byte[] result = po.getBytes(); in testRepeated() 205 final byte[] result = po.getBytes(); in testRepeatedCompat()
|
D | ProtoOutputStreamSFixed64Test.java | 60 final byte[] result = po.getBytes(); in testWrite() 116 final byte[] result = po.getBytes(); in testWriteCompat() 162 final byte[] result = po.getBytes(); in testRepeated() 248 final byte[] result = po.getBytes(); in testRepeatedCompat() 301 final byte[] result = po.getBytes(); in testPacked() 377 final byte[] result = po.getBytes(); in testPackedCompat()
|
D | ProtoOutputStreamUInt64Test.java | 59 final byte[] result = po.getBytes(); in testWrite() 113 final byte[] result = po.getBytes(); in testWriteCompat() 159 final byte[] result = po.getBytes(); in testRepeated() 239 final byte[] result = po.getBytes(); in testRepeatedCompat() 291 final byte[] result = po.getBytes(); in testPacked() 370 final byte[] result = po.getBytes(); in testPackedCompat()
|
D | ProtoOutputStreamFixed64Test.java | 60 final byte[] result = po.getBytes(); in testWrite() 116 final byte[] result = po.getBytes(); in testWriteCompat() 162 final byte[] result = po.getBytes(); in testRepeated() 249 final byte[] result = po.getBytes(); in testRepeatedCompat() 302 final byte[] result = po.getBytes(); in testPacked() 378 final byte[] result = po.getBytes(); in testPackedCompat()
|
D | ProtoOutputStreamSwitchedWriteTest.java | 183 final byte[] switchedResult = switchedPo.getBytes(); in testAWrite() 184 final byte[] typedResult = typedPo.getBytes(); in testAWrite() 256 final byte[] typedResult = typedPo.getBytes(); in testWriteString() 257 final byte[] switchedResult = switchedPo.getBytes(); in testWriteString() 279 final byte[] typedResult = typedPo.getBytes(); in testWriteRepeatedString() 280 final byte[] switchedResult = switchedPo.getBytes(); in testWriteRepeatedString()
|
D | ProtoOutputStreamInt64Test.java | 59 final byte[] result = po.getBytes(); in testWrite() 113 final byte[] result = po.getBytes(); in testWriteCompat() 159 final byte[] result = po.getBytes(); in testRepeated() 239 final byte[] result = po.getBytes(); in testRepeatedCompat() 291 final byte[] result = po.getBytes(); in testPacked() 370 final byte[] result = po.getBytes(); in testPackedCompat()
|
D | ProtoOutputStreamSInt64Test.java | 60 final byte[] result = po.getBytes(); in testWrite() 112 final byte[] result = po.getBytes(); in testWriteCompat() 158 final byte[] result = po.getBytes(); in testRepeated() 235 final byte[] result = po.getBytes(); in testRepeatedCompat() 287 final byte[] result = po.getBytes(); in testPacked() 355 final byte[] result = po.getBytes(); in testPackedCompat()
|
D | ProtoOutputStreamDoubleTest.java | 75 final byte[] result = po.getBytes(); in testWrite() 141 final byte[] result = po.getBytes(); in testWriteCompat() 191 final byte[] result = po.getBytes(); in testRepeated() 295 final byte[] result = po.getBytes(); in testRepeatedCompat() 347 final byte[] result = po.getBytes(); in testPacked() 439 final byte[] result = po.getBytes(); in testPackedCompat()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | EnrollmentSpecificIdTest.java | 117 final byte[] serialNumber = getPaddedHardwareIdentifier(Build.getSerial()).getBytes(); in calculateEsid() 118 final byte[] imei = getPaddedHardwareIdentifier(telephonyService.getImei(0)).getBytes(); in calculateEsid() 119 final byte[] meid = getPaddedHardwareIdentifier(telephonyService.getMeid(0)).getBytes(); in calculateEsid() 124 macAddress = "".getBytes(); in calculateEsid() 126 macAddress = macAddresses[0].getBytes(); in calculateEsid() 137 final byte[] dpcPackage = getPaddedProfileOwnerName(profileOwnerPackage).getBytes(); in calculateEsid() 138 final byte[] enterpriseId = getPaddedEnterpriseId(enterpriseIdString).getBytes(); in calculateEsid()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | MmsTest.java | 271 req.setMessageClass(PduHeaders.MESSAGE_CLASS_PERSONAL_STR.getBytes()); in buildPdu() 294 part.setContentType(ContentType.TEXT_PLAIN.getBytes()); in addTextPart() 296 part.setContentLocation(TEXT_PART_FILENAME.getBytes()); in addTextPart() 300 part.setContentId(contentId.getBytes()); in addTextPart() 301 part.setData(message.getBytes()); in addTextPart() 312 smilPart.setContentId("smil".getBytes()); in addSmilPart() 313 smilPart.setContentLocation("smil.xml".getBytes()); in addSmilPart() 314 smilPart.setContentType(ContentType.APP_SMIL.getBytes()); in addSmilPart() 315 smilPart.setData(smil.getBytes()); in addSmilPart()
|
/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/ |
D | TestCertificates.java | 119 new Base64InputStream(new ByteArrayInputStream(cert.getBytes()), Base64.DEFAULT)); in userCertFromString() 127 final byte[] rawCert = TEST_CA.getBytes(); in caCertFromString()
|
/cts/tests/security/src/android/keystore/cts/ |
D | EatAttestation.java | 83 rootOfTrustBuilder.setVerifiedBootKey(CborUtils.getBytes(extension, key)); in EatAttestation() 95 attestationChallenge = CborUtils.getBytes(extension, key); in EatAttestation() 98 Log.i(TAG, "Got CTI claim: " + CborUtils.getBytes(extension, key)); in EatAttestation() 99 uniqueId = CborUtils.getBytes(extension, key); in EatAttestation()
|
/cts/tests/tests/wifi/src/android/net/wifi/p2p/cts/ |
D | WifiP2pServiceRequestTest.java | 46 sb.append(bin2HexStr(TEST_UPNP_QUERY.getBytes())); in testValidRawRequest() 63 sb.append(bin2HexStr(TEST_UPNP_QUERY.getBytes())); in testInvalidRawRequest()
|