Home
last modified time | relevance | path

Searched refs:uiScrollable (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20917/src/android/security/cts/CVE_2023_20917/
DDeviceTest.java120 UiScrollable uiScrollable = in testCVE_2023_20917() local
124 uiScrollable.setAsVerticalList(); in testCVE_2023_20917()
125 uiScrollable.scrollForward(); in testCVE_2023_20917()
126 uiScrollable.scrollTextIntoView(context.getString(R.string.cveId)); in testCVE_2023_20917()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java140 UiScrollable uiScrollable = new UiScrollable(new UiSelector().scrollable(true)); in clearSpaceWatch() local
141 uiScrollable.scrollTextIntoView("App info"); in clearSpaceWatch()
146 uiScrollable.scrollTextIntoView("Clear data"); in clearSpaceWatch()
153 uiScrollable.scrollIntoView(yesButton); in clearSpaceWatch()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20353/src/android/security/cts/CVE_2022_20353/
DDeviceTest.java85 UiScrollable uiScrollable = new UiScrollable(new UiSelector().scrollable(true)); in testDefaultRingtonePreference() local
86 uiScrollable.scrollTextIntoView(text); in testDefaultRingtonePreference()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-0020/src/android/security/cts/CVE-2024-0020/
DDeviceTest.java164 UiScrollable uiScrollable = new UiScrollable(new UiSelector().scrollable(true)); in testPocCVE_2024_0020() local
165 uiScrollable.scrollTextIntoView(text); in testPocCVE_2024_0020()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0602/src/android/security/cts/CVE_2021_0602/
DDeviceTest.java156 UiScrollable uiScrollable = new UiScrollable(new UiSelector().scrollable(true)); in testCVE_2021_0602() local
157 uiScrollable.scrollTextIntoView(text); in testCVE_2021_0602()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1164 UiScrollable uiScrollable = new UiScrollable(new UiSelector().scrollable(true)); in scrollIntoView() local
1165 uiScrollable.setSwipeDeadZonePercentage(0.25); in scrollIntoView()
1167 uiScrollable.scrollIntoView(selector); in scrollIntoView()