Searched refs:LensPickerUtils (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/ |
D | LensPickerActivity.java | 56 mSharedPrefs = LensPickerUtils.getFacetSharedPrefs(this); in onCreate() 79 String packageName = LensPickerUtils.getPackageName(rInfo); in onResume() 80 Intent launchIntent = LensPickerUtils.getLaunchIntent(packageName, rInfo, in onResume() 104 LensPickerUtils.saveLastLaunchedAppInfo(mSharedPrefs, mLastLaunchedFacetId, in onPause() 144 String packageName = LensPickerUtils.getPackageName(pkg); in getComponents() 145 if (!dedupeList.containsKey(packageName) || LensPickerUtils.isMediaService(pkg)) { in getComponents() 190 names += " " + LensPickerUtils.getPackageName(info); in printResolveInfo() 208 LensPickerUtils.launch(this /* context */, mSharedPrefs, facetId, packageName, in launch()
|
D | LensPickerTrampolineActivity.java | 52 mSharedPrefs = LensPickerUtils.getFacetSharedPrefs(this); in onCreate() 83 String facetKey = LensPickerUtils.getFacetKey(facetId); in onCreate() 158 LensPickerUtils.AppLaunchInformation info = in maybeRelaunchLastIntent() 159 LensPickerUtils.getLastLaunchedAppInfo(mSharedPrefs); in maybeRelaunchLastIntent() 191 LensPickerUtils.launch(this /* context */, mSharedPrefs, facetId, packageName, in maybeRelaunchLastIntent()
|
D | ResolverAdapter.java | 95 String packageName = LensPickerUtils.getPackageName(info); in doInBackground() 100 if (LensPickerUtils.isMediaService(info)) { in doInBackground() 117 if (LensPickerUtils.isMediaService(info)) { in doInBackground() 118 intent = LensPickerUtils.getMediaLaunchIntent(packageManager, packageName, in doInBackground()
|
D | LensPickerUtils.java | 30 public class LensPickerUtils { class 67 editor.putString(LensPickerUtils.getFacetKey(facetId), packageName); in launch() 140 if (LensPickerUtils.isMediaService(rInfo)) { in getLaunchIntent() 141 return LensPickerUtils.getMediaLaunchIntent(pm, packageName, in getLaunchIntent()
|
D | LensPickerAdapter.java | 60 mSharedPrefs = LensPickerUtils.getFacetSharedPrefs(context); in LensPickerAdapter() 96 String packageName = LensPickerUtils.getPackageName(rInfo); in doInBackground() 97 Intent launchIntent = LensPickerUtils.getLaunchIntent(packageName, rInfo, in doInBackground() 107 if (LensPickerUtils.isMediaService(rInfo)) { in doInBackground()
|