Searched refs:AppLaunchInformation (Results 1 – 2 of 2) sorted by relevance
103 public static AppLaunchInformation getLastLaunchedAppInfo(SharedPreferences sharedPrefs) { in getLastLaunchedAppInfo()112 return new AppLaunchInformation(facetId, packageName, intentString); in getLastLaunchedAppInfo()152 public static class AppLaunchInformation { class in LensPickerUtils157 public AppLaunchInformation(String facetId, String packageName, String intentString) { in AppLaunchInformation() method in LensPickerUtils.AppLaunchInformation
158 LensPickerUtils.AppLaunchInformation info = in maybeRelaunchLastIntent()