Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
H A DPackageData.java76 flags |= ApplicationInfo.FLAG_STOPPED; in flags()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DForceStopPreference.java69 } else if ((mEntry.info.flags & ApplicationInfo.FLAG_STOPPED) == 0) { in refresh()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DBackupEligibilityRules.java289 return ((app.flags & ApplicationInfo.FLAG_STOPPED) != 0); in appIsStopped()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAccountLoader.java94 if ((rInfo.providerInfo.applicationInfo.flags & ApplicationInfo.FLAG_STOPPED) in parsePackages()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/
H A DBackupEligibilityRulesTest.java427 applicationInfo.flags |= ApplicationInfo.FLAG_STOPPED; in appIsStopped_returnsTrue()
437 applicationInfo.flags = ~ApplicationInfo.FLAG_STOPPED; in appIsStopped_returnsFalse()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
H A DAppHibernationServiceTest.java244 stoppedPkg.applicationInfo.flags |= ApplicationInfo.FLAG_STOPPED; in testUserLevelStatesInitializedFromDisk()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/
H A DApplicationActionButtonsPreferenceController.java346 } else if ((mAppEntry.info.flags & ApplicationInfo.FLAG_STOPPED) == 0) { in updateForceStopButton()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DProcessStatsDetail.java463 if ((info.flags&ApplicationInfo.FLAG_STOPPED) == 0) { in checkForceStop()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DProvidersCache.java630 if ((info.applicationInfo.flags & ApplicationInfo.FLAG_STOPPED) != 0) {
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DAppButtonsPreferenceController.java521 } else if ((mAppEntry.info.flags & ApplicationInfo.FLAG_STOPPED) == 0) { in updateForceStopButton()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/
H A DApplicationActionButtonsPreferenceControllerTest.java796 mApplicationInfo.flags |= ApplicationInfo.FLAG_STOPPED; in setApplicationInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/apphibernation/
H A DAppHibernationService.java516 && (pkgInfo.applicationInfo.flags &= ApplicationInfo.FLAG_STOPPED) == 0 in initializeUserHibernationStates()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DPackageInfoWithoutStateUtils.java414 ai.flags |= flag(state.stopped, ApplicationInfo.FLAG_STOPPED) in generateApplicationInfoUnchecked()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java366 public static final int FLAG_STOPPED = 1<<21; field in ApplicationInfo
H A DPackageParser.java8063 ai.flags |= ApplicationInfo.FLAG_STOPPED; in generateApplicationInfo()
8065 ai.flags &= ~ApplicationInfo.FLAG_STOPPED; in generateApplicationInfo()
8082 ai.flags |= ApplicationInfo.FLAG_STOPPED; in generateApplicationInfo()
8084 ai.flags &= ~ApplicationInfo.FLAG_STOPPED; in generateApplicationInfo()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11985 field public static final int FLAG_STOPPED = 2097152; // 0x200000
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt8381 field public static final int FLAG_STOPPED = 2097152; // 0x200000