Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java71 public MnsSdpSearchInfo mMnsLstRegRqst = null; field in BluetoothMnsObexClient
145 mMnsLstRegRqst = new MnsSdpSearchInfo(true, msg.arg1, msg.arg2); in handleMessage()
245 if (mMnsLstRegRqst != null && mMnsLstRegRqst.lastMasId == masId) { in handleRegistration()
247 mMnsLstRegRqst = null; in handleRegistration()
263 mMnsLstRegRqst = null; in handleRegistration()
299 if (mMnsLstRegRqst != null) { in setMnsRecord()
301 mMnsLstRegRqst.setIsSearchInProgress(false); in setMnsRecord()
308 mMnsLstRegRqst = null; in setMnsRecord()
314 msgReg.arg1 = mMnsLstRegRqst.lastMasId; in setMnsRecord()
315 msgReg.arg2 = mMnsLstRegRqst.lastNotificationStatus; in setMnsRecord()
DBluetoothMapContentObserver.java912 if (mMnsClient.mMnsLstRegRqst != null in setNotificationRegistration()
913 && (mMnsClient.mMnsLstRegRqst.isSearchInProgress())) { in setNotificationRegistration()