Searched refs:BlockingSlicePrefController (Results 1 – 3 of 3) sorted by relevance
29 public class BlockingSlicePrefController extends SlicePreferenceController implements class32 public BlockingSlicePrefController(Context context, String preferenceKey) { in BlockingSlicePrefController() method in BlockingSlicePrefController
49 import com.android.settings.slices.BlockingSlicePrefController;320 final BlockingSlicePrefController controller = in checkUiBlocker_hasUiBlockerAndControllerIsAvailable_controllerNotNull()321 new BlockingSlicePrefController(mContext, "pref_key"); in checkUiBlocker_hasUiBlockerAndControllerIsAvailable_controllerNotNull()336 mControllers.add(new BlockingSlicePrefController(mContext, "pref_key")); in checkUiBlocker_hasUiBlockerAndControllerIsNotAvailable_controllerIsNull()
45 import com.android.settings.slices.BlockingSlicePrefController;136 use(BlockingSlicePrefController.class).setSliceUri(sliceEnabled in onAttach()