Searched defs:getDataLength (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java132 public int getDataLength() { method in class:Icon
134 throw new IllegalStateException("called getDataLength() on " + this);
333 BitmapFactory.decodeByteArray(getDataBytes(), getDataOffset(), getDataLength())
423 dataStream.writeInt(getDataLength());
424 dataStream.write(getDataBytes(), getDataOffset(), getDataLength());
494 return getDataLength() == otherIcon.getDataLength()
695 sb.append(" len=").append(getDataLength());
779 dest.writeInt(getDataLength());
780 dest.writeBlob(getDataBytes(), getDataOffset(), getDataLength());
[all...]
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPart.java163 public int getDataLength() { method in class:PduPart

Completed in 401 milliseconds