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

12345678910

/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 DStream.h46 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
/frameworks/base/core/java/android/net/
H A DLocalSocketAddress.java87 public String getName() method in class:LocalSocketAddress
/frameworks/base/legacy-test/src/junit/framework/
H A DTestCase.java196 return getName() + "(" + getClass().getName() + ")";
202 public String getName() { method in class:TestCase
/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/packages/EasterEgg/src/com/android/egg/neko/
H A DFood.java46 public String getName(Context context) { method in class:Food
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DNodeAttribute.java14 public String getName() { method in class:NodeAttribute
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
H A DPrintServicePlugin.java54 @StringRes int getName(); method in interface:PrintServicePlugin
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DInjectedField.java42 public String getName() { method in class:InjectedField
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/av/include/media/stagefright/foundation/
H A DALooper.h57 const char *getName() const { function in struct:android::ALooper
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DALooper.h57 const char *getName() const { function in struct:android::ALooper
/frameworks/av/media/libstagefright/include/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/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothInstrumentation.java69 } else if ("getName".equals(command)) {
70 getName();
95 public void getName() { method in class:BluetoothInstrumentation
96 String name = getBluetoothAdapter().getName();

Completed in 477 milliseconds

12345678910