Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java71 public MnsSdpSearchInfo mMnsLstRegRqst = null;
97 class MnsSdpSearchInfo { class in BluetoothMnsObexClient
102 MnsSdpSearchInfo(boolean isSearchON, int masId, int notification) { in MnsSdpSearchInfo() method in BluetoothMnsObexClient.MnsSdpSearchInfo
145 mMnsLstRegRqst = new MnsSdpSearchInfo(true, msg.arg1, msg.arg2); in handleMessage()