Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java70 public MnsSdpSearchInfo mMnsLstRegRqst = null; field in BluetoothMnsObexClient
139 mMnsLstRegRqst = new MnsSdpSearchInfo(true, msg.arg1, msg.arg2); in handleMessage()
234 if (mMnsLstRegRqst != null && mMnsLstRegRqst.lastMasId == masId) { in handleRegistration()
236 mMnsLstRegRqst = null; in handleRegistration()
250 mMnsLstRegRqst = null; in handleRegistration()
285 if (mMnsLstRegRqst != null) { in setMnsRecord()
287 mMnsLstRegRqst.setIsSearchInProgress(false); in setMnsRecord()
294 mMnsLstRegRqst = null; in setMnsRecord()
298 msgReg.arg1 = mMnsLstRegRqst.lastMasId; in setMnsRecord()
299 msgReg.arg2 = mMnsLstRegRqst.lastNotificationStatus; in setMnsRecord()
DBluetoothMapContentObserver.java998 if (mMnsClient.mMnsLstRegRqst != null in setNotificationRegistration()
999 && (mMnsClient.mMnsLstRegRqst.isSearchInProgress())) { in setNotificationRegistration()