Searched defs:isTv (Results 1 - 5 of 5) sorted by last modified time

/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/packages/SystemUI/src/com/android/systemui/util/
H A DNotificationChannels.java55 isTv(context)
59 if (isTv(context)) {
75 private static boolean isTv(Context context) { method in class:NotificationChannels
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java265 if (isTv()) {
361 private boolean isTv() { method in class:UsbDeviceManager
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodPreference.java152 if (mImi.getServiceInfo().directBootAware || isTv()) {
154 } else if (!isTv()){
248 if (mImi.getServiceInfo().directBootAware || isTv()) {
262 private boolean isTv() { method in class:InputMethodPreference
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java262 isTv(this) ? NotificationManager.IMPORTANCE_DEFAULT
1073 isTv(context) ? R.drawable.ic_bug_report_black_24dp
1404 private static boolean isTv(Context context) { method in class:BugreportProgressService

Completed in 282 milliseconds