Searched refs:currentUserId (Results 1 – 5 of 5) sorted by relevance
54 int currentUserId = getContext().getUserId(); in onAppRebuild() local59 if (app.userId != currentUserId) { in onAppRebuild()
139 final int currentUserId = ActivityManager.getCurrentUser(); in onClick()142 if (UserHandle.getUserId(uid) == currentUserId) { in onClick()
343 int currentUserId = userManager.getUserHandle(); in getManagedProfile() local344 List<UserInfo> userProfiles = userManager.getProfiles(currentUserId); in getManagedProfile()
319 final int currentUserId = ActivityManager.getCurrentUser(); in bindStats() local337 if (userId != currentUserId) { in bindStats()
266 final int currentUserId = ActivityManager.getCurrentUser(); in loadNotifications() local279 if (sbn.getUserId() != UserHandle.USER_ALL & sbn.getUserId() != currentUserId) { in loadNotifications()