Home
last modified time | relevance | path

Searched refs:LAUNCHER_PACKAGE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeModule.java33 static final String LAUNCHER_PACKAGE = "theme_launcher_package"; field in ThemeModule
38 @Named(LAUNCHER_PACKAGE)
DThemeOverlayApplier.java154 @Named(ThemeModule.LAUNCHER_PACKAGE) String launcherPackage, in ThemeOverlayApplier()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DClockDrawableWrapper.java70 private static final String LAUNCHER_PACKAGE = "com.android.launcher3"; field in ClockDrawableWrapper
71 private static final String ROUND_ICON_METADATA_KEY = LAUNCHER_PACKAGE
73 private static final String HOUR_INDEX_METADATA_KEY = LAUNCHER_PACKAGE + ".HOUR_LAYER_INDEX";
74 private static final String MINUTE_INDEX_METADATA_KEY = LAUNCHER_PACKAGE
76 private static final String SECOND_INDEX_METADATA_KEY = LAUNCHER_PACKAGE
78 private static final String DEFAULT_HOUR_METADATA_KEY = LAUNCHER_PACKAGE
80 private static final String DEFAULT_MINUTE_METADATA_KEY = LAUNCHER_PACKAGE
82 private static final String DEFAULT_SECOND_METADATA_KEY = LAUNCHER_PACKAGE
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
DThemeOverlayApplierTest.java88 private static final String LAUNCHER_PACKAGE = "com.android.launcher3"; field in ThemeOverlayApplierTest
108 LAUNCHER_PACKAGE, THEMEPICKER_PACKAGE, mDumpManager, in setup()
153 when(mOverlayManager.getOverlayInfosForTarget(LAUNCHER_PACKAGE, UserHandle.SYSTEM)) in setup()
156 LAUNCHER_PACKAGE, OVERLAY_CATEGORY_ICON_LAUNCHER, false), in setup()
158 LAUNCHER_PACKAGE, OVERLAY_CATEGORY_ICON_LAUNCHER, true))); in setup()
166 OverlayInfo launcherTargetInfo = new OverlayInfo("packageName", LAUNCHER_PACKAGE, in setup()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/appcompat/src/com/android/wm/shell/flicker/appcompat/
DRotateImmersiveAppInFullscreenTest.kt98 val rotationButtonSelector = By.res(LAUNCHER_PACKAGE, "rotate_suggestion") in <lambda>()
171 const val LAUNCHER_PACKAGE = "com.google.android.apps.nexuslauncher" in <lambda>() constant