OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgHandle
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java
650
private int setMessageStatus(String
msgHandle
, BluetoothMapAppParams appParams) {
658
if (
msgHandle
== null) {
671
handle = BluetoothMapUtils.getCpHandle(
msgHandle
);
672
msgType = BluetoothMapUtils.getMsgTypeFromHandle(
msgHandle
);
675
Log.w(TAG, "Wrongly formatted message handle: " +
msgHandle
);
678
Log.w(TAG, "Message type not found in handle string: " +
msgHandle
);
706
private int setOwnerStatus(String
msgHandle
, BluetoothMapAppParams appParams)
[
all
...]
BluetoothMapContent.java
[
all
...]
Completed in 35 milliseconds