HomeSort by relevance Sort by last modified time
    Searched refs:findObject (Results 151 - 175 of 249) sorted by null

1 2 3 4 5 67 8 910

  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
CustomDescriptionWithLinkTestCase.java 296 final UiObject2 link = container.findObject(By.res(mPackageName, ID_LINK));
CustomDescriptionTest.java 504 .that(saveUi.findObject(By.res(mPackageName, "static_text"))).isNull();
512 final UiObject2 staticText = saveUi.findObject(By.res(mPackageName, "static_text"));
PreSimpleSaveActivityTest.java 392 final UiObject2 changed = saveUi.findObject(By.res(mPackageName, ID_STATIC_TEXT));
  /cts/tests/tests/print/src/android/print/cts/
PrinterInfoTest.java 345 UiObject destinationSpinner = getUiDevice().findObject(new UiSelector().resourceId(
PrintServicesTest.java 406 .findObject(new UiSelector().resourceId(
627 UiObject moreInfoButton = getUiDevice().findObject(new UiSelector().resourceId(
CustomPrintOptionsTest.java 108 UiObject pagesEditText = getUiDevice().findObject(new UiSelector().resourceId(
  /cts/tests/tests/view/src/android/view/cts/surfacevalidator/
CapturedActivity.java 114 UiObject2 acceptButton = uiDevice.wait(Until.findObject(By.res(ACCEPT_RESOURCE_ID)),
  /external/v8/src/inspector/
injected-script.h 85 Response findObject(const RemoteObjectId&, v8::Local<v8::Value>*) const;
injected-script.cc 267 Response InjectedScript::findObject(const RemoteObjectId& objectId,
316 return findObject(*remoteObjectId, result);
519 response = injectedScript->findObject(*remoteId, &m_object);
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AMessage.h 123 bool findObject(const char *name, sp<RefBase> *obj) const;
  /frameworks/native/libs/binder/
Binder.cpp 181 void* BBinder::findObject(const void* objectID) const
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
GestureBot.java 98 return mDevice.findObject(docList.childSelector(new UiSelector().text(label)));
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
StorageWizardTest.java 133 final UiObject2 item = mDevice.wait(Until.findObject(selector), timeout);
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchJankTests.java 60 mHelper.mContents = mDevice.wait(Until.findObject(
  /system/libhwbinder/
BpHwBinder.cpp 237 void* BpHwBinder::findObject(const void* objectID) const
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 502 CHECK(msg->findObject("response", &obj));
618 CHECK(msg->findObject("description", &obj));
674 CHECK(msg->findObject("response", &obj));
804 CHECK(msg->findObject("response", &obj));
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
ScopedDirectoryAccessClientTest.java 424 final UiObject2 appRow = mDevice.findObject(byAppLabel);
477 dialog = mDevice.findObject(new UiSelector().resourceId(id));
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
SuspendPackagesTest.java 463 Until.findObject(By.text(String.format(testMessage, TEST_APP_LABEL))), 5000));
466 final UiObject2 moreDetailsButton = mUiDevice.findObject(
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/dvr/
DvrLibraryTest.java 182 .findObject(By.textStartsWith(PROGRAM_NAME_PREFIX))
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.cpp 230 CHECK(msg->findObject("surface", &obj));
344 format->findObject("crypto", &objCrypto);
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 242 CHECK(msg->findObject("meta", &obj));
991 CHECK(msg->findObject("meta", &obj));
    [all...]
MediaCodec.cpp     [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp     [all...]

Completed in 1060 milliseconds

1 2 3 4 5 67 8 910