Home
last modified time | relevance | path

Searched refs:ADB_NOTIFICATION_CHANNEL_ID_TV (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java179 private static final String ADB_NOTIFICATION_CHANNEL_ID_TV = "usbdevicemanager.adb.tv"; field in UsbDeviceManager
956 new NotificationChannel(ADB_NOTIFICATION_CHANNEL_ID_TV, in handleMessage()
1219 .setChannelId(ADB_NOTIFICATION_CHANNEL_ID_TV)) in updateAdbNotification()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java644 private static final String ADB_NOTIFICATION_CHANNEL_ID_TV = "usbdevicemanager.adb.tv"; field in AdbDebuggingManager.AdbDebuggingHandler
665 new NotificationChannel(ADB_NOTIFICATION_CHANNEL_ID_TV, in setupNotifications()
795 .setChannelId(ADB_NOTIFICATION_CHANNEL_ID_TV)) in showAdbConnectedNotification()