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 205 private final CharSequence mDebugString;
209 mDebugString = "";
214 mDebugString = debugString;
219 if (mDebugString == null) {
222 return mDebugString.toString();

Completed in 3424 milliseconds