Loading core/java/android/content/pm/ApplicationInfo.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -669,7 +669,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable { */ */ public boolean protect = false; public boolean protect = false; /* /** * Is given application theme agnostic, i.e. behaves properly when default theme is changed. * Is given application theme agnostic, i.e. behaves properly when default theme is changed. * @hide * @hide */ */ Loading core/java/android/content/pm/PackageManager.java +0 −3 Original line number Original line Diff line number Diff line Loading @@ -836,7 +836,6 @@ public abstract class PackageManager { * if the system failed to install the theme because aapt could not compile the app * if the system failed to install the theme because aapt could not compile the app * @hide * @hide */ */ @SystemApi public static final int INSTALL_FAILED_THEME_AAPT_ERROR = -400; public static final int INSTALL_FAILED_THEME_AAPT_ERROR = -400; /** /** Loading @@ -847,7 +846,6 @@ public abstract class PackageManager { * apps. * apps. * @hide * @hide */ */ @SystemApi public static final int INSTALL_FAILED_THEME_IDMAP_ERROR = -401; public static final int INSTALL_FAILED_THEME_IDMAP_ERROR = -401; /** /** Loading @@ -858,7 +856,6 @@ public abstract class PackageManager { * apps. * apps. * @hide * @hide */ */ @SystemApi public static final int INSTALL_FAILED_THEME_UNKNOWN_ERROR = -402; public static final int INSTALL_FAILED_THEME_UNKNOWN_ERROR = -402; /** /** Loading test-runner/src/android/test/mock/MockPackageManager.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -971,6 +971,10 @@ public class MockPackageManager extends PackageManager { throw new UnsupportedOperationException(); throw new UnsupportedOperationException(); } } /** * @hide */ @Override public void updateIconMaps(String pkgName) { public void updateIconMaps(String pkgName) { throw new UnsupportedOperationException(); throw new UnsupportedOperationException(); } } Loading Loading
core/java/android/content/pm/ApplicationInfo.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -669,7 +669,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable { */ */ public boolean protect = false; public boolean protect = false; /* /** * Is given application theme agnostic, i.e. behaves properly when default theme is changed. * Is given application theme agnostic, i.e. behaves properly when default theme is changed. * @hide * @hide */ */ Loading
core/java/android/content/pm/PackageManager.java +0 −3 Original line number Original line Diff line number Diff line Loading @@ -836,7 +836,6 @@ public abstract class PackageManager { * if the system failed to install the theme because aapt could not compile the app * if the system failed to install the theme because aapt could not compile the app * @hide * @hide */ */ @SystemApi public static final int INSTALL_FAILED_THEME_AAPT_ERROR = -400; public static final int INSTALL_FAILED_THEME_AAPT_ERROR = -400; /** /** Loading @@ -847,7 +846,6 @@ public abstract class PackageManager { * apps. * apps. * @hide * @hide */ */ @SystemApi public static final int INSTALL_FAILED_THEME_IDMAP_ERROR = -401; public static final int INSTALL_FAILED_THEME_IDMAP_ERROR = -401; /** /** Loading @@ -858,7 +856,6 @@ public abstract class PackageManager { * apps. * apps. * @hide * @hide */ */ @SystemApi public static final int INSTALL_FAILED_THEME_UNKNOWN_ERROR = -402; public static final int INSTALL_FAILED_THEME_UNKNOWN_ERROR = -402; /** /** Loading
test-runner/src/android/test/mock/MockPackageManager.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -971,6 +971,10 @@ public class MockPackageManager extends PackageManager { throw new UnsupportedOperationException(); throw new UnsupportedOperationException(); } } /** * @hide */ @Override public void updateIconMaps(String pkgName) { public void updateIconMaps(String pkgName) { throw new UnsupportedOperationException(); throw new UnsupportedOperationException(); } } Loading