Searched refs:getType (Results 26 - 50 of 459) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequestParcelable.java96 int getType() { method in class:GeofenceHardwareRequestParcelable
97 return mRequest.getType();
114 builder.append(mRequest.getType());
176 parcel.writeInt(getType());
/frameworks/base/media/java/android/media/
H A DMediaSyncEvent.java99 public int getType() { method in class:MediaSyncEvent
/frameworks/base/obex/javax/obex/
H A DOperation.java55 * <code>getType()</code> will return the value specified in the OBEX Type
168 String getType(); method in interface:Operation
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DNodeAttribute.java22 public String getType() { method in class:NodeAttribute
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUUSInfo.java85 public int getType() { method in class:UUSInfo
/frameworks/rs/driver/
H A DrsdFrameBuffer.cpp83 fbo->setDimensions(fb->mHal.state.colorTargets[0]->getType()->getDimX(),
84 fb->mHal.state.colorTargets[0]->getType()->getDimY());
86 fbo->setDimensions(fb->mHal.state.depthTarget->getType()->getDimX(),
87 fb->mHal.state.depthTarget->getType()->getDimY());
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DArtistic1.java27 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
H A DResize.java33 mWidth = mInPixelsAllocation.getType().getX();
34 mHeight = mInPixelsAllocation.getType().getY();
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntry.h69 virtual TagType getType() const = 0;
121 return forceValidType<T>(getType(), value);
H A DTiffEntryImpl.h46 TagType getType() const;
86 TagType TiffEntryImpl<T>::getType() const {
105 if (getType() == RATIONAL || getType() == SRATIONAL) {
135 if (getType() == RATIONAL || getType() == SRATIONAL) {
161 if (getType() == RATIONAL || getType() == SRATIONAL) {
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableBoolean.java62 return (Boolean.class.equals(managedType.getType())
63 || boolean.class.equals(managedType.getType())) && nativeType == TYPE_BYTE;
H A DMarshalQueryableNativeByteToInteger.java65 return (Integer.class.equals(managedType.getType())
66 || int.class.equals(managedType.getType())) && nativeType == TYPE_BYTE;
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DReplaceMethodCallsAdapter.java56 private static final Type STRING = Type.getType(String.class);
80 Type.getMethodDescriptor(STRING, Type.getType(Locale.class));
102 Type.getType(Locale.class), STRING);
104 Type.getMethodDescriptor(Type.getType(Locale.class));
141 Type.getMethodDescriptor(Type.getType(Map.Entry.class));
156 Type.getType(Map.Entry.class), Type.getType(LinkedHashMap.class));
171 Type.getMethodDescriptor(Type.getType(ClassLoader.class));
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DConvolve3x3.java44 mWidth = mInPixelsAllocation.getType().getX();
45 mHeight = mInPixelsAllocation.getType().getY();
/frameworks/support/v4/api21/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompatApi21.java36 public static int getType(Object info) { method in class:AccessibilityWindowInfoCompatApi21
37 return ((AccessibilityWindowInfo) info).getType();
/frameworks/support/v4/java/android/support/v4/net/
H A DConnectivityManagerCompat.java46 final int type = info.getType();
116 return cm.getNetworkInfo(info.getType());
/frameworks/support/v4/java/android/support/v4/provider/
H A DSingleDocumentFile.java54 public String getType() { method in class:SingleDocumentFile
55 return DocumentsContractApi19.getType(mContext, mUri);
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompat.java31 public int getType(Object info); method in interface:AccessibilityWindowInfoCompat.AccessibilityWindowInfoImpl
58 public int getType(Object info) { method in class:AccessibilityWindowInfoCompat.AccessibilityWindowInfoStubImpl
128 public int getType(Object info) { method in class:AccessibilityWindowInfoCompat.AccessibilityWindowInfoApi21Impl
129 return AccessibilityWindowInfoCompatApi21.getType(info);
259 public int getType() { method in class:AccessibilityWindowInfoCompat
260 return IMPL.getType(mInfo);
425 builder.append(", type=").append(typeToString(getType()));
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java71 public final FrameType getType() { method in class:Frame
128 return "Frame[" + getType().toString() + "]: " + mBackingStore;
198 Frame frame = new Frame(getType(), getDimensions(), frameManager);
/frameworks/support/tests/java/android/support/v4/provider/
H A DDocumentFileTest.java190 assertEquals(null, doc.getType());
191 assertEquals("application/octet-stream", foo.getType());
192 assertEquals(null, meow.getType());
193 assertEquals("image/jpeg", cat.getType());
194 assertEquals("application/pdf", dog.getType());
195 assertEquals(null, bar.getType());
215 assertEquals("text/plain", newFile.getType());
227 assertEquals("application/octet-stream", newRaw.getType());
290 assertEquals("image/jpeg", cat.getType());
294 assertEquals("audio/aac", cat.getType());
[all...]
/frameworks/base/core/java/android/nfc/tech/
H A DNfcBarcode.java82 public int getType() { method in class:NfcBarcode
/frameworks/base/core/java/android/util/
H A DProperty.java59 * A constructor that takes an identifying name and {@link #getType() type} for the property.
103 public Class<V> getType() { method in class:Property
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledProvider.java39 public String getType(Uri uri) { method in class:DisabledProvider
H A DEnabledProvider.java39 public String getType(Uri uri) { method in class:EnabledProvider
/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
H A DTestProvider.java39 public String getType(Uri uri) { method in class:TestProvider

Completed in 592 milliseconds

1234567891011>>