Searched defs:getType (Results 101 - 125 of 145) sorted by relevance

123456

/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java207 public int getType() { method in class:ContentProviderOperation
H A DRestrictionEntry.java183 public int getType() { method in class:RestrictionEntry
H A DContentProvider.java72 * <li>{@link #getType} which returns the MIME type of data in the content provider</li>
220 public String getType(Uri uri) { method in class:ContentProvider.Transport
223 return ContentProvider.this.getType(uri);
635 * {@link #getType(Uri)} or {@link #getStreamTypes(Uri, String)} requests.
987 public abstract String getType(Uri uri); method in class:ContentProvider
1164 * <p class="note">For use in Intents, you will want to implement {@link #getType}
1191 * @see #getType(android.net.Uri)
1227 * <p class="note">For use in Intents, you will want to implement {@link #getType}
1261 * @see #getType(android.net.Uri)
1292 * <p class="note">For use in Intents, you will want to implement {@link #getType}
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkInfo.java176 public int getType() { method in class:NetworkInfo
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java621 public byte[] getType() { method in class:NdefRecord
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java103 public int getType() { method in class:AccessibilityWindowInfo
/frameworks/base/libs/hwui/
H A DMatrix.cpp75 uint8_t Matrix4::getType() const { function in class:android::uirenderer::Matrix4
119 return getType() & sGeometryMask;
123 return getType() & kTypeRectToRect;
131 return getType() & (kTypeScale | kTypeAffine | kTypePerspective);
149 return getType() & kTypePerspective;
159 mType = v.getType();
180 // However, SkMatrix::getType() does not return the flag
183 mType = v.getType();
488 ALOGD("%s[simple=%d, type=0x%x", label ? label : "Matrix4", isSimple(), getType());
H A DSkiaShader.cpp87 SkiaShaderType SkiaShader::getType(const SkShader& shader) { function in class:android::uirenderer::SkiaShader
110 const SkiaShaderType shaderAType = getType(*rec.fShaderA);
111 const SkiaShaderType shaderBType = getType(*rec.fShaderB);
152 gDescribeProc[getType(shader)](caches, description, extensions, shader);
158 gSetupProgramProc[getType(shader)](caches, modelViewMatrix, textureUnit, extensions, shader);
445 if (SkiaShader::getType(*rec.fShaderA) == kBitmap_SkiaShaderType) {
/frameworks/base/location/java/android/location/
H A DGpsClock.java104 public byte getType() { method in class:GpsClock
180 * {@link #getType()} defines the time reported.
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsProvider.java197 public String getType(Uri uri) { method in class:RecentsProvider
/frameworks/base/rs/java/android/renderscript/
H A DScript.java395 public Type getType() { method in class:Script.FieldBase
396 return mAllocation.getType();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java72 public FrameType getType() { method in class:FrameManager.FrameSlot
H A DBackingStore.java349 public abstract int getType(); method in class:BackingStore.Backing
435 switch (backing.getType()) {
456 public int getType() { method in class:BackingStore.ObjectBacking
543 public int getType() { method in class:BackingStore.BitmapBacking
647 public int getType() { method in class:BackingStore.TextureBacking
774 public int getType() { method in class:BackingStore.ByteBufferBacking
884 public int getType() { method in class:BackingStore.AllocationBacking
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java255 public String getType() { method in class:SimpleSessionDescription.Media
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java453 public Type getType() { method in class:Script.FieldBase
454 return mAllocation.getType();
H A DAllocation.java319 public Type getType() { method in class:Allocation
628 if (!mType.equals(a.getType())) {
/frameworks/base/core/java/android/database/
H A DAbstractCursor.java91 public int getType(int column) { method in class:AbstractCursor
H A DCursorWindow.java286 * @deprecated Use {@link #getType(int, int)} instead.
290 return getType(row, column) == Cursor.FIELD_TYPE_NULL;
301 * @deprecated Use {@link #getType(int, int)} instead.
305 int type = getType(row, column);
316 * @deprecated Use {@link #getType(int, int)} instead.
320 return getType(row, column) == Cursor.FIELD_TYPE_INTEGER;
330 * @deprecated Use {@link #getType(int, int)} instead.
334 return getType(row, column) == Cursor.FIELD_TYPE_FLOAT;
345 * @deprecated Use {@link #getType(int, int)} instead.
349 int type = getType(ro
370 public int getType(int row, int column) { method in class:CursorWindow
[all...]
/frameworks/base/core/java/android/hardware/
H A DSensor.java669 public int getType() { method in class:Sensor
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java207 public final Class<T> getType() { method in class:CameraMetadataNative.Key
/frameworks/base/core/java/android/view/
H A DDisplay.java363 public int getType() { method in class:Display
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java202 int inputType = sHardwareTypeToTvInputType.get(hardwareInfo.getType(), TYPE_TUNER);
357 public int getType() { method in class:TvInputInfo
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java723 * @see Intent#getType()
725 public String getType() { method in class:ShareCompat.IntentReader
726 return mIntent.getType();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java709 public int getType() { method in class:BluetoothDevice
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java692 public Type getType() { return type; } method in class:AbstractMessageParser.Token
702 info.add(getType().toString());
1251 switch (token.getType()) {
1315 throw new AssertionError("unknown token type: " + token.getType());
1437 public String getType(boolean isSend) { method in class:AbstractMessageParser.Part

Completed in 288 milliseconds

123456