Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiNoInternetDialog.java142 final View checkbox = inflater.inflate( in createDialog() local
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DCollapsibleCheckboxPreferenceGroup.java57 View checkbox = holder.findViewById(com.android.internal.R.id.checkbox); in onBindViewHolder() local
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationLockscreenPreference.java91 CheckBox checkbox = (CheckBox) dialog.findViewById(R.id.lockscreen_remote_input); in onDialogCreated() 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
704 final CheckBox checkbox = (CheckBox)view.findViewById(android.R.id.checkbox); in onChildClick() local
/packages/apps/Settings/src/com/android/settings/
DDeviceAdminSettings.java185 CheckBox checkbox; field in DeviceAdminSettings.ViewHolder
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java600 final CheckBox checkbox = (CheckBox) suggestionView.findViewById(R.id.suggestion_checkbox); in inflateSuggestionListView() local