Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/notification/
DNotificationHelperService.java51 private static final String AUTO_ON_BT_ENABLED_NOTIFICATION = "auto_on_bt_enabled_notification"; field in NotificationHelperService
77 AUTO_ON_BT_ENABLED_NOTIFICATION,
137 if (!notificationReason.equals(AUTO_ON_BT_ENABLED_NOTIFICATION)) { in sendToggleNotification()