Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DArrayUtilsTest.java111 assertNull(ArrayUtils.removeInt(null, 1)); in testRemoveInt()
113 ArrayUtils.removeInt(new int[] { }, 1)); in testRemoveInt()
115 ArrayUtils.removeInt(new int[] { 1, 2, 3}, 4)); in testRemoveInt()
117 ArrayUtils.removeInt(new int[] { 1, 2, 3}, 1)); in testRemoveInt()
119 ArrayUtils.removeInt(new int[] { 1, 2, 3}, 2)); in testRemoveInt()
121 ArrayUtils.removeInt(new int[] { 1, 2, 3}, 3)); in testRemoveInt()
123 ArrayUtils.removeInt(new int[] { 1, 2, 3, 1 }, 1)); in testRemoveInt()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java214 drawableState = ArrayUtils.removeInt(drawableState, in setState()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSharedUserSetting.java318 excludedUserIds = ArrayUtils.removeInt(excludedUserIds, userId);
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DArrayUtils.java516 public static @Nullable int[] removeInt(@Nullable int[] cur, int val) { in removeInt() method in ArrayUtils
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java404 users = ArrayUtils.removeInt(users, userId); in remove()
1235 mSystemUnlockedUsers = ArrayUtils.removeInt(mSystemUnlockedUsers, userId); in onCleanupUser()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java2919 mCurrentProfileIds = ArrayUtils.removeInt(mCurrentProfileIds, userId);
H A DProcessList.java1800 permGids = ArrayUtils.removeInt(permGids, gid);
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java1542 mStartedUsers = ArrayUtils.removeInt(mStartedUsers, user.getUserIdentifier());