Loading packages/SettingsLib/src/com/android/settingslib/drawer/TileUtils.java +6 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,12 @@ public class TileUtils { */ public static final String META_DATA_PREFERENCE_ICON_BACKGROUND_HINT = "com.android.settings.bg.hint"; /** * Name of the meta-data item that should be set in the AndroidManifest.xml * to specify the icon background color as raw ARGB. */ public static final String META_DATA_PREFERENCE_ICON_BACKGROUND_ARGB = "com.android.settings.bg.argb"; /** * Name of the meta-data item that should be set in the AndroidManifest.xml Loading packages/SettingsLib/tests/robotests/src/com/android/settingslib/SettingsLibRobolectricTestRunner.java +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ public class SettingsLibRobolectricTestRunner extends RobolectricTestRunner { final List<ResourcePath> paths = super.getIncludedResourcePaths(); paths.add(resourcePath("file:frameworks/base/packages/SettingsLib/res")); paths.add(resourcePath("file:frameworks/base/core/res/res")); paths.add(resourcePath("file:frameworks/support/appcompat/res")); paths.add(resourcePath("file:out/soong/.intermediates/prebuilts/sdk/current/androidx/androidx.appcompat_appcompat-nodeps/android_common/aar/res/")); return paths; } }; Loading Loading
packages/SettingsLib/src/com/android/settingslib/drawer/TileUtils.java +6 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,12 @@ public class TileUtils { */ public static final String META_DATA_PREFERENCE_ICON_BACKGROUND_HINT = "com.android.settings.bg.hint"; /** * Name of the meta-data item that should be set in the AndroidManifest.xml * to specify the icon background color as raw ARGB. */ public static final String META_DATA_PREFERENCE_ICON_BACKGROUND_ARGB = "com.android.settings.bg.argb"; /** * Name of the meta-data item that should be set in the AndroidManifest.xml Loading
packages/SettingsLib/tests/robotests/src/com/android/settingslib/SettingsLibRobolectricTestRunner.java +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ public class SettingsLibRobolectricTestRunner extends RobolectricTestRunner { final List<ResourcePath> paths = super.getIncludedResourcePaths(); paths.add(resourcePath("file:frameworks/base/packages/SettingsLib/res")); paths.add(resourcePath("file:frameworks/base/core/res/res")); paths.add(resourcePath("file:frameworks/support/appcompat/res")); paths.add(resourcePath("file:out/soong/.intermediates/prebuilts/sdk/current/androidx/androidx.appcompat_appcompat-nodeps/android_common/aar/res/")); return paths; } }; Loading