Lines Matching refs:user

261     // Keep track of whether the user has left launcher
413 // If the user leaves launcher, then we should just load items asynchronously when
417 // We only load the page synchronously if the user rotates (or triggers a
695 // The pattern used here is that a user PICKs a specific application,
698 // For example, the user would PICK_SHORTCUT for "Music playlist", and we
1276 launcherInfo.user = appWidgetInfo.getProfile();
1332 // Listen for broadcasts related to user-presence
1907 // Handle case where user selected "Applications"
2141 void startApplicationDetailsActivity(ComponentName componentName, UserHandle user) {
2144 launcherApps.startAppDetailsActivity(componentName, user, null, null);
2154 void startApplicationUninstallActivity(ApplicationInfo appInfo, UserHandle user) {
2167 if (user != null) {
2168 intent.putExtra(Intent.EXTRA_USER, user);
2182 UserHandle user = (UserHandle) intent.getParcelableExtra(ApplicationInfo.EXTRA_PROFILE);
2188 if (user == null || user.equals(android.os.Process.myUserHandle())) {
2192 launcherApps.startMainActivity(intent.getComponent(), user,
2197 if (user == null || user.equals(android.os.Process.myUserHandle())) {
2200 launcherApps.startMainActivity(intent.getComponent(), user,
2386 * Opens the user folder described by the specified tag. The opening of the folder
3650 // If the user has not interacted recently, then either snap to the new page to show
3658 // If the user has interacted recently, then just add the items in place if they
3767 // We just post the call to setApps so the user sees the progress bar
3832 final boolean matchPackageNamesOnly, final UserHandle user) {
3835 bindComponentsRemoved(packageNames, appInfos, matchPackageNamesOnly, user);
3842 mWorkspace.removeItemsByPackageName(packageNames, user);
3844 mWorkspace.removeItemsByApplicationInfo(appInfos, user);