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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java924 int[] mBackgroundAppIdWhitelist = new int[] { field in class:ActivityManagerService
13094 final int[] whitelist = mBackgroundAppIdWhitelist;
13137 final int N = mBackgroundAppIdWhitelist.length;
13139 System.arraycopy(mBackgroundAppIdWhitelist, 0, newList, 0, N);
13141 mBackgroundAppIdWhitelist = newList;
[all...]

Completed in 63 milliseconds