Searched defs:appIds (Results 26 – 33 of 33) sorted by relevance
12
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Installer.java | 514 public void getUserSize(String uuid, int userId, int flags, int[] appIds, PackageStats stats) in getUserSize() 530 public long[] getExternalSize(String uuid, int userId, int flags, int[] appIds) in getExternalSize()
|
H A D | AppsFilterBase.java | 277 int[] appIds = new int[existingSettings.size()]; in getVisibilityAllowList() local
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 2152 std::vector<std::string> &appIds, int &controlRuleType, int &userId, int &euid) in CheckAddInstallRuleCorrectOption() 2199 std::vector<std::string> appIds; in RunAsAddInstallRuleCommand() local 2315 std::vector<std::string> appIds; in RunAsGetInstallRuleCommand() local 2331 int &controlRuleType, std::vector<std::string> &appIds, int &userId, int &euid) in CheckDeleteInstallRuleCorrectOption() 2379 std::vector<std::string> appIds; in RunAsDeleteInstallRuleCommand() local 2796 std::vector<std::string> appIds; in RunAsGetAppRunningControlRuleCommand() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BatteryStatsCpuTimesTest.java | 1397 private int[] getUids(int userId, int[] appIds) { in getUids()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 3733 std::vector<std::string> appIds; variable 3760 std::vector<std::string> appIds; variable 3787 std::vector<std::string> appIds; variable 3824 std::vector<std::string> appIds; variable 3863 std::vector<std::string> appIds; variable 3902 std::vector<std::string> appIds; variable
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | LowPowerStandbyController.java | 1247 final List<Integer> appIds = new ArrayList<>(); in getExemptPackageAppIdsLocked() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 574 std::vector<std::string> appIds; in UninstallAppControl() local 5546 std::vector<std::string> appIds; in UpdateAppInstallControlled() local
|
H A D | inner_bundle_info.cpp | 4237 auto appIds = baseBundleInfo_->oldAppIds; in AddOldAppId() local
|
12