Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java181 } else if(notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in handleRegistration()
DBluetoothMapAppParams.java82 public static final int NOTIFICATION_STATUS_YES = 1; field in BluetoothMapAppParams
DBluetoothMapContentObserver.java384 if(notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in setNotificationRegistration()