Searched refs:getType (Results 176 - 200 of 404) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/os/
H A DPatternMatcher.java60 public final int getType() { method in class:PatternMatcher
/frameworks/base/core/java/android/provider/
H A DSearchIndexablesProvider.java152 public String getType(Uri uri) { method in class:SearchIndexablesProvider
/frameworks/base/core/java/android/test/
H A DAndroidTestCase.java160 if (!field.getType().isPrimitive() &&
/frameworks/base/core/java/android/util/
H A DReflectiveProperty.java63 Class fieldType = mField.getType();
/frameworks/base/libs/hwui/
H A DSkiaShader.h51 static SkiaShaderType getType(const SkShader& shader);
H A DMatrix.h135 uint8_t getType() const;
146 if ((getType() & sGeometryMask) <= kTypeTranslate) {
/frameworks/base/location/java/android/location/
H A DGeofence.java61 public int getType() { method in class:Geofence
/frameworks/base/media/java/android/media/tv/
H A DTvStreamConfig.java74 public int getType() { method in class:TvStreamConfig
/frameworks/base/test-runner/src/android/test/mock/
H A DMockIContentProvider.java54 public String getType(Uri url) { method in class:MockIContentProvider
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameQueue.java142 public FrameType getType() { method in class:FrameQueue
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerProvider.java94 public String getType(Uri uri) { method in class:TrackerProvider
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java107 return mItems.get(position).getType();
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSEmbedInfo.cpp122 new llvm::GlobalVariable(M, Init->getType(), true,
/frameworks/native/libs/gui/
H A DSensorManager.cpp132 if (mSensorList[i]->getType() == type &&
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java53 public CType getType() { method in class:CFunc
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java100 public Type getType() { method in class:BluetoothMapBmessage
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h61 word_t getType() const { function in class:ELFSectionHeader_CRTP
/frameworks/base/tools/aapt/
H A DXMLNode.cpp652 XMLNode::type XMLNode::getType() const
747 if (getType() == XMLNode::TYPE_ELEMENT
767 if (child->getType() == XMLNode::TYPE_ELEMENT
779 if (getType() == TYPE_CDATA) {
790 if (getType() == TYPE_CDATA) {
802 if (getType() == TYPE_CDATA) {
821 if (getType() == TYPE_CDATA) {
864 if (getType() != TYPE_CDATA) {
907 if (node->getType() == TYPE_CDATA) {
954 if (getType()
[all...]
/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp129 output.appendFormat("[id: %x, type: %d, count: %u, value: '", getTag(), getType(), count);
136 TagType type = getType();
/frameworks/base/core/java/android/animation/
H A DKeyframeSet.java176 public Class getType() { method in class:KeyframeSet
177 return mFirstKeyframe.getType();
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java83 public Type getType() { method in class:TypeReference
363 toString(getType(), builder);
/frameworks/base/core/java/android/net/
H A DRouteInfo.java311 public int getType() { method in class:RouteInfo
441 mType == target.getType();
/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java221 public int getType(int column) { method in class:SortCursor
222 return mCursor.getType(column);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java93 assertEquals("active network is not mobile", ConnectivityManager.TYPE_MOBILE, ni.getType());
334 extraNetInfo.getType());
/frameworks/base/keystore/java/android/security/
H A DCredentials.java152 if (o.getType().equals("CERTIFICATE")) {
156 throw new IllegalArgumentException("Unknown type " + o.getType());

Completed in 1552 milliseconds

1234567891011>>