/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
D | InstallerTest.java | 95 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
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | SmallAreaDetectionController.java | 40 private static native void nativeUpdateSmallAreaDetection(int[] appIds, float[] thresholds); in nativeUpdateSmallAreaDetection() 117 final int[] appIds = new int[appIdThresholdList.size()]; in updateSmallAreaDetection() local 127 void updateSmallAreaDetection(int[] appIds, float[] thresholds) { in updateSmallAreaDetection()
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/ |
D | ServiceEntitlement.java | 221 public String queryEntitlementStatus(ImmutableList<String> appIds, in queryEntitlementStatus() 236 public HttpResponse getEntitlementStatusResponse(ImmutableList<String> appIds, in getEntitlementStatusResponse()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_display_SmallAreaDetectionController.cpp | 31 ScopedIntArrayRO appIds(env, jappIds); in nativeUpdateSmallAreaDetection() local
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/ |
D | AppOpsUpgradeTest.java | 244 int[] appIds = {10267, 10181, 10198, 10199, 10200, 4213}; in upgradeScheduleExactAlarm() local 302 int[] appIds = {10267, 10181, 10198, 10199, 10200, 4213}; in resetUseFullScreenIntent() local
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/ |
D | EapAkaApi.java | 159 ImmutableList<String> appIds, in queryEntitlementStatus() 571 ImmutableList<String> appIds, in appendParametersForServiceEntitlementRequest() 615 JSONObject postData, ImmutableList<String> appIds, ServiceEntitlementRequest request) in appendParametersForServiceEntitlementRequest()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | StorageStatsService.java | 497 final int[] appIds = getAppIds(userId); in queryStatsForUser() local 530 final int[] appIds = getAppIds(userId); in queryExternalStatsForUser() local 555 int[] appIds = null; in getAppIds() local
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 43 long[] getUserSize(@nullable @utf8InCpp String uuid, int userId, int flags, in int[] appIds); in getUserSize() 44 … long[] getExternalSize(@nullable @utf8InCpp String uuid, int userId, int flags, in int[] appIds); in getExternalSize()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 519 public void getUserSize(String uuid, int userId, int flags, int[] appIds, PackageStats stats) in getUserSize() 535 public long[] getExternalSize(String uuid, int userId, int flags, int[] appIds) in getExternalSize()
|
D | AppsFilterBase.java | 279 int[] appIds = new int[existingSettings.size()]; in getVisibilityAllowList() local
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/ |
D | AppStateTrackerTest.java | 1744 static int[] array(int... appIds) { in array()
|
/frameworks/native/libs/gui/aidl/android/gui/ |
D | ISurfaceComposer.aidl | 501 oneway void updateSmallAreaDetection(in int[] appIds, in float[] thresholds); in updateSmallAreaDetection()
|
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | BatteryStatsCpuTimesTest.java | 1427 private int[] getUids(int userId, int[] appIds) { in getUids()
|
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/ |
D | EapAkaApiTest.java | 484 ImmutableList<String> appIds = in queryEntitlementStatus_hasAuthenticationToken_multipleAppIds() local
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | LowPowerStandbyController.java | 1281 final List<Integer> appIds = new ArrayList<>(); in getExemptPackageAppIdsLocked() local
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 2739 …izesForUserWithQuota(const std::string& uuid, int32_t userId, const std::vector<int32_t>& appIds) { in getExternalSizesForUserWithQuota() 2826 int32_t userId, int32_t flags, const std::vector<int32_t>& appIds, in getUserSize() 2962 int32_t userId, int32_t flags, const std::vector<int32_t>& appIds, in getExternalSize()
|
/frameworks/base/services/permission/java/com/android/server/permission/access/permission/ |
D | PermissionService.kt | 2064 val appIds = MutableIndexedSet<Int>() in <lambda>() constant
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 2807 status_t SurfaceComposerClient::updateSmallAreaDetection(std::vector<int32_t>& appIds, in updateSmallAreaDetection()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 10388 binder::Status SurfaceComposerAIDL::updateSmallAreaDetection(const std::vector<int32_t>& appIds, in updateSmallAreaDetection()
|