/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
H A D | PackageData.java | 76 flags |= ApplicationInfo.FLAG_STOPPED; in flags()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
H A D | ForceStopPreference.java | 69 } else if ((mEntry.info.flags & ApplicationInfo.FLAG_STOPPED) == 0) { in refresh()
|
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
H A D | BackupEligibilityRules.java | 289 return ((app.flags & ApplicationInfo.FLAG_STOPPED) != 0); in appIsStopped()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapAccountLoader.java | 94 if ((rInfo.providerInfo.applicationInfo.flags & ApplicationInfo.FLAG_STOPPED) in parsePackages()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/ |
H A D | BackupEligibilityRulesTest.java | 427 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 D | AppHibernationServiceTest.java | 244 stoppedPkg.applicationInfo.flags |= ApplicationInfo.FLAG_STOPPED; in testUserLevelStatesInitializedFromDisk()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/ |
H A D | ApplicationActionButtonsPreferenceController.java | 346 } else if ((mAppEntry.info.flags & ApplicationInfo.FLAG_STOPPED) == 0) { in updateForceStopButton()
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/ |
H A D | ProcessStatsDetail.java | 463 if ((info.flags&ApplicationInfo.FLAG_STOPPED) == 0) { in checkForceStop()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
H A D | ProvidersCache.java | 630 if ((info.applicationInfo.flags & ApplicationInfo.FLAG_STOPPED) != 0) {
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
H A D | AppButtonsPreferenceController.java | 521 } 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 D | ApplicationActionButtonsPreferenceControllerTest.java | 796 mApplicationInfo.flags |= ApplicationInfo.FLAG_STOPPED; in setApplicationInfo()
|
/aosp12/frameworks/base/services/core/java/com/android/server/apphibernation/ |
H A D | AppHibernationService.java | 516 && (pkgInfo.applicationInfo.flags &= ApplicationInfo.FLAG_STOPPED) == 0 in initializeUserHibernationStates()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | PackageInfoWithoutStateUtils.java | 414 ai.flags |= flag(state.stopped, ApplicationInfo.FLAG_STOPPED) in generateApplicationInfoUnchecked()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ApplicationInfo.java | 366 public static final int FLAG_STOPPED = 1<<21; field in ApplicationInfo
|
H A D | PackageParser.java | 8063 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 11985 field public static final int FLAG_STOPPED = 2097152; // 0x200000
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 8381 field public static final int FLAG_STOPPED = 2097152; // 0x200000
|