Searched refs:encode (Results 76 - 91 of 91) sorted by relevance

1234

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java209 * Returns null on encode error.
240 * Returns null on encode error.
277 * Returns null on encode error.
365 * Calculate the number of septets needed to encode the message.
367 * @param messageBody the message to encode
798 byte[] encodedBearerData = BearerData.encode(bearerData);
H A DBearerData.java39 * An object to encode and decode CDMA SMS bearer data.
511 throw new CodingException("cannot ASCII encode (" + msg.charAt(i) + ")");
519 throw new CodingException("7bit ASCII encode failed: " + ex);
529 throw new CodingException("UTF-16 encode failed: " + ex);
556 * access to the main bitwise stream from encode/decode.
565 throw new CodingException("7bit GSM encode failed: " + ex);
625 throw new CodingException("Shift-JIS encode failed: " + ex);
889 public static byte[] encode(BearerData bData) { method in class:BearerData
946 Rlog.e(LOG_TAG, "BearerData encode failed: " + ex);
948 Rlog.e(LOG_TAG, "BearerData encode faile
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java814 Log.e(LOG_TAG, "Failed to encode: charset=" + targetCharset);
838 final ByteBuffer byteBuffer = charset.encode(originalString);
846 Log.e(LOG_TAG, "Failed to encode: charset=" + targetCharset);
H A DVCardBuilder.java1090 // This looks inefficient since we encode rawLocality and rawNeighborhood twice,
1315 final String photoString = new String(Base64.encode(data, Base64.NO_WRAP));
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1041 final char[] hexEncoded = HexEncoding.encode(combined);
/frameworks/base/core/java/android/view/
H A DViewDebug.java840 * Rather than using reflection, it uses View's encode method to obtain all the properties.
853 view.encode(encoder);
H A DViewGroup.java7593 void encode(@NonNull ViewHierarchyEncoder encoder) { method in class:ViewGroup.LayoutParams
8482 getChildAt(i).encode(encoder);
H A DView.java26127 public void encode(@NonNull ViewHierarchyEncoder stream) { method in class:View
26163 layoutParams.encode(stream);
26237 theme.encode(stream);
/frameworks/base/core/java/android/widget/
H A DSearchView.java1735 data = data + "/" + Uri.encode(id);
H A DAbsListView.java7212 selectedView.encode(encoder);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java1060 return statusLine.encode();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1672 data = data + "/" + Uri.encode(id);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java267 String newPassword = String.valueOf(HexEncoding.encode(randomLockSeed));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java2424 encoded = URLEncoder.encode(new JSONObject(values).toString(), "UTF-8");
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 461 milliseconds

1234