Searched refs:mBackgroundAppIdAllowlist (Results 1 – 1 of 1) sorted by relevance
767 private int[] mBackgroundAppIdAllowlist = new int[] { field in ActivityManagerService6164 final int[] allowlist = mBackgroundAppIdAllowlist; in uidOnBackgroundAllowlistLOSP()6207 final int num = mBackgroundAppIdAllowlist.length; in backgroundAllowlistUid()6209 System.arraycopy(mBackgroundAppIdAllowlist, 0, newList, 0, num); in backgroundAllowlistUid()6211 mBackgroundAppIdAllowlist = newList; in backgroundAllowlistUid()