Searched refs:getType (Results 276 - 300 of 513) sorted by relevance

<<11121314151617181920>>

/frameworks/base/location/java/android/location/
H A DGpsNavigationMessage.java114 public byte getType() { method in class:GpsNavigationMessage
180 * If required by {@link #getType()}, this value contains a sub-index within the current message
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioMix.java314 mDeviceSystemType = AudioDeviceInfo.convertDeviceTypeToInternalDevice(device.getType());
/frameworks/base/media/java/android/media/tv/
H A DTvInputHardwareInfo.java80 public int getType() { method in class:TvInputHardwareInfo
/frameworks/base/native/android/
H A Dsensor.cpp177 return static_cast<Sensor const*>(sensor)->getType();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentClipper.java153 mimeTypes.add(resolver.getType(uri));
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java72 public String getType(Uri arg0) throws RemoteException { method in class:BridgeContentProvider
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSEmbedInfo.cpp172 new llvm::GlobalVariable(M, Init->getType(), true,
H A DRSX86TranslateGEPPass.cpp120 Int8PtrGEP, GEP->getType(), "to.orig.geptype", GEP);
/frameworks/compile/slang/
H A Dslang_rs_special_kernel_param.cpp117 const clang::QualType Type = PVD->getType();
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java53 public CType getType() { method in class:CFunc
/frameworks/native/services/sensorservice/
H A DSensorList.cpp133 s.getType(),
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapEventReport.java131 public Type getType() { method in class:BluetoothMapEventReport
H A DBluetoothMapMessage.java271 public Type getType() { method in class:BluetoothMapMessage
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DVenueNameElement.java55 public VenueType getType() { method in class:VenueNameElement
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java43 public String getType(Uri uri) { method in class:SampleProvider
/frameworks/rs/
H A DrsType.h114 static Type* getType(Context *rsc, const Element *e,
H A DrsAllocation.cpp423 writePackedData(rsc, getType(), dst, src, true);
428 uint32_t paddedBytes = getType()->getElement()->getSizeBytes();
429 uint32_t unpaddedBytes = getType()->getElement()->getSizeBytesUnpadded();
435 writePackedData(rsc, getType(), dst, src, false);
686 const Type *type0 = this->getType(),
687 *type1 = other->getType();
718 const Type * t = a->getType();
756 const Type * t = a->getType();
/frameworks/support/documents-archive/tests/src/android/support/provider/
H A DIntegrationTest.java124 assertEquals("text/plain", mContext.getContentResolver().getType(
/frameworks/support/v4/java/android/support/v4/provider/
H A DRawDocumentFile.java73 public String getType() { method in class:RawDocumentFile
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java251 return (mCm.getActiveNetworkInfo().getType() == ConnectivityManager.TYPE_MOBILE);
256 return (mCm.getActiveNetworkInfo().getType() == ConnectivityManager.TYPE_WIFI);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java117 if (icon1.getType() != android.graphics.drawable.Icon.TYPE_RESOURCE
118 || icon2.getType() != android.graphics.drawable.Icon.TYPE_RESOURCE) {
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java135 null : ConnectivityManager.getNetworkTypeName(egressInfo.getType());
151 final int egressType = egressInfo.getType();
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp98 ASSERT_EQ(AINPUT_EVENT_TYPE_KEY, event->getType())
182 ASSERT_EQ(AINPUT_EVENT_TYPE_MOTION, event->getType())
/frameworks/rs/api/
H A DGenerateHeaderFiles.cpp128 const Type* type = spec.getType();
357 Type* type = spec->getType();
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DScriptGroupTestActivity.java193 mBitmapOut = Bitmap.createBitmap(mInPixelsAllocation.getType().getX(),
194 mInPixelsAllocation.getType().getY(),

Completed in 691 milliseconds

<<11121314151617181920>>