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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java129 public int getDataLength() { method in class:Icon
131 throw new IllegalStateException("called getDataLength() on " + this);
326 BitmapFactory.decodeByteArray(getDataBytes(), getDataOffset(), getDataLength())
415 dataStream.writeInt(getDataLength());
416 dataStream.write(getDataBytes(), getDataOffset(), getDataLength());
483 return getDataLength() == otherIcon.getDataLength()
669 sb.append(" len=").append(getDataLength());
751 dest.writeInt(getDataLength());
752 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 356 milliseconds