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
";
73
public
BluetoothMnsObexClient
(Context context, BluetoothDevice remoteDevice,
78
HandlerThread thread = new HandlerThread("
BluetoothMnsObexClient
");
BluetoothMapService.java
128
private
BluetoothMnsObexClient
mBluetoothMnsObexClient = null;
298
mBluetoothMnsObexClient = new
BluetoothMnsObexClient
(this, mRemoteDevice,
BluetoothMapObexServer.java
63
private
BluetoothMnsObexClient
mMnsClient;
74
BluetoothMnsObexClient
mns) {
225
msg.what =
BluetoothMnsObexClient
.MSG_MNS_NOTIFICATION_REGISTRATION;
BluetoothMapContentObserver.java
72
private
BluetoothMnsObexClient
mMnsClient;
245
public void registerObserver(
BluetoothMnsObexClient
mns, int masId) {
[
all
...]
Completed in 46 milliseconds