Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java811 int[] mBackgroundAppIdWhitelist = new int[] { field in ActivityManagerService
12192 final int[] whitelist = mBackgroundAppIdWhitelist;
12212 final int N = mBackgroundAppIdWhitelist.length;
12214 System.arraycopy(mBackgroundAppIdWhitelist, 0, newList, 0, N);
12216 mBackgroundAppIdWhitelist = newList;