Home
last modified time | relevance | path

Searched defs:appIds (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DInstallerTest.java95 int[] appIds = null; in testGetAppSize() local
137 final int[] appIds = getAppIds(UserHandle.USER_SYSTEM); in testGetUserSize() local
158 final int[] appIds = getAppIds(UserHandle.USER_SYSTEM); in testGetExternalSize() local
175 int[] appIds = null; in getAppIds() local
/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
H A DServiceEntitlement.java133 public String queryEntitlementStatus(ImmutableList<String> appIds, in queryEntitlementStatus()
/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
H A DEapAkaApi.java111 public String queryEntitlementStatus(ImmutableList<String> appIds, in queryEntitlementStatus()
267 Uri.Builder urlBuilder, ImmutableList<String> appIds, in appendParametersForServiceEntitlementRequest()
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java422 final int[] appIds = getAppIds(userId); in queryStatsForUser() local
455 final int[] appIds = getAppIds(userId); in queryExternalStatsForUser() local
480 int[] appIds = null; in getAppIds() local
/aosp12/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/
H A DEapAkaApiTest.java186 ImmutableList<String> appIds = ImmutableList.of(ServiceEntitlement.APP_VOWIFI, in queryEntitlementStatus_hasAuthenticationToken_multipleAppIds() local
/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl41 long[] getUserSize(@nullable @utf8InCpp String uuid, int userId, int flags, in int[] appIds); in getUserSize()
42 … long[] getExternalSize(@nullable @utf8InCpp String uuid, int userId, int flags, in int[] appIds); in getExternalSize()
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl38 void addAppIds(in @utf8InCpp String[] packageNames, in int[] appIds); in addAppIds()
39 void addSandboxIds(in int[] appIds, in @utf8InCpp String[] sandboxIds); in addSandboxIds()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java417 public void getUserSize(String uuid, int userId, int flags, int[] appIds, PackageStats stats) in getUserSize()
433 public long[] getExternalSize(String uuid, int userId, int flags, int[] appIds) in getExternalSize()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DAppStateTrackerTest.java1497 static int[] array(int... appIds) { in array()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DAlarmManagerServiceTest.java2873 final Integer[] appIds = new Integer[]{43, 254, 7731}; in onLastOpScheduleExactAlarmOnUserStart() local
2950 final Integer[] appIds = new Integer[]{11, 2, 9}; in refreshExactAlarmCandidatesOnPackageAdded() local
2967 final Integer[] appIds = new Integer[]{15, 21, 3}; in refreshExactAlarmCandidatesOnPackageReplaced() local
2985 final Integer[] appIds = new Integer[]{99, 1, 19}; in refreshExactAlarmCandidatesOnPackageRemoved() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java248 List<Integer> appIds = new ArrayList(); in getAllAppsIds() local
/aosp12/system/vold/
H A DVoldNativeService.cpp219 const std::vector<int32_t>& appIds) { in addAppIds()
223 binder::Status VoldNativeService::addSandboxIds(const std::vector<int32_t>& appIds, in addSandboxIds()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DPermissionMonitor.java650 private Set<Integer> intersectUids(Set<UidRange> ranges, Set<Integer> appIds) { in intersectUids()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsCpuTimesTest.java1342 private int[] getUids(int userId, int[] appIds) { in getUids()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1906 …izesForUserWithQuota(const std::string& uuid, int32_t userId, const std::vector<int32_t>& appIds) { in getExternalSizesForUserWithQuota()
1993 int32_t userId, int32_t flags, const std::vector<int32_t>& appIds, in getUserSize()
2125 int32_t userId, int32_t flags, const std::vector<int32_t>& appIds, in getExternalSize()