Searched defs:findObject (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
H A DBaseBot.java49 UiObject2 candidate = mDevice.findObject(By.res(resourceName));
51 candidate.findObject(By.focused(true)));
55 mDevice.wait(Until.findObject(selector), mTimeout);
56 return mDevice.findObject(selector);
59 protected UiObject findObject(String resourceId) { method in class:BaseBot
61 return mDevice.findObject(object);
64 protected UiObject findObject(String parentResourceId, String childResourceId) { method in class:BaseBot
68 return mDevice.findObject(selector);
/frameworks/native/libs/binder/
H A DBinder.cpp178 void* BBinder::findObject(const void* objectID) const function in class:android::BBinder
H A DBpBinder.cpp295 void* BpBinder::findObject(const void* objectID) const function in class:android::BpBinder
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp304 bool AMessage::findObject(const char *name, sp<RefBase> *obj) const { function in class:android::AMessage
401 bool found = findObject("replyID", &tmp);

Completed in 328 milliseconds