Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java88 isTv(context) in createAll()
109 if (isTv(context)) { in createAll()
147 private static boolean isTv(Context context) { in isTv() method in NotificationChannels
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallerActivity.java211 if (isTv()) { in showConfirmationDialog()
219 if (isTv()) { in showAppNotFound()
229 if (isTv()) { in showUserIsNotAllowed()
238 if (isTv()) { in showGenericError()
246 private boolean isTv() { in isTv() method in UninstallerActivity
293 if (isTv()) { in startUninstallProgress()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodPreference.java179 if (mImi.getServiceInfo().directBootAware || isTv()) { in onPreferenceChange()
181 } else if (!isTv()){ in onPreferenceChange()
270 if (mImi.getServiceInfo().directBootAware || isTv()) { in showSecurityWarnDialog()
288 private boolean isTv() { in isTv() method in InputMethodPreference
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java215 if (isTv() || isAutomotive()) { in updateMissingPrivateVolumes()
647 if (isTv()) { in buildInitPendingIntent()
667 if (isTv()) { in buildInitPendingIntent()
687 if (isTv()) { in buildUnmountPendingIntent()
733 if (isTv()) { in buildVolumeSettingsPendingIntent()
786 if (isTv()) { in buildWizardMigratePendingIntent()
809 if (isTv()) { in buildWizardMovePendingIntent()
828 if (isTv()) { in buildWizardReadyPendingIntent()
851 private boolean isTv() { in isTv() method in StorageNotification
/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpReceiver.java19 import static com.android.shell.BugreportProgressService.isTv;
172 isTv(context) ? R.drawable.ic_bug_report_black_24dp in showDumpNotification()
DBugreportProgressService.java303 isTv(this) ? NotificationManager.IMPORTANCE_DEFAULT in onCreate()
1734 static boolean isTv(Context context) { in isTv() method in BugreportProgressService
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java317 boolean isTv = packageManager.hasSystemFeature(PackageManager.FEATURE_LEANBACK); in onStart()
319 if (isTv) { in onStart()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java1198 private void configureDisplayRotation(int displayOrientation, boolean isCar, boolean isTv) { in configureDisplayRotation() argument
1221 .thenReturn(isTv); in configureDisplayRotation()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java434 final boolean isTv = mContext.getPackageManager().hasSystemFeature( in configure()
437 (isCar || isTv || mService.mIsPc || mDisplayContent.forceDesktopMode() in configure()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java704 private boolean isTv() { in isTv() method in AdbDebuggingManager.AdbDebuggingHandler
720 if (isTv()) { in setupNotifications()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java1185 if (isTv()) { in handleMessage()
1497 private boolean isTv() { in isTv() method in UsbDeviceManager.UsbHandler
/frameworks/base/services/java/com/android/server/
DSystemServer.java1479 boolean isTv = context.getPackageManager().hasSystemFeature( in startOtherServices()
2235 if (!isTv) { in startOtherServices()