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

/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java214 private int[] mCurrentUserProfiles = new int[] { UserHandle.USER_OWNER }; field in class:LocationManagerService
310 mCurrentUserProfiles = new int[profiles.size()];
311 for (int i = 0; i < mCurrentUserProfiles.length; i++) {
312 mCurrentUserProfiles[i] = profiles.get(i).id;
319 * users stored in mCurrentUserProfiles.
323 for (int i = 0; i < mCurrentUserProfiles.length; i++) {
324 if (mCurrentUserProfiles[i] == userId) {

Completed in 62 milliseconds