Searched defs:getIdentifier (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DElement.h63 const Key &getIdentifier() const { return mIdentifier; } function in class:android::audio_policy::Element
H A DInputSource.h60 audio_source_t getIdentifier() const { return mIdentifier; } function in class:android::audio_policy::Element
H A DStrategy.h60 routing_strategy getIdentifier() const { return mIdentifier; } function in class:android::audio_policy::Element
H A DUsage.h60 audio_usage_t getIdentifier() const { return mIdentifier; } function in class:android::audio_policy::Element
H A DStream.h69 audio_stream_type_t getIdentifier() const { return mIdentifier; } function in class:android::audio_policy::Element
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DPartner.java85 final int partnerId = partner.getIdentifier(name, type);
157 public int getIdentifier(String name, String defType) { method in class:Partner
158 return mResources.getIdentifier(name, defType, mPackageName);
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp147 getIdentifier().c_str(), pSource.getIdentifier().c_str());
172 const std::string &Source::getIdentifier() const { function in class:bcc::Source
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DPartnerTest.java140 public int getIdentifier(String name, String defType, String defPackage) { method in class:PartnerTest.TestResources
/frameworks/base/core/java/android/os/
H A DUserHandle.java285 public int getIdentifier() { method in class:UserHandle
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java199 public int getIdentifier(String name, String defType, String defPackage) { method in class:MockResources
/frameworks/native/include/input/
H A DInputDevice.h82 inline const InputDeviceIdentifier& getIdentifier() const { return mIdentifier; } function in class:android::InputDeviceInfo
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DResourcesWrapper.java246 public int getIdentifier(String name, String defType, String defPackage) { method in class:ResourcesWrapper
247 return mResources.getIdentifier(name, defType, defPackage);
/frameworks/base/core/java/android/view/
H A DInputDevice.java496 public InputDeviceIdentifier getIdentifier() { method in class:InputDevice
/frameworks/base/core/java/android/content/res/
H A DResources.java1379 * See getIdentifier() for information on how names are mapped to resource
1387 * getIdentifier() with a default type of "string".
1399 int id = getIdentifier(name, "string", null);
2197 public int getIdentifier(String name, String defType, String defPackage) { method in class:Resources

Completed in 403 milliseconds