Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java136 private CharArrayBuffer mNewChars; field in BluetoothOppService
977 if (mNewChars == null) { in stringFromCursor()
978 mNewChars = new CharArrayBuffer(128); in stringFromCursor()
980 cursor.copyStringToBuffer(index, mNewChars); in stringFromCursor()
981 int length = mNewChars.sizeCopied; in stringFromCursor()
989 char[] newArray = mNewChars.data; in stringFromCursor()