Searched defs:getType (Results 76 - 100 of 100) sorted by relevance

1234

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java255 public String getType() { method in class:SimpleSessionDescription.Media
/frameworks/rs/
H A DrsElement.h102 RsDataType getType() const {return mComponent.getType();} function in class:android::renderscript::Element
/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.java298 public Type getType() { method in class:Allocation
607 if (!mType.equals(a.getType())) {
/frameworks/base/core/java/android/content/
H A DContentProvider.java72 * <li>{@link #getType} which returns the MIME type of data in the content provider</li>
204 public String getType(Uri uri) { method in class:ContentProvider.Transport
205 return ContentProvider.this.getType(uri);
765 public abstract String getType(Uri uri); method in class:ContentProvider
878 * <p class="note">For use in Intents, you will want to implement {@link #getType}
905 * @see #getType(android.net.Uri)
933 * <p class="note">For use in Intents, you will want to implement {@link #getType}
959 * @see #getType(android.net.Uri)
1024 * @see #getType(Uri)
1039 * result of {@link #getType(Ur
[all...]
H A DContentResolver.java255 public final String getType(Uri url) { method in class:ContentResolver
260 return provider.getType(url);
293 * not necessarily a superset of the type returned by {@link #getType} --
H A DIntent.java652 * <p>Input: {@link #getType} is the desired MIME type of the item to create or edit.
867 if (target.getType() != null) {
868 mimeTypes = new String[] { target.getType() };
925 * Input: {@link #getType} is the desired MIME type to retrieve. Note
999 * Input: {@link #getType} is the MIME type of the data being sent.
1031 * Input: {@link #getType} is the MIME type of the data being sent.
4162 public String getType() { method in class:Intent
4174 * @see #getType
4192 * @see #getType
4201 return resolver.getType(mDat
[all...]
/frameworks/base/core/java/android/database/
H A DAbstractCursor.java91 public int getType(int column) { method in class:AbstractCursor
H A DCursorWindow.java282 * @deprecated Use {@link #getType(int, int)} instead.
286 return getType(row, column) == Cursor.FIELD_TYPE_NULL;
297 * @deprecated Use {@link #getType(int, int)} instead.
301 int type = getType(row, column);
312 * @deprecated Use {@link #getType(int, int)} instead.
316 return getType(row, column) == Cursor.FIELD_TYPE_INTEGER;
326 * @deprecated Use {@link #getType(int, int)} instead.
330 return getType(row, column) == Cursor.FIELD_TYPE_FLOAT;
341 * @deprecated Use {@link #getType(int, int)} instead.
345 int type = getType(ro
366 public int getType(int row, int column) { method in class:CursorWindow
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java738 public String getType(Uri url) { method in class:SettingsProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java477 public AppType getType() { method in class:UiccCardApplication
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java722 * @see Intent#getType()
724 public String getType() { method in class:ShareCompat.IntentReader
725 return mIntent.getType();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java633 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
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java345 public Type getType() { method in class:Allocation
665 if (!mType.equals(a.getType())) {
/frameworks/base/include/androidfw/
H A DInput.h246 virtual int32_t getType() const = 0;
269 virtual int32_t getType() const { return AINPUT_EVENT_TYPE_KEY; } function in class:android::KeyEvent
328 virtual int32_t getType() const { return AINPUT_EVENT_TYPE_MOTION; } function in class:android::MotionEvent
/frameworks/base/tools/aapt/
H A DResourceTable.h307 type getType() const { return mType; } function in class:ResourceTable::Entry
483 sp<Type> getType(const String16& type,
524 sp<Type> getType(const String16& package,
H A DResourceTable.cpp1668 sp<Type> attr = getType(mAssetsPackage, String16("attr"), unknown);
1690 sp<Type> t = getType(package, type, sourcePos);
1965 sp<Type> t = getType(package, type, pos);
2395 sp<Type> attr = p->getType(String16("attr"), unknown);
3636 sp<ResourceTable::Type> ResourceTable::Package::getType(const String16& type, function in class:ResourceTable::Package
3769 sp<ResourceTable::Type> ResourceTable::getType(const String16& package, function in class:ResourceTable
3778 return p->getType(type, sourcePos, doSetIndex);
3789 sp<Type> t = getType(package, type, sourcePos, doSetIndex);
/frameworks/compile/slang/
H A Dslang_rs_export_type.h309 inline DataType getType() const { return mType; } function in class:slang::RSExportPrimitiveType
319 return getRSReflectionType(EPT->getType());
505 inline const RSExportType *getType() const { return mType; } function in class:slang::RSExportRecordType::Field
/frameworks/rs/cpp/
H A DrsCppStructs.h218 android::sp<const Type> getType() { function in class:android::RSC::Allocation
618 sp<const Type> getType() { function in class:android::RSC::Script::FieldBase
619 return mAllocation->getType();
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp611 static int getType(SkBitmap::Config config) function in namespace:android
646 return getType(config);
661 type = getType(config);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java382 public int getType() { method in class:VCardEntry.PhoneData
472 public int getType() { method in class:VCardEntry.EmailData
717 public int getType() { method in class:VCardEntry.PostalData
861 public int getType() { method in class:VCardEntry.OrganizationData
964 public int getType() { method in class:VCardEntry.ImData
1425 public int getType() { return mType; } method in class:VCardEntry.SipData
/frameworks/base/core/java/android/webkit/
H A DWebView.java402 public int getType() { method in class:WebView.HitTestResult
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2369 const Type* getType(size_t idx) const { function in struct:android::ResTable::Package
2399 const Type* type = pkg->getType(i);
2547 const Type* type = grp->packages[0]->getType(t);
3275 const Type* const typeConfigs = basePackage->getType(t);
3693 const Type* const typeConfigs = group->packages[0]->getType(ti);
4853 const Type* allTypes = package->getType(typeIndex);
5209 const Type* typeConfigs = pkg->getType(typeIndex);
5474 const Type* typeConfigs = pkg->getType(typeIndex);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2545 public int getType() { method in class:EditStyledText.EditStyledTextSpans.MarqueeSpan

Completed in 2301 milliseconds

1234