Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentChooserFragmentTest.java159 final CheckBox checkBox2 = (CheckBox) itemView2.findViewById(R.id.checkbox); in testUnselect() local
160 clickButton(checkBox2); in testUnselect()