Searched refs:AppLauncherUtils (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/ |
H A D | AppLauncherUtilsTest.java | 23 import static com.android.car.carlauncher.AppLauncherUtils.APP_TYPE_LAUNCHABLES; 24 import static com.android.car.carlauncher.AppLauncherUtils.APP_TYPE_MEDIA_SERVICES; 111 AppLauncherUtils.LauncherAppsInfo launcherAppsInfo = AppLauncherUtils.getLauncherApps( in testGetLauncherAppsWithEnableAndLaunchDisabledApps() 141 AppLauncherUtils.LauncherAppsInfo launcherAppsInfo = AppLauncherUtils.getLauncherApps( in testGetLauncherAppsWithNotEnablingEnabledApps() 165 AppLauncherUtils.LauncherAppsInfo launcherAppsInfo = AppLauncherUtils.getLauncherApps( in testGetLauncherAppsWithEnableAndVideoApps() 187 AppLauncherUtils.getAutomotiveAppTypes( in getAutomotiveAppTypes() 198 new AppLauncherUtils.VideoAppPredicate(testContext.getPackageManager()); in videoAppPredicate() 229 AppLauncherUtils.parseAutomotiveAppTypes(createPullParser(invalidXml)); in invalidAutomotiveXml() 311 static class TestVideoAppPredicate extends AppLauncherUtils.VideoAppPredicate {
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/ |
H A D | AppGridActivity.java | 19 import static com.android.car.carlauncher.AppLauncherUtils.APP_TYPE_LAUNCHABLES; 20 import static com.android.car.carlauncher.AppLauncherUtils.APP_TYPE_MEDIA_SERVICES; 52 import com.android.car.carlauncher.AppLauncherUtils.LauncherAppsInfo; 114 public final @AppLauncherUtils.AppTypes int mAppTypes; 117 Mode(@StringRes int titleStringId, @AppLauncherUtils.AppTypes int appTypes, in Mode() 258 LauncherAppsInfo appsInfo = AppLauncherUtils.getLauncherApps(appsToHide, in updateAppsLists() 265 new AppLauncherUtils.VideoAppPredicate(mPackageManager), in updateAppsLists() 352 ComponentName componentName = AppLauncherUtils.getMediaSource(mPackageManager, in getMostRecentApps()
|
H A D | AppLauncherUtils.java | 66 public class AppLauncherUtils { class 84 private AppLauncherUtils() { in AppLauncherUtils() method in AppLauncherUtils 250 AppLauncherUtils.launchApp(context, intent); in getLauncherApps() 261 AppLauncherUtils.launchApp(context, in getLauncherApps() 291 context -> AppLauncherUtils.launchApp(context, intent), in getLauncherApps() 335 AppLauncherUtils.launchApp(context, intent); in getLauncherApps()
|
H A D | AppGridAdapter.java | 151 Collections.sort(mApps, AppLauncherUtils.ALPHABETICAL_COMPARATOR); in sortAllApps()
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/audio/ |
H A D | MediaViewModel.java | 36 import com.android.car.carlauncher.AppLauncherUtils; 164 && !AppLauncherUtils.isVideoApp(mContext.getPackageManager(), in updateModel()
|