Searched defs:setType (Results 1 - 25 of 36) sorted by last modified time

12

/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java418 * @see Intent#setType(String)
420 public IntentBuilder setType(String mimeType) { method in class:ShareCompat.IntentBuilder
421 mIntent.setType(mimeType);
/frameworks/rs/
H A DrsAllocation.h218 void setType(const Type *t) { function in class:android::renderscript::Allocation
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUUSInfo.java89 public void setType(int uusType) { method in class:UUSInfo
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java49 public void setType(CType ftype) { method in class:CFunc
138 cfunc.setType(ftype);
H A DJFunc.java52 public void setType(JType ftype) { method in class:JFunc
125 jfunc.setType(JType.convert(cfunc.getType(), false));
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp29 void Daltonizer::setType(Daltonizer::ColorBlindnessTypes type) { function in class:android::Daltonizer
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java104 public BluetoothMapBmessage setType(Type type) { method in class:BluetoothMapBmessage
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h130 void setType(uint32_t type) { m_Type = type; } function in class:mcld::LDSection
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h71 void setType(unsigned int pType) { m_Type = pType; } function in class:mcld::Input
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h52 void setType(Type pType) { m_Type = pType; } function in struct:mcld::OutputSectDesc::Prolog
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h54 void setType(FileType v) { m_Value = v; } function in class:mcld::sys::fs::FileStatus
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h47 void setType(unsigned int pType) { m_Type = pType; } function in class:mcld::ELFAttributeValue
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp126 void Relocation::setType(Type pType) { function in class:mcld::Relocation
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp91 void ResolveInfo::setType(uint32_t pType) { function in class:mcld::ResolveInfo
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphOutputTarget.java21 public void setType(FrameType type) { method in class:GraphOutputTarget
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DHumanInteractionClassifier.java113 public void setType(int type) { method in class:HumanInteractionClassifier
198 setType(Classifier.GENERIC);
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java252 setType(mType);
265 setType(mType);
276 public void setType(int type) { method in class:RingtoneManager
/frameworks/base/libs/hwui/
H A DRenderProperties.h70 bool setType(LayerType type) { function in class:android::uirenderer::LayerProperties
/frameworks/base/location/java/android/location/
H A DGnssNavigationMessage.java182 public void setType(@GnssNavigationMessageType int value) { method in class:GnssNavigationMessage
374 navigationMessage.setType(parcel.readInt());
H A DGpsClock.java109 public void setType(byte value) { method in class:GpsClock
482 setType(TYPE_UNKNOWN);
H A DGpsNavigationMessage.java121 public void setType(byte value) { method in class:GpsNavigationMessage
252 navigationMessage.setType(parcel.readByte());
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java137 public void setType(int type) { method in class:BaseSurfaceHolder
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp65 jmethodID setType; member in struct:__anon876::SensorOffsets
103 sensorOffsets.setType = _env->GetMethodID(sensorClass, "setType", "(I)Z");
196 if (env->CallBooleanMethod(sensor, sensorOffsets.setType, nativeSensor.getType())

Completed in 9540 milliseconds

12