Searched refs:CaptioningPresetController (Results 1 – 2 of 2) sorted by relevance
28 public class CaptioningPresetController extends BasePreferenceController class33 public CaptioningPresetController(Context context, String preferenceKey) { in CaptioningPresetController() method in CaptioningPresetController
58 private CaptioningPresetController mController;64 mController = new CaptioningPresetController(mContext, "captioning_preset"); in setUp()