Home
last modified time | relevance | path

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

/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.java622 + DocumentInfo.debugString(mState.stack.peek())); in onCreateLoader()
640 + DocumentInfo.debugString(mState.stack.peek())); in onLoadFinished()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentInfo.java403 public static String debugString(@Nullable DocumentInfo doc) { in debugString() method in DocumentInfo
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java1049 Log.d(TAG, "Showing directory: " + DocumentInfo.debugString(doc)); in showDirectory()
1068 Log.d(TAG, "Creating new fragment for directory: " + DocumentInfo.debugString(doc)); in create()