Searched refs:userServiceListeners (Results 1 – 1 of 1) sorted by relevance
248 userServiceListeners = createUserServiceListenersIfNeededLocked(userId); in registerListenerIfNeeded() local250 if (!userServiceListeners.contains(sensor)) { in registerListenerIfNeeded()285 SparseArray<OnSensorPrivacyChangedListener> userServiceListeners = in createUserServiceListenersIfNeededLocked() local287 if (userServiceListeners == null) { in createUserServiceListenersIfNeededLocked()288 userServiceListeners = new SparseArray<>(); in createUserServiceListenersIfNeededLocked()289 mServiceListeners.put(userId, userServiceListeners); in createUserServiceListenersIfNeededLocked()291 return userServiceListeners; in createUserServiceListenersIfNeededLocked()