Home
last modified time | relevance | path

Searched defs:checkbox (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java602 final CheckBox checkbox = (CheckBox)convertView.findViewById(android.R.id.checkbox); in getChildView() local
706 final CheckBox checkbox = (CheckBox)view.findViewById(android.R.id.checkbox); in onChildClick() local
/packages/apps/Settings/src/com/android/settings/
DDeviceAdminSettings.java154 CheckBox checkbox; field in DeviceAdminSettings.ViewHolder
DTrustedCredentialsSettings.java96 boolean checkbox) { in Tab()
/packages/apps/Mms/src/com/android/mms/ui/
DConversationList.java783 final CheckBox checkbox = (CheckBox)contents.findViewById(R.id.delete_locked); in confirmDeleteThreadDialog() local