OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b64out
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Base64Body.java
57
final Base64OutputStream
b64out
= new Base64OutputStream(out, Base64.DEFAULT);
local
58
IOUtils.copyLarge(mSource,
b64out
);
/packages/services/Telephony/src/com/android/phone/common/mail/
Base64Body.java
56
final Base64OutputStream
b64out
= new Base64OutputStream(out, Base64.DEFAULT);
local
57
IOUtils.copyLarge(mSource,
b64out
);
Completed in 1041 milliseconds