Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSlicePermissionActivity.java43 private CheckBox mAllCheckbox; field in SlicePermissionActivity
90 mAllCheckbox = dialog.getWindow().getDecorView().findViewById( in onCreate()
92 mAllCheckbox.setText(getString(R.string.slice_permission_checkbox, app1)); in onCreate()
103 mAllCheckbox.isChecked()); in onClick()