Searched refs:mBackgroundAppIdWhitelist (Results 1 – 1 of 1) sorted by relevance
683 int[] mBackgroundAppIdWhitelist = new int[] { field in ActivityManagerService7750 final int[] whitelist = mBackgroundAppIdWhitelist; in uidOnBackgroundWhitelist()7793 final int N = mBackgroundAppIdWhitelist.length; in backgroundWhitelistUid()7795 System.arraycopy(mBackgroundAppIdWhitelist, 0, newList, 0, N); in backgroundWhitelistUid()7797 mBackgroundAppIdWhitelist = newList; in backgroundWhitelistUid()