Searched refs:getDataType (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java72 return mName.equals(config.getName()) && mDataType == config.getDataType()
104 public int getDataType() { method in class:BluetoothHealthAppConfiguration
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_element.java98 _RS_ASSERT("simpleElem.getDataType() == FLOAT_32",
99 simpleElem.getDataType() == DataType.FLOAT_32);
105 _RS_ASSERT("complexElemsimpleElem.getDataType() == NONE",
106 complexElem.getDataType() == DataType.NONE);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_element.java100 _RS_ASSERT("simpleElem.getDataType() == FLOAT_32",
101 simpleElem.getDataType() == DataType.FLOAT_32);
107 _RS_ASSERT("complexElemsimpleElem.getDataType() == NONE",
108 complexElem.getDataType() == DataType.NONE);
/frameworks/base/core/java/android/app/backup/
H A DRestoreDescription.java74 public int getDataType() { method in class:RestoreDescription
/frameworks/av/media/mtp/
H A DMtpProperty.h87 MtpDataType getDataType() const { return mType; } function in class:android::MtpProperty
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifReader.java66 if (tag.getDataType() == ExifTag.TYPE_UNDEFINED) {
H A DExifModifier.java114 || newTag.getDataType() != oldTag.getDataType()) {
153 switch (tag.getDataType()) {
H A DExifParser.java55 * if (tag.getDataType() != ExifTag.TYPE_UNDEFINED) {
344 if (mTag.getDataType() != ExifTag.TYPE_UNDEFINED) {
620 if (tag.getDataType() == ExifTag.TYPE_UNSIGNED_SHORT) {
647 short type = tag.getDataType();
679 switch (tag.getDataType()) {
H A DExifTag.java189 public short getDataType() { method in class:ExifTag
197 return getComponentCount() * getElementSize(getDataType());
H A DExifOutputStream.java287 dataOutputStream.writeShort(tag.getDataType());
482 switch (tag.getDataType()) {
H A DExifInterface.java1461 * @see ExifTag#getDataType()
1626 * @param tagType the type of the tag (see {@link ExifTag#getDataType()}).
1699 short type = tag.getDataType();
/frameworks/layoutlib/bridge/src/android/graphics/
H A DBlendComposite.java134 if (src.getSampleModel().getDataType() != DataBuffer.TYPE_INT ||
135 dstIn.getSampleModel().getDataType() != DataBuffer.TYPE_INT ||
136 dstOut.getSampleModel().getDataType() != DataBuffer.TYPE_INT) {
/frameworks/base/core/java/android/os/health/
H A DHealthKeys.java135 public String getDataType() { method in class:HealthKeys.Constants
H A DHealthStats.java192 public String getDataType() { method in class:HealthStats
H A DHealthStatsWriter.java58 * The "getDataType()" of the resulting HealthStats object will be the
167 out.writeString(mConstants.getDataType());
/frameworks/rs/cpp/
H A DAllocation.cpp77 RsDataType dt = mType->getElement()->getDataType();
85 RsDataType dt = mType->getElement()->getDataType();
93 RsDataType dt = mType->getElement()->getDataType();
101 RsDataType dt = mType->getElement()->getDataType();
109 RsDataType dt = mType->getElement()->getDataType();
117 RsDataType dt = mType->getElement()->getDataType();
125 RsDataType dt = mType->getElement()->getDataType();
H A DrsCppStructs.h974 RsDataType getDataType() const { function in class:android::RSC::Element
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java280 private static final String getDataType(int dataType) { method in class:DemoModeController
299 intent.putExtra("datatype", getDataType(mMobileDataType));
/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DPerformUnifiedRestoreTask.java581 final int type = mRestoreDescription.getDataType();
1223 && ((mRestoreDescription.getDataType()
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp726 if (property->getDataType() != MTP_TYPE_UINT64) {
/frameworks/base/rs/java/android/renderscript/
H A DElement.java295 public DataType getDataType() { method in class:Element
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java102 if (!f2.hasExactDataType(f1.getDataType(i))) {
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java299 public DataType getDataType() { method in class:Element
/frameworks/base/core/java/android/content/
H A DIntentFilter.java823 public final String getDataType(int index) { method in class:IntentFilter
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java3393 String mimeType = tmpPa.getDataType(idata);

Completed in 554 milliseconds

12