Searched refs:GuidedStepAttributesTestFragment (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/wizard/
H A DGuidedStepAttributesTestActivity.java24 private GuidedStepAttributesTestFragment mGuidedStepAttributesTestFragment;
33 mGuidedStepAttributesTestFragment = new GuidedStepAttributesTestFragment();
H A DGuidedStepAttributesTest.java114 GuidedStepAttributesTestFragment.GUIDANCE = guidance;
115 GuidedStepAttributesTestFragment.ACTION_LIST = actionList;
152 static final GuidedStepAttributesTestFragment.Callback sRevertCallback = new
153 GuidedStepAttributesTestFragment.Callback() {
236 GuidedStepAttributesTestFragment.clear();
237 GuidedStepAttributesTestFragment.GUIDANCE = guidance;
238 GuidedStepAttributesTestFragment.ACTION_LIST = actionList;
239 GuidedStepAttributesTestFragment.setActionClickCallback(ACTION_ID_REVERT_BUTTON,
318 GuidedStepAttributesTestFragment.clear();
319 GuidedStepAttributesTestFragment
[all...]
H A DGuidedDatePickerTest.java268 GuidedStepAttributesTestFragment.clear();
269 GuidedStepAttributesTestFragment.GUIDANCE = guidance;
270 GuidedStepAttributesTestFragment.ACTION_LIST = actionList;
314 GuidedStepAttributesTestFragment.clear();
315 GuidedStepAttributesTestFragment.GUIDANCE = guidance;
316 GuidedStepAttributesTestFragment.ACTION_LIST = actionList;
360 GuidedStepAttributesTestFragment.clear();
361 GuidedStepAttributesTestFragment.GUIDANCE = guidance;
362 GuidedStepAttributesTestFragment.ACTION_LIST = actionList;
406 GuidedStepAttributesTestFragment
[all...]
H A DGuidedStepAttributesTestFragment.java25 public class GuidedStepAttributesTestFragment extends GuidedStepFragment { class in inherits:GuidedStepFragment
27 private static String TAG = "GuidedStepAttributesTestFragment";

Completed in 710 milliseconds