Searched refs:mNewChars (Results 1 – 1 of 1) sorted by relevance
136 private CharArrayBuffer mNewChars; field in BluetoothOppService977 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()