Searched refs:debugString (Results 1 – 5 of 5) sorted by relevance
156 private void updateToInflatedErrorMesage(@Nullable String debugString) { in updateToInflatedErrorMesage() argument157 if (debugString == null) { in updateToInflatedErrorMesage()162 update(debugString, null, mEnv.getContext().getDrawable(R.drawable.hourglass)); in updateToInflatedErrorMesage()
1076 if (DEBUG) Log.d(TAG, "Showing directory: " + DocumentInfo.debugString(doc)); in showDirectory()1094 Log.d(TAG, "Creating new fragment for directory: " + DocumentInfo.debugString(doc)); in create()
168 final String debugString = wordInfo.getDebugString(); in getDebugString() local169 if (TextUtils.isEmpty(debugString)) { in getDebugString()172 return debugString; in getDebugString()
547 + DocumentInfo.debugString(mState.stack.peek())); in onCreateLoader()564 + DocumentInfo.debugString(mState.stack.peek())); in onLoadFinished()
359 public static String debugString(@Nullable DocumentInfo doc) { in debugString() method in DocumentInfo