Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java87 private BluetoothMnsObexClient mMnsClient = null; // Shared MAP MNS client field in BluetoothMapMasInstance
394 mMnsClient = mnsClient; in startObexServerSession()
397 mContext, mMnsClient, this, mAccount, mEnableSmsMms); in startObexServerSession()
DBluetoothMapContentObserver.java134 private BluetoothMnsObexClient mMnsClient; field in BluetoothMapContentObserver
295 mMnsClient = mnsClient; in BluetoothMapContentObserver()
987 if (mMnsClient == null) { in setNotificationRegistration()
990 Handler mns = mMnsClient.getMessageHandler(); in setNotificationRegistration()
993 if (mMnsClient.isValidMnsRecord()) { in setNotificationRegistration()
998 if (mMnsClient.mMnsLstRegRqst != null in setNotificationRegistration()
999 && (mMnsClient.mMnsLstRegRqst.isSearchInProgress())) { in setNotificationRegistration()
1233 if (mMnsClient == null || !mMnsClient.isConnected()) { in sendEvent()
1307 mMnsClient.sendEvent(evt.encode(), mMasId); in sendEvent()
4312 if (!mMnsClient.isConnected()) { in handleMmsSendIntent()