Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiNoInternetDialog.java127 final View checkbox = inflater.inflate( in createDialog() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java605 final CheckBox checkbox = (CheckBox)convertView.findViewById(android.R.id.checkbox); in getChildView() local
709 final CheckBox checkbox = (CheckBox)view.findViewById(android.R.id.checkbox); in onChildClick() local
/packages/apps/Settings/src/com/android/settings/
DDeviceAdminSettings.java175 CheckBox checkbox; field in DeviceAdminSettings.ViewHolder