Home
last modified time | relevance | path

Searched refs:showAppDetailsForProfile (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/compat/
DLauncherAppsCompat.java81 public abstract void showAppDetailsForProfile(ComponentName component, UserHandle user, in showAppDetailsForProfile() method in LauncherAppsCompat
147 public void showAppDetailsForProfile(ComponentName component, UserHandle user) { in showAppDetailsForProfile() method in LauncherAppsCompat
148 showAppDetailsForProfile(component, user, null, null); in showAppDetailsForProfile()
DLauncherAppsCompatVL.java98 public void showAppDetailsForProfile(ComponentName component, UserHandle user, in showAppDetailsForProfile() method in LauncherAppsCompatVL
/packages/apps/Launcher3/src/com/android/launcher3/
DInfoDropTarget.java84 .showAppDetailsForProfile(componentName, info.user, sourceBounds, opts); in startDetailsActivityForInfo()