Searched refs:removeInt (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | ArrayUtilsTest.java | 111 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 D | NotificationBackgroundView.java | 214 drawableState = ArrayUtils.removeInt(drawableState, in setState()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | SharedUserSetting.java | 318 excludedUserIds = ArrayUtils.removeInt(excludedUserIds, userId);
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ArrayUtils.java | 516 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 D | StorageManagerService.java | 404 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 D | UserController.java | 2919 mCurrentProfileIds = ArrayUtils.removeInt(mCurrentProfileIds, userId);
|
H A D | ProcessList.java | 1800 permGids = ArrayUtils.removeInt(permGids, gid);
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobSchedulerService.java | 1542 mStartedUsers = ArrayUtils.removeInt(mStartedUsers, user.getUserIdentifier());
|