Home
last modified time | relevance | path

Searched refs:AppLaunchInformation (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
DLensPickerUtils.java103 public static AppLaunchInformation getLastLaunchedAppInfo(SharedPreferences sharedPrefs) { in getLastLaunchedAppInfo()
112 return new AppLaunchInformation(facetId, packageName, intentString); in getLastLaunchedAppInfo()
152 public static class AppLaunchInformation { class in LensPickerUtils
157 public AppLaunchInformation(String facetId, String packageName, String intentString) { in AppLaunchInformation() method in LensPickerUtils.AppLaunchInformation
DLensPickerTrampolineActivity.java158 LensPickerUtils.AppLaunchInformation info = in maybeRelaunchLastIntent()