OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothMnsObexClient
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsObexClient.java
47
public class
BluetoothMnsObexClient
{
49
private static final String TAG = "
BluetoothMnsObexClient
";
72
public
BluetoothMnsObexClient
(Context context, BluetoothDevice remoteDevice) {
76
HandlerThread thread = new HandlerThread("
BluetoothMnsObexClient
");
BluetoothMapService.java
122
private
BluetoothMnsObexClient
mBluetoothMnsObexClient = null;
292
mBluetoothMnsObexClient = new
BluetoothMnsObexClient
(this, mRemoteDevice);
BluetoothMapObexServer.java
63
private
BluetoothMnsObexClient
mMnsClient;
74
BluetoothMnsObexClient
mns) {
222
msg.what =
BluetoothMnsObexClient
.MSG_MNS_NOTIFICATION_REGISTRATION;
BluetoothMapContentObserver.java
72
private
BluetoothMnsObexClient
mMnsClient;
245
public void registerObserver(
BluetoothMnsObexClient
mns, int masId) {
[
all
...]
Completed in 137 milliseconds