Searched refs:mBackgroundAppIdWhitelist (Results 1 – 1 of 1) sorted by relevance
811 int[] mBackgroundAppIdWhitelist = new int[] { field in ActivityManagerService12192 final int[] whitelist = mBackgroundAppIdWhitelist;12212 final int N = mBackgroundAppIdWhitelist.length;12214 System.arraycopy(mBackgroundAppIdWhitelist, 0, newList, 0, N);12216 mBackgroundAppIdWhitelist = newList;