Home
last modified time | relevance | path

Searched refs:COLOR_DEFAULT (Results 1 – 15 of 15) sorted by relevance

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/preview/ui/fragment/
DSmallPreviewFragmentTest.kt34 TestStaticWallpaperInfo(TestStaticWallpaperInfo.COLOR_DEFAULT).setWallpaperAttributions()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestCurrentWallpaperInfoFactory.java67 TestStaticWallpaperInfo.COLOR_DEFAULT); in createTestWallpaperInfo()
DFakeDefaultCategoryFactory.kt105 val fakeAsset = TestAsset(TestStaticWallpaperInfo.COLOR_DEFAULT, false)
DWallpaperModelUtils.kt51 val DEFAULT_ASSET = TestAsset(TestStaticWallpaperInfo.COLOR_DEFAULT, false)
DTestStaticWallpaperInfo.java35 public static final int COLOR_DEFAULT = 0xff000000; field in TestStaticWallpaperInfo
DTestLiveWallpaperInfo.java35 public static final int COLOR_DEFAULT = 0xff000000; field in TestLiveWallpaperInfo
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationSbnAdapter.java19 import static android.app.Notification.COLOR_DEFAULT;
148 if (color == COLOR_DEFAULT) { in loadBackground()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java255 mHasColor = notification.color != Notification.COLOR_DEFAULT; in initializeColors()
313 if (mEnableSmallIconAccentColor && color != Notification.COLOR_DEFAULT) { in getAccentColor()
DProgressNotificationViewHolder.java99 if (notification.color != Notification.COLOR_DEFAULT) { in bindBody()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/preview/ui/
DWallpaperPreviewActivityTest.kt53 TestStaticWallpaperInfo(TestStaticWallpaperInfo.COLOR_DEFAULT).setWallpaperAttributions() in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconPalette.java90 if (color == Notification.COLOR_DEFAULT) { in resolveColor()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/module/
DDefaultWallpaperPersisterTest.java140 TestStaticWallpaperInfo.COLOR_DEFAULT); in newStaticWallpaperInfo()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java119 mTestStaticWallpaper = new TestStaticWallpaperInfo(TestStaticWallpaperInfo.COLOR_DEFAULT); in setUp()
125 mTestLiveWallpaper = new TestLiveWallpaperInfo(TestStaticWallpaperInfo.COLOR_DEFAULT); in setUp()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyDatabaseHelperTest.java785 + " INTEGER DEFAULT " + Telephony.SimInfo.COLOR_DEFAULT + "," in onCreate()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java560 + Telephony.SimInfo.COLOR_DEFAULT + "," in getStringForSimInfoTableCreation()