Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapFolderElement.java256 int i, stopIndex; in encode() local
263 stopIndex = offset + count; in encode()
264 if(stopIndex > mSubFolders.size()) in encode()
265 stopIndex = mSubFolders.size(); in encode()
273 for(i = offset; i<stopIndex; i++) in encode()