OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBytes
(Results
501 - 525
of
1069
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
ObexAppParameters.java
124
byte[] bval = val.
getBytes
();
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
ObexAppParameters.java
124
byte[] bval = val.
getBytes
();
/frameworks/volley/src/test/java/com/android/volley/toolbox/
ImageRequestTest.java
47
byte[] jpegBytes = "file:fake".
getBytes
();
/libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java
358
.
getBytes
(entityParser.encoding));
361
.
getBytes
(entityParser.encoding));
379
.
getBytes
(entityParser.encoding));
382
.
getBytes
(entityParser.encoding));
/libcore/luni/src/test/java/libcore/java/io/
OldDataOutputStreamTest.java
74
os.write(testString.
getBytes
(), 5, testLength - 7);
/libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java
110
byte[] bytes = s.
getBytes
();
/libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidDeflateTest.java
44
byte[] input = inputString.
getBytes
("UTF-8");
OldZipInputStreamTest.java
34
private byte[] dataBytes = "Some data in my file".
getBytes
();
/libcore/luni/src/test/java/libcore/util/
ZoneInfoDBTest.java
111
return makeTemporaryFile("invalid content".
getBytes
());
/libcore/luni/src/test/java/org/apache/harmony/security/tests/x509/
SubjectPublicKeyInfoTest.java
45
private static final byte[] ENCODED_BROKEN = "BROKEN!".
getBytes
(Charset.forName("ASCII"));
/libcore/luni/src/test/java/tests/security/cert/
X509CRLTest.java
76
.
getBytes
());
/libcore/luni/src/test/java/tests/targets/security/
KeyStoreTest.java
107
encodedCertificate.
getBytes
()));
/libcore/support/src/test/java/org/apache/harmony/testframework/
WrapperTester.java
91
public byte[]
getBytes
() throws Exception {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoListing.java
117
return sw.toString().
getBytes
("UTF-8");
/packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/
DialogSmsDisplayTests.java
95
encodedString = message.
getBytes
("UTF-16");
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
UserPresetsManager.java
133
mUserPresets.insertStack(op.name, op.json.
getBytes
());
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DecodedImageResource.java
87
public byte[]
getBytes
() {
/packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java
421
part.setContentLocation(srcName.
getBytes
());
426
part.setContentId(contentId.
getBytes
());
437
part.setContentType(ContentType.TEXT_PLAIN.
getBytes
());
442
part.setData(text.
getBytes
());
494
part.setContentType(contentType.
getBytes
());
521
part.setContentType(contentType.
getBytes
());
587
smilPart.setContentId("smil".
getBytes
());
588
smilPart.setContentLocation("smil.xml".
getBytes
());
589
smilPart.setContentType(ContentType.APP_SMIL.
getBytes
());
591
smilPart.setData(smil.
getBytes
());
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/util/
BuglePrefsImpl.java
75
public byte[]
getBytes
(String key) {
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ReadWriteDraftMessageActionTest.java
348
outputStream.write(text.
getBytes
());
382
assertEquals(read, text.
getBytes
().length);
394
outputStream.write(moreText.
getBytes
());
434
assertEquals(read, moreText.
getBytes
().length);
/packages/apps/Settings/src/com/android/settings/vpn2/
LockdownConfigFragment.java
125
keyStore.put(Credentials.LOCKDOWN_VPN, profile.key.
getBytes
(),
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CreateNewConfigJob.java
78
ByteArrayInputStream input = new ByteArrayInputStream(text.
getBytes
(Charsets.UTF_8));
/external/apache-http/android/src/android/net/http/
RequestHandle.java
284
return new String(Base64.encodeBase64((username + ':' + password).
getBytes
()));
396
byte[] d = md5.digest(param.
getBytes
());
/external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java
319
String tmp2=encode(md5Helper.digest(EncodingUtils.
getBytes
(a1, charset)));
330
String md5a1 = encode(md5Helper.digest(EncodingUtils.
getBytes
(a1, charset)));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
PerformanceResultsElement.java
310
stream.write(buffer.toString().
getBytes
());
313
stream.write(componentBuffer.toString().
getBytes
());
Completed in 1889 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>