Searched refs:isTv (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNotificationChannels.java68 isTv(context)
95 if (isTv(context)) {
146 private static boolean isTv(Context context) { method in class:NotificationChannels
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodPreference.java161 if (mImi.getServiceInfo().directBootAware || isTv()) {
163 } else if (!isTv()){
257 if (mImi.getServiceInfo().directBootAware || isTv()) {
271 private boolean isTv() { method in class:InputMethodPreference
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java186 if (isTv()) {
591 if (isTv()) {
607 if (isTv()) {
623 if (isTv()) {
652 if (isTv()) {
699 if (isTv()) {
718 if (isTv()) {
733 if (isTv()) {
747 private boolean isTv() { method in class:StorageNotification
/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java284 boolean isTv = packageManager.hasSystemFeature(PackageManager.FEATURE_LEANBACK);
286 if (isTv) {
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java262 isTv(this) ? NotificationManager.IMPORTANCE_DEFAULT
1064 isTv(context) ? R.drawable.ic_bug_report_black_24dp
1395 private static boolean isTv(Context context) { method in class:BugreportProgressService
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java955 if (isTv()) {
1233 private boolean isTv() { method in class:UsbDeviceManager.UsbHandler
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2419 final boolean isTv = mContext.getPackageManager().hasSystemFeature(
2421 mForceDefaultOrientation = ((longSizeDp >= 960 && shortSizeDp >= 720) || isCar || isTv) &&

Completed in 198 milliseconds