Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/assist/
DOWNERS4 # voice team should do initial check
/cts/tests/tests/view/src/android/view/cts/
DView_InitialFocusTest.java77 View initial = root.findFocus(); in getInitialAndFirstFocus() local
80 return new View[]{initial, first}; in getInitialAndFirstFocus()
DGravityTest.java354 private void verifyOneGravity(int expected, int initial, boolean isRtl) { in verifyOneGravity() argument
357 assertEquals(expected, Gravity.getAbsoluteGravity(initial, layoutDirection)); in verifyOneGravity()
/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/
DDeviceStateClassAnnotationTest.java74 TestApis.users().initial())) in beforeClass()
DBedsteadJUnit4Test.java282 assertThat(TestApis.users().instrumented()).isEqualTo(TestApis.users().initial()); in requireRunOnInitialUser_runsOnInitialUser()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DBugReportTest.kt138 && u != TestApis.users().initial() in <lambda>()
241 && u != TestApis.users().initial() in <lambda>()
/cts/common/device-side/bedstead/modules/multiuser/src/main/kotlin/com/android/bedstead/multiuser/
DUsersComponent.kt354 if (users().instrumented() == users().initial()) { in <lambda>()
474 users().initial().switchTo() in <lambda>()
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/
DDeviceOwnerComponent.kt211 users().initial(), in ensureHasDeviceOwner()
/cts/hostsidetests/appsecurity/test-apps/KeyRotationTest/
DAndroid.bp32 // This is the first version of the test app signed with the initial signing
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DAccuracyFragment.java273 .setTitle(R.string.initial) in showInitialDialog()
/cts/hostsidetests/theme/
DREADME96 1. If you have not already built the CTS tests, run an initial make:
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java1507 @NonNull Rect initial, @NonNull Rect resized, double ratio,
1510 final int expected = (int) (getSize.apply(initial) * ratio);
1516 .append(initial)
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayered_filter_f32_helper.rsh18 // When this function is called, the initial value of sharp->dilated_depth is
Dlayered_filter_d1new_helper.rsh35 // When this function is called, the initial value of sharp->dilated_depth is
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUsers.java129 public UserReference initial() { in initial() method in Users
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DDeviceState.java1434 return TestApis.users().initial();
1743 return TestApis.users().initial();