Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSlicePermissionActivity.java41 private CheckBox mAllCheckbox; field in SlicePermissionActivity
78 mAllCheckbox = dialog.getWindow().getDecorView().findViewById( in onCreate()
80 mAllCheckbox.setText(getString(R.string.slice_permission_checkbox, app1)); in onCreate()
91 mAllCheckbox.isChecked()); in onClick()