Home | History | Annotate | Download | only in clipboard

Lines Matching defs:related

175             List<UserInfo> related = getRelatedProfiles(userId);
176 if (related != null) {
177 int size = related.size();
178 if (size > 1) { // Related profiles list include the current profile.
186 // Copy clip data to related users if allowed. If disallowed, then remove
187 // primary clip in related users to prevent pasting stale content.
194 int id = related.get(i).id;
205 final List<UserInfo> related;
208 related = mUm.getProfiles(userId, true);
215 return related;