HomeSort by relevance Sort by last modified time
    Searched refs:mDebugString (Results 1 - 2 of 2) sorted by null

  /development/tools/apkcheck/src/com/android/apkcheck/
ApiList.java 27 private String mDebugString;
37 mDebugString = debugString;
44 return mDebugString;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 136 private String mDebugString = "";
150 mDebugString = str;
154 return mDebugString;
167 if (TextUtils.isEmpty(mDebugString)) {
170 return mWord + " (" + mDebugString.toString() + ")";

Completed in 143 milliseconds