Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java764 private int[] mBackgroundAppIdAllowlist = new int[] { field in ActivityManagerService
6136 final int[] allowlist = mBackgroundAppIdAllowlist; in uidOnBackgroundAllowlistLOSP()
6179 final int num = mBackgroundAppIdAllowlist.length; in backgroundAllowlistUid()
6181 System.arraycopy(mBackgroundAppIdAllowlist, 0, newList, 0, num); in backgroundAllowlistUid()
6183 mBackgroundAppIdAllowlist = newList; in backgroundAllowlistUid()