Home | History | Annotate | Download | only in keystore

Lines Matching full:userid

604     UserState(uid_t userId) : mUserId(userId), mRetry(MAX_RETRY) {
1118 uid_t userId = get_user_id(uid);
1123 if (state->getUserId() == userId) {
1128 UserState* userState = new UserState(userId);
1134 ALOGE("User initialization failed for %u; subsuquent operations will fail", userId);
1144 uid_t userId = get_user_id(uid);
1149 if (state->getUserId() == userId) {