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

/frameworks/base/services/print/java/com/android/server/print/
H A DPrintManagerService.java122 final UserState userState;
131 userState = getOrCreateUserStateLocked(resolvedUserId);
135 return userState.print(printJobName, adapter, attributes,
146 final UserState userState;
153 userState = getOrCreateUserStateLocked(resolvedUserId);
157 return userState.getPrintJobInfos(resolvedAppId);
167 final UserState userState;
174 userState = getOrCreateUserStateLocked(resolvedUserId);
178 return userState.getPrintJobInfo(printJobId, resolvedAppId);
188 final UserState userState;
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java261 UserState userState = getCurrentUserStateLocked();
266 userState.mInstalledServices.clear();
267 if (userState.mUiAutomationService == null) {
268 if (readConfigurationForUserStateLocked(userState)) {
269 onUserStateChangedLocked(userState);
284 UserState userState = getUserStateLocked(userId);
285 Iterator<ComponentName> it = userState.mEnabledServices.iterator();
294 userState.mEnabledServices, userId);
296 userState.mTouchExplorationGrantedServices.remove(comp);
300 userState
942 readInstalledAccessibilityServiceLocked(UserState userState) argument
981 readEnabledAccessibilityServicesLocked(UserState userState) argument
995 readTouchExplorationGrantedAccessibilityServicesLocked( UserState userState) argument
1040 addServiceLocked(Service service, UserState userState) argument
1055 removeServiceLocked(Service service, UserState userState) argument
1107 unbindAllServicesLocked(UserState userState) argument
1167 manageServicesLocked(UserState userState) argument
1214 scheduleUpdateClientsIfNeededLocked(UserState userState) argument
1225 scheduleUpdateInputFilter(UserState userState) argument
1229 updateInputFilter(UserState userState) argument
1320 onUserStateChangedLocked(UserState userState) argument
1335 updateAccessibilityFocusBehaviorLocked(UserState userState) argument
1357 updateWindowsForAccessibilityCallbackLocked(UserState userState) argument
1394 updateLegacyCapabilitiesLocked(UserState userState) argument
1416 updateFilterKeyEventsLocked(UserState userState) argument
1431 updateServicesLocked(UserState userState) argument
1439 readConfigurationForUserStateLocked(UserState userState) argument
1452 readAccessibilityEnabledSettingLocked(UserState userState) argument
1463 readTouchExplorationEnabledSettingLocked(UserState userState) argument
1474 readDisplayMagnificationEnabledSettingLocked(UserState userState) argument
1486 readEnhancedWebAccessibilityEnabledChangedLocked(UserState userState) argument
1497 readDisplayColorAdjustmentSettingsLocked(UserState userState) argument
1509 readHighTextContrastEnabledSettingLocked(UserState userState) argument
1521 updateTouchExplorationLocked(UserState userState) argument
1574 updateEnhancedWebAccessibilityLocked(UserState userState) argument
1603 updateDisplayColorAdjustmentSettingsLocked(UserState userState) argument
1607 hasRunningServicesLocked(UserState userState) argument
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java209 UserState userState = getUserStateLocked(getChangingUserId());
210 if (!userState.packageSet.contains(packageName)) {
268 UserState userState = getUserStateLocked(userId);
269 userState.packageSet.clear();
287 ServiceState serviceState = userState.serviceStateMap.get(component);
293 userState.serviceStateMap.put(component, serviceState);
306 userState.packageSet.add(si.packageName);
314 TvInputState state = userState.inputMap.get(info.getId());
323 if (!userState.inputMap.containsKey(inputId)) {
324 notifyInputAddedLocked(userState, inputI
672 notifyInputAddedLocked(UserState userState, String inputId) argument
685 notifyInputRemovedLocked(UserState userState, String inputId) argument
698 notifyInputUpdatedLocked(UserState userState, String inputId) argument
711 notifyInputStateChangedLocked(UserState userState, String inputId, int state, ITvInputManagerCallback targetCallback) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java104 private final SparseArray<PackageUserState> userState = new SparseArray<PackageUserState>(); field in class:PackageSettingBase
151 userState.clear();
152 for (int i=0; i<base.userState.size(); i++) {
153 userState.put(base.userState.keyAt(i),
154 new PackageUserState(base.userState.valueAt(i)));
216 userState.clear();
217 for (int i=0; i<base.userState.size(); i++) {
218 userState.put(base.userState
[all...]

Completed in 109 milliseconds