Home
last modified time | relevance | path

Searched refs:mMnsClient (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java78 private BluetoothMnsObexClient mMnsClient = null; // Shared MAP MNS client field in BluetoothMapMasInstance
356 mMnsClient = mnsClient; in startObexServerSession()
359 mMnsClient, in startObexServerSession()
DBluetoothMapContentObserver.java123 private BluetoothMnsObexClient mMnsClient; field in BluetoothMapContentObserver
302 mMnsClient = mnsClient; in BluetoothMapContentObserver()
886 if (mMnsClient == null) { in setNotificationRegistration()
889 Handler mns = mMnsClient.getMessageHandler(); in setNotificationRegistration()
892 if (mMnsClient.isValidMnsRecord()) { in setNotificationRegistration()
897 if (mMnsClient.mMnsLstRegRqst != null && in setNotificationRegistration()
898 (mMnsClient.mMnsLstRegRqst.isSearchInProgress())) { in setNotificationRegistration()
1100 if (mMnsClient == null || mMnsClient.isConnected() == false) { in sendEvent()
1174 mMnsClient.sendEvent(evt.encode(), mMasId); in sendEvent()
3435 if(mMnsClient.isConnected() == false) { in handleMmsSendIntent()