Searched defs:getIdentifier (Results 1 - 18 of 18) 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 DStream.h61 audio_stream_type_t 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
/frameworks/base/core/java/android/provider/
H A DFontRequest.java111 public String getIdentifier() { method in class:FontRequest
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DPartner.java91 final int partnerId = partner.getIdentifier(name, type);
176 public int getIdentifier(String name, String defType) { method in class:Partner
177 return mResources.getIdentifier(name, defType, mPackageName);
/frameworks/support/compat/java/android/support/v4/provider/
H A DFontRequest.java138 public String getIdentifier() { method in class:FontRequest
/frameworks/minikin/libs/minikin/
H A DFontLanguage.h86 uint64_t getIdentifier() const { function in namespace:minikin
/frameworks/base/core/java/android/os/
H A DUserHandle.java348 public @UserIdInt int getIdentifier() { method in class:UserHandle
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java204 public int getIdentifier(String name, String defType, String defPackage) { method in class:MockResources
/frameworks/compile/libbcc/lib/
H A DSource.cpp215 getIdentifier().c_str(), pSource.getIdentifier().c_str());
224 const std::string &Source::getIdentifier() const { function in class:bcc::Source
/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/widget/
H A DResourcesWrapper.java248 public int getIdentifier(String name, String defType, String defPackage) { method in class:ResourcesWrapper
249 return mResources.getIdentifier(name, defType, defPackage);
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java966 assertSame("should have the same user", getIdentifier(mExprModel, "user"),
967 getIdentifier(lambda.getCallbackExprModel(), "user"));
990 return getIdentifier(model, name) != null;
993 private Expr getIdentifier(ExprModel model, String name) { method in class:ExprModelTest
/frameworks/base/core/java/android/content/res/
H A DResources.java1338 * See getIdentifier() for information on how names are mapped to resource
1346 * getIdentifier() with a default type of "string".
1904 public int getIdentifier(String name, String defType, String defPackage) { method in class:Resources
1905 return mResourcesImpl.getIdentifier(name, defType, defPackage);
H A DResourcesImpl.java209 int id = getIdentifier(name, "string", null);
217 int getIdentifier(String name, String defType, String defPackage) { method in class:ResourcesImpl
/frameworks/base/core/java/android/view/
H A DInputDevice.java515 public InputDeviceIdentifier getIdentifier() { method in class:InputDevice

Completed in 512 milliseconds