Searched defs:getType (Results 1 - 25 of 56) sorted by relevance

123

/frameworks/base/media/libdrm/mobile2/src/rights/
H A DOperationPermission.cpp45 OperationPermission::OPERATION OperationPermission::getType() const function in class:OperationPermission
/frameworks/base/vpn/java/android/net/vpn/
H A DL2tpIpsecPskProfile.java31 public VpnType getType() { method in class:L2tpIpsecPskProfile
H A DPptpProfile.java30 public VpnType getType() { method in class:PptpProfile
H A DL2tpIpsecProfile.java32 public VpnType getType() { method in class:L2tpIpsecProfile
H A DL2tpProfile.java32 public VpnType getType() { method in class:L2tpProfile
/frameworks/base/awt/java/awt/
H A DGraphicsDevice.java101 public abstract int getType(); method in class:GraphicsDevice
/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/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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DResourceValue.java40 public String getType() { method in class:ResourceValue
/frameworks/base/awt/java/awt/font/
H A DGlyphMetrics.java204 public int getType() { method in class:GlyphMetrics
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java52 /** see {@link ContentProvider#getType} */
53 public String getType(Uri url) throws RemoteException { method in class:ContentProviderClient
54 return mContentProvider.getType(url);
H A DIContentProvider.java48 public String getType(Uri url) throws RemoteException; method in interface:IContentProvider
/frameworks/base/core/java/android/os/
H A DPatternMatcher.java60 public final int getType() { method in class:PatternMatcher
/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java86 public String getType(Uri url) { method in class:SuggestionProvider
/frameworks/base/libs/rs/
H A DrsAllocation.h48 const Type * getType() const {return mType.get();} function in class:android::renderscript::Allocation
H A DrsComponent.h43 RsDataType getType() const {return mType;} function in class:android::renderscript::Component
H A DrsElement.h53 RsDataType getType() const {return mComponent.getType();} function in class:android::renderscript::Element
/frameworks/base/media/libdrm/mobile2/src/dcf/
H A DDrmDcfCommon.cpp115 uint32_t Box::getType(void) const function in class:Box
/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java65 public static int getType(Bitmap bitmap) { method in class:GLUtils
67 throw new NullPointerException("getType can't be used with a null Bitmap");
177 int type = getType(bitmap);
/frameworks/base/opengl/tools/glgen/src/
H A DCFunc.java52 public CType getType() { method in class:CFunc
H A DJFunc.java56 public JType getType() { method in class:JFunc
125 jfunc.setType(JType.convert(cfunc.getType(), false));
/frameworks/base/core/java/android/hardware/
H A DSensor.java112 public int getType() { method in class:Sensor
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java118 public String getType(Uri url) { method in class:LocalProvider
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java124 public String getType(Uri url) { method in class:MemoryFileProvider

Completed in 272 milliseconds

123