/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | UiBot.java | 21 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/ |
D | ImeAppHelper.java | 22 import android.support.test.uiautomator.By; 37 UiObject2 editText = device.findObject(By.res(getPackage(), "plain_text_input")); in clickEditTextWidget()
|
D | PipAppHelper.java | 22 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/ |
D | Utils.java | 21 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/ |
D | WorkflowTest.java | 38 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/ |
D | Android.bp | 25 // By adding "vendor_available: true" to "libavservices_minijail", we don't
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | proguard-rules.pro | 2 # By default, the flags in this file are appended to flags specified
|
/frameworks/base/tests/TouchLatency/app/ |
D | proguard-rules.pro | 2 # By default, the flags in this file are appended to flags specified
|
/frameworks/base/startop/iorap/functional_tests/src/com/google/android/startop/iorap/ |
D | IorapWorkFlowTest.java | 36 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/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ |
D | CommonTransitions.java | 33 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/ |
D | Android.bp | 20 // defaults rather than including them as shared or static libraries. By doing so, the tests
|
/frameworks/base/mime/java-res/ |
D | vendor.mime.types | 35 # By default, this file contains no mappings (which means that the platform
|
/frameworks/av/media/libaaudio/src/ |
D | Android.bp | 28 // By default, all symbols are hidden.
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | README.md | 28 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/ |
D | Android.bp | 20 // By depending on this instead of libandroid_runtime,
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IDisplayEventReceiver.hal | 37 * called. By default, this will be zero. Must be >= 0.
|
/frameworks/native/services/surfaceflinger/CompositionEngine/ |
D | Android.bp | 112 // By using the address sanitizer, we not only uncover any issues
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | SuspendPackagesTest.java | 53 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/ |
D | README.txt | 53 By comparing each of these features frame by frame, a score is calculated to
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 3370 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/ |
D | README | 39 By default, llvm-lit will use the clang and bcc driver built in the android
|
/frameworks/opt/setupwizard/tools/gradle/ |
D | dist-unit-tests.gradle | 42 * The section below adds code coverage to all the unitTest targets. By default, the jacoco plugin
|
/frameworks/ml/nn/tools/test_generator/ |
D | README.md | 105 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/ |
D | broadcasts.md | 65 * By default, it is the user of the context (system user in SystemUI).
|