Home
last modified time | relevance | path

Searched refs:isTv (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java67 isTv(context) in createAll()
94 if (isTv(context)) { in createAll()
145 private static boolean isTv(Context context) { in isTv() method in NotificationChannels
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallerActivity.java218 if (isTv()) { in showConfirmationDialog()
226 if (isTv()) { in showAppNotFound()
236 if (isTv()) { in showUserIsNotAllowed()
245 if (isTv()) { in showGenericError()
253 private boolean isTv() { in isTv() method in UninstallerActivity
292 if (isTv()) { in startUninstallProgress()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodPreference.java161 if (mImi.getServiceInfo().directBootAware || isTv()) { in onPreferenceChange()
163 } else if (!isTv()){ in onPreferenceChange()
256 if (mImi.getServiceInfo().directBootAware || isTv()) { in showSecurityWarnDialog()
274 private boolean isTv() { in isTv() method in InputMethodPreference
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java186 if (isTv()) { in updateMissingPrivateVolumes()
591 if (isTv()) { in buildInitPendingIntent()
607 if (isTv()) { in buildInitPendingIntent()
623 if (isTv()) { in buildUnmountPendingIntent()
657 if (isTv()) { in buildVolumeSettingsPendingIntent()
704 if (isTv()) { in buildWizardMigratePendingIntent()
723 if (isTv()) { in buildWizardMovePendingIntent()
738 if (isTv()) { in buildWizardReadyPendingIntent()
752 private boolean isTv() { in isTv() method in StorageNotification
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java611 private void configureDisplayRotation(int displayOrientation, boolean isCar, boolean isTv) { in configureDisplayRotation() argument
634 .thenReturn(isTv); in configureDisplayRotation()
636 final int shortSizeDp = (isCar || isTv) ? 540 : 720; in configureDisplayRotation()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java283 boolean isTv = packageManager.hasSystemFeature(PackageManager.FEATURE_LEANBACK); in onStart()
285 if (isTv) { in onStart()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java237 final boolean isTv = mContext.getPackageManager().hasSystemFeature( in configure()
242 (isCar || isTv || mService.mIsPc || forceDesktopMode) in configure()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java272 isTv(this) ? NotificationManager.IMPORTANCE_DEFAULT in onCreate()
1083 isTv(context) ? R.drawable.ic_bug_report_black_24dp in newBaseNotification()
1415 private static boolean isTv(Context context) { in isTv() method in BugreportProgressService
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java948 if (isTv()) { in handleMessage()
1225 private boolean isTv() { in isTv() method in UsbDeviceManager.UsbHandler