Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DWallpaperPreferenceControllerTest.java51 private Intent mStylesAndWallpaperIntent; field in WallpaperPreferenceControllerTest
68 mStylesAndWallpaperIntent = new Intent().setComponent(new ComponentName( in setUp()
80 mStylesAndWallpaperIntent, Lists.newArrayList(mock(ResolveInfo.class))); in isAvailable_wallpaperPickerEnabledAndStylePickerEnabled_returnsTrue()
90 mStylesAndWallpaperIntent, Lists.newArrayList()); in isAvailable_wallpaperPickerEnabledAndStylePickerDisabled_returnsTrue()
100 mStylesAndWallpaperIntent, Lists.newArrayList(mock(ResolveInfo.class))); in isAvailable_wallpaperPickerDisabledAndStylePickerEnabled_returnsTrue()
110 mStylesAndWallpaperIntent, Lists.newArrayList()); in isAvailable_wallpaperPickerDisabledAndStylePickerDisabled_returnsFalse()
118 mStylesAndWallpaperIntent, in getComponentClassString_stylesAvailable_returnsStylePickerClassString()
127 mStylesAndWallpaperIntent, Lists.newArrayList()); in getComponentClassString_stylesUnavailable_returnsWallpaperPickerClassString()
137 mStylesAndWallpaperIntent, Lists.newArrayList()); in areStylesAvailable_noComponentSpecified()
145 mStylesAndWallpaperIntent, Lists.newArrayList()); in areStylesAvailable_componentUnresolveable()
[all …]
DTopLevelWallpaperPreferenceControllerTest.java51 private Intent mStylesAndWallpaperIntent; field in TopLevelWallpaperPreferenceControllerTest
68 mStylesAndWallpaperIntent = new Intent().setComponent(new ComponentName( in setUp()
80 mStylesAndWallpaperIntent, Lists.newArrayList(mock(ResolveInfo.class))); in isAvailable_wallpaperPickerEnabledAndStylePickerEnabled_returnsTrue()
90 mStylesAndWallpaperIntent, Lists.newArrayList()); in isAvailable_wallpaperPickerEnabledAndStylePickerDisabled_returnsTrue()
100 mStylesAndWallpaperIntent, Lists.newArrayList(mock(ResolveInfo.class))); in isAvailable_wallpaperPickerDisabledAndStylePickerEnabled_returnsTrue()
110 mStylesAndWallpaperIntent, Lists.newArrayList()); in isAvailable_wallpaperPickerDisabledAndStylePickerDisabled_returnsFalse()
118 mStylesAndWallpaperIntent, in getComponentClassString_stylesAvailable_returnsStylePickerClassString()
127 mStylesAndWallpaperIntent, Lists.newArrayList()); in getComponentClassString_stylesUnavailable_returnsWallpaperPickerClassString()
137 mStylesAndWallpaperIntent, Lists.newArrayList()); in areStylesAvailable_noComponentSpecified()
145 mStylesAndWallpaperIntent, Lists.newArrayList()); in areStylesAvailable_componentUnresolveable()
[all …]