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
;
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java
460
private String
mDebugString
;
477
mDebugString
= "";
518
getModifierList(); // Just to update
mDebugString
538
mDebugString
= "";
544
if (!
mDebugString
.isEmpty()) {
545
mDebugString
+= ", ";
547
mDebugString
+= entry.getKey();
554
mDebugString
+= ": " + modifierEntry.getKey();
566
return
mDebugString
;
Completed in 117 milliseconds