Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbDebuggingActivity.java76 View checkbox = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null); in onCreate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBatteryTile.java210 Checkable checkbox = (Checkable) mCurrentView.findViewById(android.R.id.toggle); in bindView() local