Searched refs:findObject (Results 1 - 25 of 30) sorted by relevance

12

/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);
H A DUiBot.java157 return findObject("com.android.documentsui:id/menu_search");
161 return findObject("com.android.documentsui:id/menu_search", "android:id/search_src_text");
166 ? findObject("com.android.documentsui:id/menu_search")
167 : findObject("com.android.documentsui:id/menu_search", "android:id/search_button");
171 return findObject("android:id/action_mode_bar");
175 return findObject("android:id/content", "android:id/text1");
180 UiObject title = mDevice.findObject(selector);
186 UiObject object = findObject("android:id/content", "android:id/button1");
192 UiObject object = findObject("android:id/content", "android:id/button2");
199 return mDevice.findObject(selecto
[all...]
H A DDirectoryListBot.java105 return findObject(
133 return mDevice.wait(Until.findObject(By.text(message)), mTimeout);
137 mDevice.wait(Until.findObject(SNACK_DELETE), mTimeout);
158 return mDevice.findObject(docList.childSelector(new UiSelector().text(label)));
171 return findObject(
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java98 UiObject uiObject = mDevice.findObject(new UiSelector().text(text));
109 UiObject uiObject = mDevice.findObject(new UiSelector().resourceId(id));
179 .findObject(new UiSelector().resourceId("android:id/button_once"));
/frameworks/av/media/libstagefright/filters/
H A DRSFilter.cpp50 if (!msg->findObject("rs-wrapper", (sp<RefBase>*)&wrapper)) {
/frameworks/native/include/binder/
H A DBinder.h55 virtual void* findObject(const void* objectID) const;
H A DBpBinder.h56 virtual void* findObject(const void* objectID) const;
H A DIBinder.h145 virtual void* findObject(const void* objectID) const = 0;
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DUtils.java45 UiObject2 window = device.wait(Until.findObject(selector), WAIT_FOR_ACTIVITY_TIMEOUT);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp152 CHECK(msg->findObject("renderer", &obj));
H A DNuPlayer.cpp491 CHECK(msg->findObject("source", &obj));
650 CHECK(msg->findObject("surface", &obj));
708 CHECK(msg->findObject("sink", &obj));
H A DRTSPSource.cpp696 CHECK(msg->findObject("description", &obj));
H A DNuPlayerDecoder.cpp195 CHECK(msg->findObject("surface", &obj));
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp104 if (buffer->meta()->findObject("format", &object)) {
149 if ((*buffer)->meta()->findObject("format", &object)) {
193 if (buffer->meta()->findObject("format", &object)) {
602 if (buffer->meta()->findObject("format", &object)) {
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h377 CHECK(msg->findObject("response", &obj));
465 CHECK(msg->findObject("response", &obj));
555 CHECK(msg->findObject("response", &obj));
744 CHECK(msg->findObject("response", &obj));
773 CHECK(msg->findObject("response", &obj));
H A DMyHandler.h500 CHECK(msg->findObject("response", &obj));
616 CHECK(msg->findObject("description", &obj));
672 CHECK(msg->findObject("response", &obj));
802 CHECK(msg->findObject("response", &obj));
1181 CHECK(msg->findObject("response", &obj));
1333 CHECK(msg->findObject("response", &obj));
H A DARTPConnection.cpp198 CHECK(msg->findObject("session-desc", &obj));
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h122 bool findObject(const char *name, sp<RefBase> *obj) const;
/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/camera/ndk/impl/
H A DACameraDevice.cpp839 found = msg->findObject(kSessionSpKey, &obj);
851 found = msg->findObject(kCaptureRequestKey, &obj);
909 found = msg->findObject(kCaptureResultKey, &obj);
932 found = msg->findObject(kCaptureFailureKey, &obj);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp534 bool found = response->findObject("input-surface", &obj);
1290 msg->findObject("input-surface", &obj);
1351 CHECK(msg->findObject("portDesc", &obj));
1725 CHECK(msg->findObject("surface", &obj));
1784 (void)msg->findObject("surface", &obj);
1845 CHECK(msg->findObject("input-surface", &obj));
H A DMediaCodecSource.cpp232 CHECK(msg->findObject("meta", &obj));
895 CHECK(msg->findObject("meta", &obj));
/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);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp134 CHECK(msg->findObject("surface", &obj));

Completed in 570 milliseconds

12