OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
203
private String
mDebugString
= "";
232
mDebugString
= str;
236
return
mDebugString
;
249
if (TextUtils.isEmpty(
mDebugString
)) {
252
return mWord + " (" +
mDebugString
+ ")";
Completed in 233 milliseconds