Home
last modified time | relevance | path

Searched refs:getBytes (Results 1 – 25 of 180) sorted by relevance

12345678

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DEnrollmentSpecificIdTest.java93 final byte[] serialNumber = getPaddedHardwareIdentifier(Build.getSerial()).getBytes(); in calculateEsid()
94 final byte[] imei = getPaddedHardwareIdentifier(telephonyService.getImei(0)).getBytes(); in calculateEsid()
95 final byte[] meid = getPaddedHardwareIdentifier(telephonyService.getMeid(0)).getBytes(); in calculateEsid()
100 macAddress = "".getBytes(); in calculateEsid()
102 macAddress = macAddresses[0].getBytes(); in calculateEsid()
113 final byte[] dpcPackage = getPaddedProfileOwnerName(profileOwnerPackage).getBytes(); in calculateEsid()
114 final byte[] enterpriseId = getPaddedEnterpriseId(enterpriseIdString).getBytes(); in calculateEsid()
/cts/hostsidetests/appsecurity/test-apps/InstantCookieApp/src/test/instant/cookie/
DCookieTest.java49 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/
DNdefTest.java332 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/tests/tests/proto/src/android/util/proto/cts/
DProtoOutputStreamObjectTest.java91 }, 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 …]
DProtoOutputStreamStringTest.java61 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()
DProtoOutputStreamBoolTest.java54 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()
DProtoOutputStreamEnumTest.java60 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()
DProtoOutputStreamSInt32Test.java57 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()
DProtoOutputStreamFixed32Test.java57 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()
DProtoOutputStreamInt32Test.java57 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()
DProtoOutputStreamUInt32Test.java57 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()
DProtoOutputStreamSFixed32Test.java57 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()
DProtoOutputStreamInt64Test.java59 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()
DProtoOutputStreamUInt64Test.java59 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()
DProtoOutputStreamFixed64Test.java60 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()
DProtoOutputStreamSFixed64Test.java60 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()
DProtoOutputStreamSInt64Test.java60 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()
DProtoOutputStreamSwitchedWriteTest.java183 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()
DProtoOutputStreamBytesTest.java70 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()
DProtoOutputStreamDoubleTest.java75 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()
DProtoOutputStreamFloatTest.java76 final byte[] result = po.getBytes(); in testWrite()
135 final byte[] result = po.getBytes(); in testWriteCompat()
185 final byte[] result = po.getBytes(); in testRepeated()
271 final byte[] result = po.getBytes(); in testRepeatedCompat()
325 final byte[] result = po.getBytes(); in testPacked()
399 final byte[] result = po.getBytes(); in testPackedCompat()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DMmsTest.java271 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/backup/ProfileFullBackupApp/src/android/cts/backup/profilefullbackupapp/
DProfileFullBackupRestoreTest.java62 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/security/src/android/keystore/cts/
DEatAttestation.java83 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/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DTestCertificates.java119 new Base64InputStream(new ByteArrayInputStream(cert.getBytes()), Base64.DEFAULT)); in userCertFromString()
127 final byte[] rawCert = TEST_CA.getBytes(); in caCertFromString()

12345678