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

/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java188 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/av/media/libaaudio/src/core/
H A DAAudioStreamParameters.h99 aaudio_content_type_t getContentType() const { function in class:aaudio::AAudioStreamParameters
H A DAudioStream.h229 aaudio_content_type_t getContentType() const { function in class:aaudio::AudioStream
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioArgsParser.h156 aaudio_content_type_t getContentType() const { function in class:AAudioParameters
422 getContentType(), s_getContentType(stream));
/frameworks/base/media/java/android/media/
H A DAudioAttributes.java390 public int getContentType() { method in class:AudioAttributes
/frameworks/support/media/src/main/java/androidx/media/
H A DAudioAttributesCompat.java343 public int getContentType() { method in class:AudioAttributesCompat
347 return mAudioAttributesWrapper.unwrap().getContentType();
832 return ((mContentType == that.getContentType())

Completed in 40 milliseconds