Home
last modified time | relevance | path

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

/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
DBluetoothMapService.java101 private static final int MSG_ENABLE_NOTIFICATIONS = 4; field in BluetoothMapService
217 case MSG_ENABLE_NOTIFICATIONS: in handleMessage()
405 service.mHandler.obtainMessage(MSG_ENABLE_NOTIFICATIONS, enable).sendToTarget(); in enableNotifications()
853 mHandler.removeMessages(MSG_ENABLE_NOTIFICATIONS); in clearCommandQueue()