Searched refs:mNewChars (Results 1 – 1 of 1) sorted by relevance
135 private CharArrayBuffer mNewChars; field in BluetoothOppService979 if (mNewChars == null) { in stringFromCursor()980 mNewChars = new CharArrayBuffer(128); in stringFromCursor()982 cursor.copyStringToBuffer(index, mNewChars); in stringFromCursor()983 int length = mNewChars.sizeCopied; in stringFromCursor()991 char[] newArray = mNewChars.data; in stringFromCursor()