OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOTIFICATION_OFF
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetNotificationRegistration.java
39
oap.add(OAP_TAGID_NOTIFICATION_STATUS, status ? NOTIFICATION_ON :
NOTIFICATION_OFF
);
BluetoothMasRequest.java
56
protected static byte
NOTIFICATION_OFF
= 0x00;
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestSetNotificationRegistration.java
39
oap.add(OAP_TAGID_NOTIFICATION_STATUS, status ? NOTIFICATION_ON :
NOTIFICATION_OFF
);
Request.java
59
protected static byte
NOTIFICATION_OFF
= 0x00;
Completed in 757 milliseconds