Searched refs:currentUserId (Results 1 – 4 of 4) sorted by relevance
123 int currentUserId = ActivityManager.getCurrentUser(); in setLocationEnabled() local124 if (isUserLocationRestricted(currentUserId)) { in setLocationEnabled()135 .putIntForUser(cr, Settings.Secure.LOCATION_MODE, mode, currentUserId); in setLocationEnabled()
304 int currentUserId = mLockPatternUtils.getCurrentUser(); in handleUnlock() local305 if (authenticatedUserId == currentUserId) { in handleUnlock()311 ") because the current user is " + currentUserId); in handleUnlock()
108 final int currentUserId = mService.mCurrentUserId; in addTask() local109 if (task.mUserId != currentUserId) { in addTask()112 if (currentUserId != mTasks.get(stackNdx).mUserId) { in addTask()
195 final int currentUserId = ActivityManager.getCurrentUser(); in testDream() local196 if (callingUserId != currentUserId) { in testDream()200 + ", currentUserId=" + currentUserId); in testDream()