Follow slice API finalization

Test: build
Change-Id: I5671b180a949d5038f9a73caf84a6d266ef90cfa
This commit is contained in:
Jason Monk
2018-08-06 09:44:22 -04:00
committed by Mady Mellor
parent 6c00b94652
commit fee23c456a
10 changed files with 39 additions and 24 deletions

View File

@@ -64,7 +64,7 @@ public class SliceBuilderUtilsTest {
private final String SCREEN_TITLE = "screen title";
private final String KEYWORDS = "a, b, c";
private final String FRAGMENT_NAME = "fragment name";
private final int ICON = 1234; // I declare a thumb war
private final int ICON = R.drawable.ic_settings;
private final Uri URI = Uri.parse("content://com.android.settings.slices/test");
private final Class TOGGLE_CONTROLLER = FakeToggleController.class;
private final Class SLIDER_CONTROLLER = FakeSliderController.class;