Searched defs:resolveActivity (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DLauncherAppsCompat.java68 public abstract LauncherActivityInfoCompat resolveActivity(Intent intent, method in class:LauncherAppsCompat
H A DLauncherAppsCompatV16.java70 public LauncherActivityInfoCompat resolveActivity(Intent intent, UserHandleCompat user) { method in class:LauncherAppsCompatV16
71 ResolveInfo info = mPm.resolveActivity(intent, 0);
H A DLauncherAppsCompatVL.java62 public LauncherActivityInfoCompat resolveActivity(Intent intent, UserHandleCompat user) { method in class:LauncherAppsCompatVL
63 LauncherActivityInfo activity = mLauncherApps.resolveActivity(intent, user.getUser());

Completed in 47 milliseconds