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

12345678

/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java244 public int getType(int columnIndex) { method in class:MockCursor
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 DFrame.java71 public final FrameType getType() { method in class:Frame
128 return "Frame[" + getType().toString() + "]: " + mBackingStore;
198 Frame frame = new Frame(getType(), getDimensions(), frameManager);
H A DInputPort.java256 public FrameType getType() { method in class:InputPort
257 return getQueue().getType();
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java119 EntryType getType() { method in class:TrackerEntry
214 if (entry.getType() == EntryType.LOCATION_TYPE) {
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java567 // valid getType() and getName() returning a resource name.
745 public int getType(int index) { method in class:BridgeTypedArray
/frameworks/native/libs/gui/
H A DSensor.cpp327 int32_t Sensor::getType() const { function in class:android::Sensor
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp340 uint32_t Transform::getType() const { function in class:android::Transform
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java100 public Type getType() { method in class:BluetoothMapBmessage
H A DBluetoothMapMessage.java271 public Type getType() { method in class:BluetoothMapMessage
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java144 public String getType(Uri url) { method in class:IccProvider
/frameworks/rs/
H A DrsElement.h92 RsDataType getType() const {return mComponent.getType();} function in class:android::renderscript::Element
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompat.java31 int getType(Object info); method in interface:AccessibilityWindowInfoCompat.AccessibilityWindowInfoImpl
63 public int getType(Object info) { method in class:AccessibilityWindowInfoCompat.AccessibilityWindowInfoStubImpl
146 public int getType(Object info) { method in class:AccessibilityWindowInfoCompat.AccessibilityWindowInfoApi21Impl
147 return AccessibilityWindowInfoCompatApi21.getType(info);
300 public int getType() { method in class:AccessibilityWindowInfoCompat
301 return IMPL.getType(mInfo);
485 builder.append(", type=").append(typeToString(getType()));
/frameworks/support/core-utils/java/android/support/v4/content/
H A DFileProvider.java472 public String getType(Uri uri) { method in class:FileProvider
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/
H A DCard.java61 public Card.Type getType() { method in class:Card
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/
H A DCard.java61 public Card.Type getType() { method in class:Card
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java185 public int getType(int index) { method in class:TintTypedArray
187 return mWrapped.getType(index);
/frameworks/av/media/libstagefright/
H A DHevcUtils.cpp109 if (getType(i) == type) {
116 uint8_t HevcParameterSets::getType(size_t index) { function in class:android::HevcParameterSets
374 if (getType(j) != type) {
448 if (getType(j) != type) {
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java221 public int getType() { method in class:ContentProviderOperation
H A DRestrictionEntry.java210 if (restriction.getType() != TYPE_BUNDLE) {
257 public int getType() { method in class:RestrictionEntry
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java986 public int getType(@StyleableRes int index) { method in class:TypedArray
/frameworks/base/core/java/android/net/
H A DNetworkInfo.java169 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/provider/
H A DDocumentsProvider.java601 public final String getType(Uri uri) { method in class:DocumentsProvider
614 Log.w(TAG, "Failed during getType", e);
1017 final String baseType = getType(uri);
/frameworks/base/core/java/android/view/
H A DPointerIcon.java327 public int getType() { method in class:PointerIcon

Completed in 1040 milliseconds

12345678