Searched refs:mNewChars (Results 1 – 1 of 1) sorted by relevance
137 private CharArrayBuffer mNewChars; field in BluetoothOppService981 if (mNewChars == null) { in stringFromCursor()982 mNewChars = new CharArrayBuffer(128); in stringFromCursor()984 cursor.copyStringToBuffer(index, mNewChars); in stringFromCursor()985 int length = mNewChars.sizeCopied; in stringFromCursor()993 char[] newArray = mNewChars.data; in stringFromCursor()