Home
last modified time | relevance | path

Searched refs:removeInt (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DArrayUtilsTest.java107 assertNull(ArrayUtils.removeInt(null, 1)); in testRemoveInt()
109 ArrayUtils.removeInt(new int[] { }, 1)); in testRemoveInt()
111 ArrayUtils.removeInt(new int[] { 1, 2, 3}, 4)); in testRemoveInt()
113 ArrayUtils.removeInt(new int[] { 1, 2, 3}, 1)); in testRemoveInt()
115 ArrayUtils.removeInt(new int[] { 1, 2, 3}, 2)); in testRemoveInt()
117 ArrayUtils.removeInt(new int[] { 1, 2, 3}, 3)); in testRemoveInt()
119 ArrayUtils.removeInt(new int[] { 1, 2, 3, 1 }, 1)); in testRemoveInt()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java179 drawableState = ArrayUtils.removeInt(drawableState, in setState()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DDisplayGroupPowerStateMapper.java94 mDisplayGroupIds = ArrayUtils.removeInt(mDisplayGroupIds, groupId);
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DSharedUserSetting.java249 excludedUserIds = ArrayUtils.removeInt(excludedUserIds, userId);
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DArrayUtils.java483 public static @Nullable int[] removeInt(@Nullable int[] cur, int val) { in removeInt() method in ArrayUtils
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java385 users = ArrayUtils.removeInt(users, userId); in remove()
1259 mSystemUnlockedUsers = ArrayUtils.removeInt(mSystemUnlockedUsers, userId); in onCleanupUser()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java2527 mCurrentProfileIds = ArrayUtils.removeInt(mCurrentProfileIds, userId);
H A DProcessList.java1880 permGids = ArrayUtils.removeInt(permGids, gid);
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java1032 mStartedUsers = ArrayUtils.removeInt(mStartedUsers, user.getUserIdentifier());
/aosp12/frameworks/base/services/
H A Dart-profile671 PLcom/android/internal/util/jobs/ArrayUtils;->removeInt([II)[I