Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0481/src/android/security/cts/CVE_2021_0481/
DDeviceTest.java95 searchAndClick(mDevice, "android:id/switch_widget", 2000); in testUserPhotoSetUp()
99 searchAndClick(mDevice, "android:id/title", 2000); in testUserPhotoSetUp()
105 searchAndClick(mDevice, "com.android.settings:id/user_photo", 2000); in testUserPhotoSetUp()
108 searchAndClick(mDevice, "Choose an image", 6000); in testUserPhotoSetUp()
111 searchAndClick(mDevice, "android.security.cts.CVE_2021_0481.EvilActivity", 5000); in testUserPhotoSetUp()
117 searchAndClick(mDevice, "Cancel", 2000); in testUserPhotoSetUp()
128 private void searchAndClick(UiDevice mDevice, String name, int timeOut) throws ClickableNotFound { in searchAndClick() method in DeviceTest