Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java249 } else if (notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in handleRegistration()
DBluetoothMapAppParams.java115 public static final int NOTIFICATION_STATUS_YES = 1; field in BluetoothMapAppParams
DBluetoothMapService.java441 if (msg.arg2 == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in handleMessage()
DBluetoothMapContentObserver.java918 if (notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in setNotificationRegistration()