Home
last modified time | relevance | path

Searched refs:FLAG_STOPPED (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
H A DPackageData.java76 flags |= ApplicationInfo.FLAG_STOPPED; in flags()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DBackupEligibilityRules.java318 return ((app.flags & ApplicationInfo.FLAG_STOPPED) != 0); in appIsStopped()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/utils/
H A DBackupEligibilityRulesTest.java499 applicationInfo.flags |= ApplicationInfo.FLAG_STOPPED; in appIsStopped_returnsTrue()
509 applicationInfo.flags = ~ApplicationInfo.FLAG_STOPPED; in appIsStopped_returnsFalse()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
H A DAppHibernationServiceTest.java285 stoppedPkg.applicationInfo.flags |= ApplicationInfo.FLAG_STOPPED; in testUserLevelStatesInitializedFromDisk()
/aosp14/frameworks/base/services/core/java/com/android/server/apphibernation/
H A DAppHibernationService.java599 && (pkgInfo.applicationInfo.flags &= ApplicationInfo.FLAG_STOPPED) == 0 in initializeUserHibernationStates()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java377 public static final int FLAG_STOPPED = 1<<21; field in ApplicationInfo
H A DPackageParser.java8060 ai.flags |= ApplicationInfo.FLAG_STOPPED; in generateApplicationInfo()
8062 ai.flags &= ~ApplicationInfo.FLAG_STOPPED; in generateApplicationInfo()
8079 ai.flags |= ApplicationInfo.FLAG_STOPPED; in generateApplicationInfo()
8081 ai.flags &= ~ApplicationInfo.FLAG_STOPPED; in generateApplicationInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java375 ai.flags |= flag(state.isStopped(), ApplicationInfo.FLAG_STOPPED) in updateApplicationInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java1133 final boolean stopped = (info.applicationInfo.flags & ApplicationInfo.FLAG_STOPPED) != 0; in logAppTransition()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueueImpl.java1490 (info.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_STOPPED) != 0; in processNextBroadcastLocked()
H A DBroadcastQueueModernImpl.java897 if ((info.flags & ApplicationInfo.FLAG_STOPPED) != 0) { in scheduleReceiverColdLocked()
H A DContentProviderHelper.java531 ((cpr.appInfo.flags & ApplicationInfo.FLAG_STOPPED) != 0) in getContentProviderImpl()
H A DActiveServices.java1387 final boolean wasStopped = (r.appInfo.flags & ApplicationInfo.FLAG_STOPPED) != 0; in startServiceInnerLocked()
3742 final boolean wasStopped = (s.appInfo.flags & ApplicationInfo.FLAG_STOPPED) != 0; in bindServiceLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java1109 ((info.applicationInfo.flags & ApplicationInfo.FLAG_STOPPED) != 0) in runListPackages()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11813 field public static final int FLAG_STOPPED = 2097152; // 0x200000