HomeSort by relevance Sort by last modified time
    Searched refs:getBytes (Results 401 - 425 of 1069) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 332 byte[] buf = value.getBytes(US_ASCII);
834 * Equivalent to getBytes(buffer, 0, buffer.length).
836 protected void getBytes(byte[] buf) {
837 getBytes(buf, 0, buf.length);
850 protected void getBytes(byte[] buf, int offset, int length) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheService.java 108 return GalleryUtils.getBytes(path.toString() + "+" + timeModified + "+" + type);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifTag.java 332 byte[] buf = value.getBytes(US_ASCII);
834 * Equivalent to getBytes(buffer, 0, buffer.length).
836 protected void getBytes(byte[] buf) {
837 getBytes(buf, 0, buf.length);
850 protected void getBytes(byte[] buf, int offset, int length) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientPhotoManager.java 75 entry.setPhotoBytes(resource.getBytes());
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifTag.java 332 byte[] buf = value.getBytes(US_ASCII);
834 * Equivalent to getBytes(buffer, 0, buffer.length).
836 protected void getBytes(byte[] buf) {
837 getBytes(buf, 0, buf.length);
850 protected void getBytes(byte[] buf, int offset, int length) {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 92 dropbox.addData("DropBoxTest", "TEST".getBytes(), 0);
124 gz1.write("FILE1".getBytes());
125 os2.write("DATA2".getBytes());
126 gz3.write("DATA3".getBytes());
193 gz2.write("FUTURE2".getBytes());
528 dropbox.addData("DropBoxTest", "should be ignored".getBytes(), 0);
550 new DropBoxManager.Entry("bytes", 3000000, "Bytes Value".getBytes(),
558 "Bad Bytes Value".getBytes(),
574 os.write("File Value".getBytes());
608 gzout.write("Gzip File Value".getBytes());
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DelegatedCertInstallerTest.java 170 mDpm.uninstallCaCert(ADMIN_RECEIVER_COMPONENT, TEST_CA.getBytes());
178 byte[] cert = TEST_CA.getBytes();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
IssueReporter.java 101 mCurrentIssue.mBugReport = getBytes(input, BUGREPORT_SIZE);
118 static byte[] getBytes(InputStream input, int size) throws IOException {
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 202 byte[] data = inputStr.getBytes();
267 byte[] data = input.getBytes();
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 202 byte[] data = inputStr.getBytes();
267 byte[] data = input.getBytes();
  /development/samples/Vault/tests/src/com/example/android/vault/
EncryptedDocumentTest.java 93 final byte[] content = "KITTENS".getBytes(StandardCharsets.UTF_8);
224 final byte[] content = "KITTENS".getBytes(StandardCharsets.UTF_8);
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 202 byte[] data = inputStr.getBytes();
267 byte[] data = input.getBytes();
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Identity2Test.java 125 .getBytes("UTF-8"));
127 .getBytes("UTF-8"));
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory4Test.java 61 CERTIFICATES_ENCODED_X509[i].getBytes("UTF-8"));
66 .getBytes("UTF-8"));
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
X509AttributeCertificateHolder.java 282 return attrCert.getSignatureValue().getBytes();
343 return verifier.verify(attrCert.getSignatureValue().getBytes());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
PublicKeyFactory.java 119 byte[] seed = dhValidationParms.getSeed().getBytes();
191 ASN1OctetString key = new DEROctetString(keyInfo.getPublicKeyData().getBytes());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509V2AttributeCertificate.java 130 byte[] bytes = id.getBytes();
167 return cert.getSignatureValue().getBytes();
  /external/guava/guava-gwt/test-super/com/google/common/io/super/com/google/common/io/
BaseEncodingTest.java 271 // GWT does not support String.getBytes(Charset)
272 bytes = decoded.getBytes("UTF-8");
282 // GWT does not support String.getBytes(Charset)
283 bytes = decoded.getBytes("UTF-8");
  /external/guava/guava-tests/test/com/google/common/io/
ByteSourceTester.java 60 suite.addTest(suiteForBytes(factory, entry.getValue().getBytes(Charsets.UTF_8.name()),
74 suite = suiteForBytes(factory, string.getBytes(Charsets.UTF_8.name()), name, desc, true);
  /external/jetty/src/java/org/eclipse/jetty/server/
ShutdownMonitor.java 108 out.write("Stopped\r\n".getBytes(StringUtil.__UTF8));
128 out.write("OK\r\n".getBytes(StringUtil.__UTF8));
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractTransformTask.java 144 byte bytes[] = getBytes(zip);
241 private byte[] getBytes(ZipInputStream zip) throws IOException {
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 114 .getBytes());
117 .getBytes());
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java 195 byte[] md5bytes = messageDigest.digest(s.getBytes("UTF-8"));
206 byte[] sha1Bytes = messageDigest.digest(s.getBytes("UTF-8"));
  /external/okhttp/okio/okio/src/test/java/okio/
Utf8Test.java 75 Buffer expected = new Buffer().write(a.getBytes(Util.UTF_8));
215 ByteString platformUtf8 = ByteString.of(string.getBytes("UTF-8"));
  /frameworks/base/core/java/android/net/nsd/
DnsSdTxtRecord.java 75 valBytes = value.getBytes();
83 keyBytes = key.getBytes("US-ASCII");

Completed in 965 milliseconds

<<11121314151617181920>>