Searched refs:isVideoApp (Results 1 – 3 of 3) sorted by relevance
265 if (isVideoApp(mTopActivityOnDistantDisplay)) {267 } else if (isVideoApp(mTopActivityOnDefaultDisplay)) {288 private boolean isVideoApp(ComponentName componentName) {292 return AppCategoryDetector.isVideoApp(mUserTracker.getUserContext().getPackageManager(),
368 private boolean isVideoApp(@Nullable String packageName) { in isVideoApp() method in TaskViewController376 return AppCategoryDetector.isVideoApp(userContext.getPackageManager(), in isVideoApp()
53 public static boolean isVideoApp(PackageManager packageManager, String packageName) { in isVideoApp() method in AppCategoryDetector