Home
last modified time | relevance | path

Searched refs:debugString (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessage.java156 private void updateToInflatedErrorMesage(@Nullable String debugString) { in updateToInflatedErrorMesage() argument
157 if (debugString == null) { in updateToInflatedErrorMesage()
162 update(debugString, null, mEnv.getContext().getDrawable(R.drawable.hourglass)); in updateToInflatedErrorMesage()
DDirectoryFragment.java1076 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()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java168 final String debugString = wordInfo.getDebugString(); in getDebugString() local
169 if (TextUtils.isEmpty(debugString)) { in getDebugString()
172 return debugString; in getDebugString()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java547 + DocumentInfo.debugString(mState.stack.peek())); in onCreateLoader()
564 + DocumentInfo.debugString(mState.stack.peek())); in onLoadFinished()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentInfo.java359 public static String debugString(@Nullable DocumentInfo doc) { in debugString() method in DocumentInfo