Home
last modified time | relevance | path

Searched defs:getUiAutomation (Results 1 – 25 of 27) sorted by relevance

12

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodSubtypeEndToEndTest.java119 instrumentation.getUiAutomation(), new ImeSettings.Builder())) { in testGetCurrentInputMethodSubtypeNull()
133 instrumentation.getUiAutomation(), in testGetCurrentInputMethodSubtype()
150 instrumentation.getUiAutomation(), in testNoOnCurrentInputMethodSubtypeChangedForColdStartup()
176 instrumentation.getUiAutomation(), in testSubtypeSwitchingInTheSameIme()
210 instrumentation.getUiAutomation(), in testSetExplicitlyEnabledInputMethodSubtypes()
DKeyboardVisibilityControlTest.java240 mInstrumentation.getUiAutomation(), in testBasicShowHideSoftInput()
301 instrumentation.getUiAutomation(), in verifyHideImeBackPressed()
433 mInstrumentation.getUiAutomation(), in testShowHideSoftInputShouldBeIgnoredOnNonFocusedView()
467 mInstrumentation.getUiAutomation(), in testToggleSoftInput()
502 mInstrumentation.getUiAutomation(), in testShowHideKeyboardOnWebView()
526 mInstrumentation.getUiAutomation(), in testShowHideKeyboardWithInterval()
560 mInstrumentation.getUiAutomation(), in testShowSoftInputWithShowForcedFlagWhenAppIsLeaving()
632 instrumentation.getContext(), instrumentation.getUiAutomation(), in testFloatingImeHideKeyboardAfterBackPressed()
670 instrumentation.getUiAutomation(), in testImeVisibilityWhenDismissingDialogWithImeFocused()
784 mInstrumentation.getUiAutomation(), in runImeDoesntReshowAfterKeyguardTest()
[all …]
DStylusHandwritingTest.java166 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testHandwritingInfo()
183 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testIsStylusHandwritingAvailable_prefDisabled()
206 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testIsStylusHandwritingAvailable()
227 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testHandwritingNoInitOnDeviceWithNoStylus()
247 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testHandwritingDoesNotStartWhenNoStylusDown()
278 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testHandwritingStartAndFinish()
372 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testHandwritingStylusEvents()
461 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testHandwritingEndToEnd()
511 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testHandwritingInitMultipleTimes()
570 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testHandwritingInOffsetHandwritingBounds()
[all …]
DInputMethodStatsTest.java156 mInstrumentation.getUiAutomation(), in testClientShowImeRequestFinished()
229 mInstrumentation.getUiAutomation(), in testClientHideImeRequestFinished()
315 mInstrumentation.getUiAutomation(), in testServerShowImeRequestFinished()
381 mInstrumentation.getUiAutomation(), in testServerHideImeRequestFinished()
DSearchViewTest.java124 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testTapThenSetQuery()
157 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testShowImeWithSearchViewFocus()
184 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testShowImeWhenSearchViewFocusInListView()
DInputMethodServiceStrictModeTest.java119 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in verifyIms()
155 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testIncorrectContextUseOnImsDerivedDisplayContext()
DImeInsetsVisibilityTest.java103 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testImeVisibilityWhenImeFocusableChildPopup()
150 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testImeVisibilityWhenImeFocusableGravityBottomChildPopup()
198 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testImeVisibilityWhenImeFocusableChildPopupOverlaps()
247 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testEditTextPositionAndPersistWhenAboveImeWindowShown()
325 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testEditorWontCoveredByImeWhenInputWindowBehindPanel()
DOnScreenPositionTest.java72 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testImeIsNotBehindNavBar()
DDumpTest.java58 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in test_dumpDoesNotContainEditorText()
DInputConnectionHandlerTest.java154 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testCommitText()
230 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testReportFullscreenMode()
399 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testExceptionFromGetSurroundingText()
DInputMethodStartInputLifecycleTest.java122 context, instrumentation.getUiAutomation(), new ImeSettings.Builder())) { in testInputConnectionStateWhenScreenStateChanges()
208 instrumentation.getUiAutomation(), in testNoStartNewInputWhileOtherProcessHasWindowFocus()
316 instrumentation.getUiAutomation(), in testInvalidateInputBeforeInputMethodSessionBecomesAvailable()
433 instrumentation.getUiAutomation(), in testInvalidateInputMain()
DEditTextImeSupportTest.java110 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testSetTextTriggersRestartInput()
213 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testNavigateFlags()
DPackageVisibilityTest.java82 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testTargetPackageIsVisibleFromIme()
DImeInsetsControllerTest.java100 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testChangeSizeWhileControlling()
DInputConnectionEndToEndTest.java502 InstrumentationRegistry.getInstrumentation().getUiAutomation(), in testInputConnection()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DUserRestrictionsParentTest.java91 private UiAutomation getUiAutomation() throws InterruptedException { in getUiAutomation() method in UserRestrictionsParentTest
/cts/tests/PhotoPicker/src/android/photopicker/cts/
DPhotoPickerCloudUtils.java145 private static UiAutomation getUiAutomation() { in getUiAutomation() method in PhotoPickerCloudUtils
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DAccessibilityDumper.java250 private UiAutomation getUiAutomation() { in getUiAutomation() method in AccessibilityDumper
/cts/libs/install/src/com/android/cts/install/lib/
DInstallUtils.java59 private static UiAutomation getUiAutomation() { in getUiAutomation() method in InstallUtils
/cts/tests/tests/content/src/android/content/pm/cts/
DResourcesHardeningTest.java505 private static UiAutomation getUiAutomation() { in getUiAutomation() method in ResourcesHardeningTest
DPackageManagerShellCommandIncrementalTest.java141 private static UiAutomation getUiAutomation() { in getUiAutomation() method in PackageManagerShellCommandIncrementalTest
/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTestUtils.java517 private static UiAutomation getUiAutomation() { in getUiAutomation() method in TranscodeTestUtils
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsControllerTests.java631 instrumentation.getUiAutomation(), new ImeSettings.Builder())) { in testShowImeOnCreate_doesntCauseImeToReappearWhenDialogIsShown()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java192 public static UiAutomation getUiAutomation() { in getUiAutomation() method in BasePrintTest
/cts/tests/tests/widget/src/android/widget/cts/
DEditTextTest.java754 mInstrumentation.getUiAutomation(), in testClickTwice_showIme()

12