Home
last modified time | relevance | path

Searched defs:findObject (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DBots.java99 protected UiObject findObject(String resourceId) { in findObject() method in Bots.BaseBot
104 protected UiObject findObject(String parentResourceId, String childResourceId) { in findObject() method in Bots.BaseBot
/aosp12/system/libhwbinder/
H A DBinder.cpp173 void* BHwBinder::findObject(const void* objectID) const in findObject() function in android::hardware::BHwBinder
H A DBpHwBinder.cpp249 void* BpHwBinder::findObject(const void* objectID) const in findObject() function in android::hardware::BpHwBinder
/aosp12/frameworks/native/libs/binder/
H A DBinder.cpp247 void* BBinder::findObject(const void* objectID) const in findObject() function in android::BBinder
H A DBpBinder.cpp431 void* BpBinder::findObject(const void* objectID) const in findObject() function in android::BpBinder
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp369 bool AMessage::findObject(const char *name, sp<RefBase> *obj) const { in findObject() function in android::AMessage
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java2298 Object findObject(int key) { in findObject() method in NfcService