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

/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp153 getIdentifier().c_str(),
154 pSource.getIdentifier().c_str(),
185 const std::string &Source::getIdentifier() const { function in class:bcc::Source
/frameworks/base/core/java/android/os/
H A DUserHandle.java262 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.h81 inline const InputDeviceIdentifier& getIdentifier() const { return mIdentifier; } function in class:android::InputDeviceInfo
/frameworks/base/core/java/android/view/
H A DInputDevice.java463 public InputDeviceIdentifier getIdentifier() { method in class:InputDevice
/frameworks/base/core/java/android/content/res/
H A DResources.java1261 * See getIdentifier() for information on how names are mapped to resource
1269 * getIdentifier() with a default type of "string".
1281 int id = getIdentifier(name, "string", null);
1988 public int getIdentifier(String name, String defType, String defPackage) { method in class:Resources

Completed in 246 milliseconds