Home
last modified time | relevance | path

Searched refs:By (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java21 import android.support.test.uiautomator.By;
59 boolean gotIt = mDevice.wait(Until.hasObject(By.pkg(SYSTEMUI_PACKAGE)), mTimeout); in getNotification()
88 boolean gotIt = mDevice.wait(Until.hasObject(By.text(text)), mTimeout); in getObject()
99 boolean gotIt = mDevice.wait(Until.hasObject(By.res(id)), mTimeout); in getObjectById()
132 boolean hasIt = mDevice.hasObject(By.res(id)); in assertNotVisibleById()
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
DImeAppHelper.java22 import android.support.test.uiautomator.By;
37 UiObject2 editText = device.findObject(By.res(getPackage(), "plain_text_input")); in clickEditTextWidget()
DPipAppHelper.java22 import android.support.test.uiautomator.By;
34 UiObject2 enterPipButton = device.findObject(By.res(getPackage(), "enter_pip")); in clickEnterPipButton()
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
DUtils.java21 import android.support.test.uiautomator.By;
35 private static final BySelector ROOT_ELEMENT_LAYOUT = By.res(PACKAGE, "root_flow_layout");
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
DWorkflowTest.java38 import android.support.test.uiautomator.By;
308 By.text("This printer isn't available right now.")), OPERATION_TIMEOUT_MILLIS)); in addAndSelectPrinter()
347 By.text("This printer isn't available right now.")), in addAndSelectPrinter()
376 By.text("This printer isn't available right now.")), in addAndSelectPrinter()
/frameworks/av/services/minijail/
DAndroid.bp25 // By adding "vendor_available: true" to "libavservices_minijail", we don't
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/frameworks/base/tests/TouchLatency/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/frameworks/base/startop/iorap/functional_tests/src/com/google/android/startop/iorap/
DIorapWorkFlowTest.java36 import androidx.test.uiautomator.By;
89 mDevice.wait(Until.hasObject(By.pkg(launcherPackage).depth(0)), TIMEOUT.getSeconds()); in setUp()
197 mDevice.wait(Until.hasObject(By.pkg(packageName).depth(0)), TIMEOUT.getSeconds()); in runAppOnce()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/
DCommonTransitions.java33 import android.support.test.uiautomator.By;
168 device.wait(Until.hasObject(By.pkg(intent.getComponent() in changeAppRotation()
241 By.res(device.getLauncherPackageName(), "snapshot")); in resizeSplitScreen()
/frameworks/native/services/inputflinger/tests/
DAndroid.bp20 // defaults rather than including them as shared or static libraries. By doing so, the tests
/frameworks/base/mime/java-res/
Dvendor.mime.types35 # By default, this file contains no mappings (which means that the platform
/frameworks/av/media/libaaudio/src/
DAndroid.bp28 // By default, all symbols are hidden.
/frameworks/opt/net/wifi/tests/wifitests/
DREADME.md28 for results. By default the results are generated as a set of HTML pages. For example, you can use
/frameworks/native/libs/android_runtime_lazy/
DAndroid.bp20 // By depending on this instead of libandroid_runtime,
/frameworks/hardware/interfaces/displayservice/1.0/
DIDisplayEventReceiver.hal37 * called. By default, this will be zero. Must be >= 0.
/frameworks/native/services/surfaceflinger/CompositionEngine/
DAndroid.bp112 // By using the address sanitizer, we not only uncover any issues
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DSuspendPackagesTest.java53 import android.support.test.uiautomator.By;
479 Until.findObject(By.text(String.format(testMessage, TEST_APP_LABEL))), 5000)); in testInterceptorActivity()
483 By.clickable(true).text(buttonText)); in testInterceptorActivity()
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt53 By comparing each of these features frame by frame, a score is calculated to
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java3370 float By = primaries[5]; in area() local
3371 float det = Rx * Gy + Ry * Bx + Gx * By - Gy * Bx - Ry * Gx - Rx * By; in area()
3598 float By = primaries[5]; in computeXYZMatrix() local
3604 float oneBxBy = (1 - Bx) / By; in computeXYZMatrix()
3609 float BxBy = Bx / By; in computeXYZMatrix()
3620 float BYBy = BY / By; in computeXYZMatrix()
3625 BYBy * Bx, BY, BYBy * (1 - Bx - By) in computeXYZMatrix()
/frameworks/compile/libbcc/tests/debuginfo/
DREADME39 By default, llvm-lit will use the clang and bcc driver built in the android
/frameworks/opt/setupwizard/tools/gradle/
Ddist-unit-tests.gradle42 * The section below adds code coverage to all the unitTest targets. By default, the jacoco plugin
/frameworks/ml/nn/tools/test_generator/
DREADME.md105 By default, examples will be attached to the most recent instantiated model. You can explicitly spe…
212 By default, when you add a group of variation, a unnamed default variation will be automatically in…
229 By default, the test generator will apply the following variations automatically.
/frameworks/base/packages/SystemUI/docs/
Dbroadcasts.md65 * By default, it is the user of the context (system user in SystemUI).

12