/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/model/theme/ |
D | ThemeManagerTest.java | 18 import static com.android.customization.model.ResourceConstants.ANDROID_PACKAGE; 86 mMockOmHelper.addOverlay("test.package.name_color", ANDROID_PACKAGE, in testApply_DefaultTheme() 88 mMockOmHelper.addOverlay("test.package.name_font", ANDROID_PACKAGE, in testApply_DefaultTheme() 90 mMockOmHelper.addOverlay("test.package.name_shape", ANDROID_PACKAGE, in testApply_DefaultTheme() 92 mMockOmHelper.addOverlay("test.package.name_icon", ANDROID_PACKAGE, in testApply_DefaultTheme() 116 mMockOmHelper.addOverlay(bundleColorPackage, ANDROID_PACKAGE, in testApply_NonDefault() 118 mMockOmHelper.addOverlay(bundleFontPackage, ANDROID_PACKAGE, in testApply_NonDefault() 120 mMockOmHelper.addOverlay(otherPackage, ANDROID_PACKAGE, in testApply_NonDefault()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | OverlayThemeExtractor.java | 3 import static com.android.customization.model.ResourceConstants.ANDROID_PACKAGE; 48 om.getOverlayInfosForTarget(ANDROID_PACKAGE, user).forEach(addToMap); in OverlayThemeExtractor() 131 addSystemDefaultIcons(builder, ANDROID_PACKAGE, ICONS_FOR_PREVIEW); in addAndroidIconOverlay() 174 "string", ResourceConstants.ANDROID_PACKAGE)); in addSystemDefaultShape() 179 "dimen", ResourceConstants.ANDROID_PACKAGE))); in addSystemDefaultShape() 186 ResourceConstants.ANDROID_PACKAGE), null); in addSystemDefaultColor() 191 ResourceConstants.ANDROID_PACKAGE), null); in addSystemDefaultColor() 199 ResourceConstants.ANDROID_PACKAGE)); in addSystemDefaultFont() 202 "string", ResourceConstants.ANDROID_PACKAGE)); in addSystemDefaultFont()
|
D | DefaultThemeProvider.java | 20 import static com.android.customization.model.ResourceConstants.ANDROID_PACKAGE; 308 mOverlayProvider.addSystemDefaultIcons(builder, ANDROID_PACKAGE, ICONS_FOR_PREVIEW); in addDefaultTheme()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
D | ColorOptionsProvider.java | 20 import static com.android.customization.model.ResourceConstants.ANDROID_PACKAGE; 68 OVERLAY_CATEGORY_ANDROID_THEME, UserHandle.myUserId(), ANDROID_PACKAGE); in ColorOptionsProvider() 78 iconPackage = ANDROID_PACKAGE; in loadOptions() 90 shapePackage = ANDROID_PACKAGE; in loadOptions() 131 system.getIdentifier(ACCENT_COLOR_LIGHT_NAME, "color", ANDROID_PACKAGE), null); in addDefault() 134 system.getIdentifier(ACCENT_COLOR_DARK_NAME, "color", ANDROID_PACKAGE), null); in addDefault()
|
D | FontOptionsProvider.java | 18 import static com.android.customization.model.ResourceConstants.ANDROID_PACKAGE; 73 ResourceConstants.CONFIG_HEADLINE_FONT_FAMILY,"string", ANDROID_PACKAGE)), in addDefault() 77 "string", ANDROID_PACKAGE)), in addDefault()
|
D | ShapeOptionsProvider.java | 18 import static com.android.customization.model.ResourceConstants.ANDROID_PACKAGE; 88 Path path = loadPath(system, ANDROID_PACKAGE); in addDefault() 93 "dimen", ResourceConstants.ANDROID_PACKAGE)), in addDefault()
|
D | IconOptionsProvider.java | 18 import static com.android.customization.model.ResourceConstants.ANDROID_PACKAGE; 128 final Resources resources = ANDROID_PACKAGE.equals(packageName) in loadIconPreviewDrawable() 140 option.addIcon(loadIconPreviewDrawable(iconName, ANDROID_PACKAGE)); in addDefault()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | BatteryEntryTest.java | 55 private static final String ANDROID_PACKAGE = "android"; field in BatteryEntryTest 56 private static final String[] SYSTEM_PACKAGES = {HIGH_DRAIN_PACKAGE, ANDROID_PACKAGE}; 158 .isEqualTo(new String[] {ANDROID_PACKAGE}); in extractPackageFromSipper_systemSipper_returnSystemPackage()
|
/packages/apps/ThemePicker/src/com/android/customization/model/ |
D | ResourceConstants.java | 35 String ANDROID_PACKAGE = "android"; field 99 sTargetPackages.addAll(Arrays.asList(ANDROID_PACKAGE, SETTINGS_PACKAGE, in getPackagesToOverlay()
|
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/ |
D | StorageWizardTest.java | 47 private static final String ANDROID_PACKAGE = "android"; field in StorageWizardTest 93 waitFor(By.res(ANDROID_PACKAGE, "alertTitle").textContains("Format")); in testInternal()
|
/packages/apps/ThemePicker/src/com/android/customization/model/grid/ |
D | LauncherGridOptionsProvider.java | 101 ResourceConstants.CONFIG_ICON_MASK, "string", ResourceConstants.ANDROID_PACKAGE)); in fetch()
|