Searched refs:mBackgroundAppIdAllowlist (Results 1 – 1 of 1) sorted by relevance
764 private int[] mBackgroundAppIdAllowlist = new int[] { field in ActivityManagerService6136 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()