Searched refs:debugString (Results 1 – 10 of 10) sorted by relevance
168 final String debugString = wordInfo.getDebugString(); in getDebugString() local169 if (TextUtils.isEmpty(debugString)) { in getDebugString()172 return debugString; in getDebugString()
611 String debugString =615 for (int i = 0; i <= debugString.length() / MAX_ADB_LOGCAT_SIZE; i++) {618 end = Math.min(debugString.length(), end);619 writer.println(debugString.substring(start, end));
223 + BufferDebug.debugString(receiver.getOutput(), -1)); in getDump()231 + BufferDebug.debugString(receiver.getOutput(), 16384)); in getDump()
43 public static String debugString(byte[] buf, int max) { in debugString() method in BufferDebug
240 val UserInfo.debugString: String constant
461 public static String debugString(@Nullable DocumentInfo doc) { in debugString() method in DocumentInfo
991 + DocumentInfo.debugString(mState.stack.peek())); in onCreateLoaderV1()1072 + DocumentInfo.debugString(mState.stack.peek())); in onLoadFinished()
1384 Log.d(TAG, "Showing directory: " + DocumentInfo.debugString(doc)); in showDirectory()1403 Log.d(TAG, "Creating new fragment for directory: " + DocumentInfo.debugString(doc)); in create()
11586 public String debugString() {11733 log(changes.debugString());
2371 Landroid/icu/text/CurrencyMetaInfo;->debugString(Ljava/lang/Object;)Ljava/lang/String;