Home
last modified time | relevance | path

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

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBackgroundView.java204 drawableState = ArrayUtils.removeInt(drawableState, in setState()
/frameworks/base/services/core/java/com/android/server/pm/
DSharedUserSetting.java208 excludedUserIds = ArrayUtils.removeInt(excludedUserIds, userId); in getNotInstalledUserIds()
/frameworks/base/core/java/com/android/internal/util/
DArrayUtils.java470 public static @Nullable int[] removeInt(@Nullable int[] cur, int val) { in removeInt() method in ArrayUtils
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java387 users = ArrayUtils.removeInt(users, userId); in remove()
1226 mSystemUnlockedUsers = ArrayUtils.removeInt(mSystemUnlockedUsers, userId); in onCleanupUser()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java2320 mCurrentProfileIds = ArrayUtils.removeInt(mCurrentProfileIds, userId);
DProcessList.java1793 permGids = ArrayUtils.removeInt(permGids, gid);
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerService.java995 mStartedUsers = ArrayUtils.removeInt(mStartedUsers, userHandle);
/frameworks/base/config/
Dboot-image-profile.txt29785 HSPLcom/android/internal/util/ArrayUtils;->removeInt([II)[I