Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java69 isTv(context) in createAll()
75 if (isTv(context)) { in createAll()
91 private static boolean isTv(Context context) { in isTv() method in NotificationChannels
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodPreference.java152 if (mImi.getServiceInfo().directBootAware || isTv()) { in onPreferenceChange()
154 } else if (!isTv()){ in onPreferenceChange()
248 if (mImi.getServiceInfo().directBootAware || isTv()) { in showSecurityWarnDialog()
262 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()
652 if (isTv()) { in buildVolumeSettingsPendingIntent()
699 if (isTv()) { in buildWizardMigratePendingIntent()
718 if (isTv()) { in buildWizardMovePendingIntent()
733 if (isTv()) { in buildWizardReadyPendingIntent()
747 private boolean isTv() { in isTv() method in StorageNotification
/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/packages/Shell/src/com/android/shell/
DBugreportProgressService.java262 isTv(this) ? NotificationManager.IMPORTANCE_DEFAULT in onCreate()
1064 isTv(context) ? R.drawable.ic_bug_report_black_24dp in newBaseNotification()
1395 private static boolean isTv(Context context) { in isTv() method in BugreportProgressService
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java310 if (isTv()) { in systemReady()
406 private boolean isTv() { in isTv() method in UsbDeviceManager
/frameworks/base/services/
Dart-profile13885 PLcom/android/server/usb/UsbDeviceManager;->isTv()Z