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.java270 int i, stopIndex; in encode() local
279 stopIndex = offset + count; in encode()
280 if (stopIndex > mSubFolders.size()) { in encode()
281 stopIndex = mSubFolders.size(); in encode()
290 for (i = offset; i < stopIndex; i++) { in encode()