HomeSort by relevance Sort by last modified time
    Searched defs:UserState (Results 1 - 16 of 16) sorted by null

  /system/security/keystore/
user_state.cpp 35 UserState::UserState(uid_t userId) :
41 UserState::~UserState() {
46 bool UserState::initialize() {
61 void UserState::setState(State state) {
68 void UserState::zeroizeMasterKeysInMemory() {
73 bool UserState::deleteMasterKey() {
79 ResponseCode UserState::initialize(const android::String8& pw, Entropy* entropy) {
91 ResponseCode UserState::copyMasterKey(UserState* src)
    [all...]
user_state.h 30 class UserState {
32 explicit UserState(uid_t userId);
33 ~UserState();
52 ResponseCode copyMasterKey(UserState* src);
53 ResponseCode copyMasterKeyFile(UserState* src);
  /frameworks/base/services/core/java/com/android/server/am/
UserState.java 34 public final class UserState {
35 private static final String TAG = TAG_WITH_CLASS_NAME ? "UserState" : TAG_AM;
68 public UserState(UserHandle handle) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowUserManager.java 45 private Map<UserHandle, UserState> userState = new HashMap<>();
226 UserState state = userState.get(handle);
228 if (state == UserState.STATE_RUNNING_LOCKED
229 || state == UserState.STATE_RUNNING_UNLOCKED
230 || state == UserState.STATE_RUNNING_UNLOCKING) {
240 UserState state = userState.get(handle);
242 if (state == UserState.STATE_RUNNING_LOCKE
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 607 int UserState = FuncInfo.EHPadStateMap[ChildCleanup];
609 FuncInfo.ClrEHUnwindMap[UserState].TryParentState;
    [all...]
  /frameworks/base/services/core/java/com/android/server/textclassifier/
TextClassificationManagerService.java 103 UserState userState = mManagerService.peekUserStateLocked(userId);
104 if (userState != null) {
105 userState.mConnection.cleanupService();
116 final SparseArray<UserState> mUserStates = new SparseArray<>();
132 UserState userState = getCallingUserStateLocked();
133 if (!userState.bindLocked()) {
135 } else if (userState.isBoundLocked()) {
136 userState.mService.onSuggestSelection(sessionId, request, callback)
    [all...]
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java 102 final class UserState implements PrintSpoolerCallbacks, PrintServiceCallbacks,
105 private static final String LOG_TAG = "UserState";
164 public UserState(Context context, int userId, Object lock, boolean lowPriority) {
701 UserState::handleDispatchPrintJobStateChanged,
708 UserState::handleDispatchPrintServicesChanged, this));
714 UserState::handleDispatchPrintServiceRecommendationsUpdated,
781 UserState::onConfigurationChanged, this),
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 332 static class UserState {
605 UserState mUser;
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 126 // A map from user id to UserState.
127 private final SparseArray<UserState> mUserStates = new SparseArray<>();
264 UserState userState = getOrCreateUserStateLocked(userId);
265 userState.packageSet.clear();
284 ServiceState serviceState = userState.serviceStateMap.get(component);
289 userState.serviceStateMap.put(component, serviceState);
303 userState.packageSet.add(si.packageName);
311 TvInputState inputState = userState.inputMap.get(info.getId());
320 if (!userState.inputMap.containsKey(inputId))
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 102 import com.android.server.am.UserState;
541 mUserStates.put(UserHandle.USER_SYSTEM, UserState.STATE_BOOTING);
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 245 private final SparseArray<UserState> mUserStates = new SparseArray<>();
260 private UserState getCurrentUserStateLocked() {
300 private UserState getUserState(int userId) {
306 private UserState getUserStateLocked(int userId) {
307 UserState state = mUserStates.get(userId);
309 state = new UserState(userId);
334 UserState userState = getCurrentUserStateLocked();
338 userState.mInstalledServices.clear();
339 if (readConfigurationForUserStateLocked(userState)) {
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 347 milliseconds