Home | History | Annotate | Download | only in content

Lines Matching refs:getUserId

529         return UserHandle.getUserId(uid) == context.getUserId()
609 final int callingUserId = UserHandle.getUserId(uid);
2017 if (userId != UserHandle.USER_CURRENT && userId != mContext.getUserId()) {
2019 + mContext.getUserId() + " with a uri belonging to user " + userId);