Searched defs:getName (Results 1 - 25 of 153) sorted by relevance

1234567

/frameworks/base/core/java/com/android/internal/util/
H A DState.java69 public String getName() { method in class:State
70 String name = getClass().getName();
H A DIState.java70 String getName(); method in interface:IState
/frameworks/av/media/libmedia/
H A DIResourceManagerClient.cpp51 virtual String8 getName() { function in class:android::BpResourceManagerClient
81 String8 ret = getName();
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DElement.h44 const std::string &getName() const { return mName; } function in class:android::audio_policy::Element
H A DInputSource.h45 const std::string &getName() const { return mName; } function in class:android::audio_policy::Element
H A DStrategy.h45 const std::string &getName() const { return mName; } function in class:android::audio_policy::Element
H A DUsage.h45 const std::string &getName() const { return mName; } function in class:android::audio_policy::Element
H A DStream.h54 const std::string &getName() const { return mName; } function in class:android::audio_policy::Element
/frameworks/base/core/java/android/net/
H A DLocalSocketAddress.java87 public String getName() method in class:LocalSocketAddress
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DEffect.java47 public abstract String getName(); method in class:Effect
H A DFilterEffect.java54 public String getName() { method in class:FilterEffect
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneGraphBase.java46 public String getName() { method in class:SceneGraphBase
52 mNameAlloc = SceneManager.getStringAsAllocation(rs, getName());
/frameworks/compile/libbcc/include/bcc/
H A DSource.h61 const std::string& getName() const { return mName; } function in class:bcc::Source
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DModelField.java28 public abstract String getName(); method in class:ModelField
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
H A DJavaField.java36 public String getName() { method in class:JavaField
37 return mField.getName();
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DUser.java24 public String getName() { method in class:User
/frameworks/native/services/inputflinger/
H A DInputApplication.h49 inline String8 getName() const { function in class:android::InputApplicationHandle
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHeaderItem.java52 public final String getName() { method in class:HeaderItem
/frameworks/av/include/media/stagefright/foundation/
H A DALooper.h57 const char *getName() const { function in struct:android::ALooper
/frameworks/base/core/java/android/util/
H A DProperty.java37 * <li>a public <code>getName()</code> method on the class which takes no arguments, plus an
39 * returned by <code>getName()</code>
85 throw new UnsupportedOperationException("Property " + getName() +" is read-only");
96 public String getName() { method in class:Property
/frameworks/compile/slang/
H A Dslang_rs_export_func.h87 inline const std::string &getName(bool mangle = true) const { function in class:slang::RSExportFunc
H A Dslang_rs_export_var.h53 inline const std::string &getName() const { return mName; } function in class:slang::RSExportVar
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DIdentifierExpr.java35 public String getName() { method in class:IdentifierExpr
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
H A DAnnotationField.java48 public String getName() { method in class:AnnotationField
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DNodeAttribute.java14 public String getName() { method in class:NodeAttribute

Completed in 768 milliseconds

1234567