Searched refs:user (Results 151 - 152 of 152) sorted by relevance

1234567

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java98 * Each page contains a number of icons, folders or widgets the user can
256 // Variables relating to the creation of user folders by hovering shortcuts over shortcuts
2491 // When quickly moving an item, a user may accidentally rearrange their
3932 public void removeAbandonedPromise(String packageName, UserHandle user) { argument
3935 ItemInfoMatcher matcher = ItemInfoMatcher.ofPackages(packages, user);
3967 .getInstance(mLauncher).findProvider(item.providerName, item.user);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java2323 * or raw contact belongs to the user's personal profile. Overridden in the profile
3188 * Delete any remaining rows in the calls table if the user is a profile of another user.
3194 final UserInfo user = userManager.getUserInfo(userManager.getUserHandle());
3195 if (user.isManagedProfile()) {
3252 * Add a "hidden" column for call log entries we want to hide after an upgrade until the user
4463 * user and calling package(s).
4471 * user and calling package(s).
4481 sb.append(", calling user: ");

Completed in 77 milliseconds

1234567