Searched defs:getContentType (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java185 public int getContentType() { method in class:PrintDocumentInfo
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java110 public String getContentType(Cursor cursor) { method in class:PhotoPagerAdapter
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DRetrieveConf.java82 public byte[] getContentType() { method in class:RetrieveConf
H A DSendReq.java154 public byte[] getContentType() { method in class:SendReq
H A DPduPart.java320 public byte[] getContentType() { method in class:PduPart
/frameworks/base/media/java/android/media/
H A DAudioAttributes.java354 public int getContentType() { method in class:AudioAttributes
/frameworks/support/media-compat/java/android/support/v4/media/
H A DAudioAttributesCompat.java331 public int getContentType() { method in class:AudioAttributesCompat
335 return mAudioAttributesWrapper.unwrap().getContentType();
770 return ((mContentType == that.getContentType())

Completed in 2061 milliseconds