Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java33 private long mCpHandle = 0; /* The content provider handle - without type information */ field in BluetoothMapMessageListingElement
69 return mCpHandle; in getHandle()
73 this.mCpHandle = handle; in setHandle()
273 xmlMsgElement.attribute(null, "handle", BluetoothMapUtils.getMapHandle(mCpHandle, mType)); in encode()