Loading Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,7 @@ java_library { "android.se.omapi-V1-java", "android.system.suspend.control.internal-java", "devicepolicyprotosnano", "ImmutabilityAnnotation", "com.android.sysprop.init", "com.android.sysprop.localization", Loading services/core/java/com/android/server/pm/pkg/component/ParsedActivity.java→core/java/com/android/internal/pm/pkg/component/ParsedActivity.java +1 −14 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.server.pm.pkg.component; package com.android.internal.pm.pkg.component; import android.annotation.NonNull; import android.annotation.Nullable; Loading @@ -26,19 +26,6 @@ import java.util.Set; //@SystemApi(client = SystemApi.Client.SYSTEM_SERVER) public interface ParsedActivity extends ParsedMainComponent { /** * Generate activity object that forwards user to App Details page automatically. * This activity should be invisible to user and user should not know or see it. * @hide */ @NonNull static ParsedActivity makeAppDetailsActivity(String packageName, String processName, int uiOptions, String taskAffinity, boolean hardwareAccelerated) { // Proxy method since ParsedActivityImpl is supposed to be package visibility return ParsedActivityImpl.makeAppDetailsActivity(packageName, processName, uiOptions, taskAffinity, hardwareAccelerated); } int getColorMode(); int getConfigChanges(); Loading services/core/java/com/android/server/pm/pkg/component/ParsedApexSystemService.java→core/java/com/android/internal/pm/pkg/component/ParsedApexSystemService.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.server.pm.pkg.component; package com.android.internal.pm.pkg.component; import android.annotation.NonNull; import android.annotation.Nullable; Loading services/core/java/com/android/server/pm/pkg/component/ParsedAttribution.java→core/java/com/android/internal/pm/pkg/component/ParsedAttribution.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.server.pm.pkg.component; package com.android.internal.pm.pkg.component; import android.annotation.NonNull; import android.annotation.StringRes; Loading services/core/java/com/android/server/pm/pkg/component/ParsedComponent.java→core/java/com/android/internal/pm/pkg/component/ParsedComponent.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.server.pm.pkg.component; package com.android.internal.pm.pkg.component; import android.annotation.NonNull; import android.annotation.Nullable; Loading Loading
Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,7 @@ java_library { "android.se.omapi-V1-java", "android.system.suspend.control.internal-java", "devicepolicyprotosnano", "ImmutabilityAnnotation", "com.android.sysprop.init", "com.android.sysprop.localization", Loading
services/core/java/com/android/server/pm/pkg/component/ParsedActivity.java→core/java/com/android/internal/pm/pkg/component/ParsedActivity.java +1 −14 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.server.pm.pkg.component; package com.android.internal.pm.pkg.component; import android.annotation.NonNull; import android.annotation.Nullable; Loading @@ -26,19 +26,6 @@ import java.util.Set; //@SystemApi(client = SystemApi.Client.SYSTEM_SERVER) public interface ParsedActivity extends ParsedMainComponent { /** * Generate activity object that forwards user to App Details page automatically. * This activity should be invisible to user and user should not know or see it. * @hide */ @NonNull static ParsedActivity makeAppDetailsActivity(String packageName, String processName, int uiOptions, String taskAffinity, boolean hardwareAccelerated) { // Proxy method since ParsedActivityImpl is supposed to be package visibility return ParsedActivityImpl.makeAppDetailsActivity(packageName, processName, uiOptions, taskAffinity, hardwareAccelerated); } int getColorMode(); int getConfigChanges(); Loading
services/core/java/com/android/server/pm/pkg/component/ParsedApexSystemService.java→core/java/com/android/internal/pm/pkg/component/ParsedApexSystemService.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.server.pm.pkg.component; package com.android.internal.pm.pkg.component; import android.annotation.NonNull; import android.annotation.Nullable; Loading
services/core/java/com/android/server/pm/pkg/component/ParsedAttribution.java→core/java/com/android/internal/pm/pkg/component/ParsedAttribution.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.server.pm.pkg.component; package com.android.internal.pm.pkg.component; import android.annotation.NonNull; import android.annotation.StringRes; Loading
services/core/java/com/android/server/pm/pkg/component/ParsedComponent.java→core/java/com/android/internal/pm/pkg/component/ParsedComponent.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.server.pm.pkg.component; package com.android.internal.pm.pkg.component; import android.annotation.NonNull; import android.annotation.Nullable; Loading