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

/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp168 getIdentifier().c_str(),
169 pSource.getIdentifier().c_str(),
200 const std::string &Source::getIdentifier() const { function in class:bcc::Source
/frameworks/base/core/java/android/os/
H A DUserHandle.java169 public int getIdentifier() { method in class:UserHandle
/frameworks/base/include/androidfw/
H A DInputDevice.h74 inline const InputDeviceIdentifier& getIdentifier() const { return mIdentifier; } function in class:android::InputDeviceInfo
/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/base/core/java/android/content/res/
H A DResources.java1042 * See getIdentifier() for information on how names are mapped to resource
1050 * getIdentifier() with a default type of "string".
1062 int id = getIdentifier(name, "string", null);
1633 public int getIdentifier(String name, String defType, String defPackage) { method in class:Resources

Completed in 829 milliseconds