Searched refs:dumpToString (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/ |
D | ShutdownCheckPointsTest.java | 77 assertTrue(dumpToString().startsWith( in testSystemServerEntry() 89 assertTrue(dumpToString().startsWith( in testSystemServerEntryWithoutReason() 98 assertTrue(dumpToString().startsWith( in testSystemServiceBinderEntry() 129 dumpToString()); in testCallerProcessBinderEntries() 145 dumpToString()); in testNullCallerProcessBinderEntries() 161 dumpToString()); in testRemoteExceptionOnBinderEntry() 175 dumpToString()); in testUnknownProcessBinderEntry() 183 assertTrue(dumpToString().startsWith( in testBinderEntryWithoutReason() 192 assertTrue(dumpToString().startsWith( in testSystemServiceIntentEntry() 209 dumpToString()); in testIntentEntry() [all …]
|
/frameworks/av/services/mediametrics/include/mediametricsservice/ |
D | StatsdLog.h | 40 std::string dumpToString(const char *prefix = "", size_t logLines = 0) const { 61 ss << mSimpleLog.dumpToString(prefix, logLines);
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | QueryController.java | 234 Log.d(LOG_TAG, "Container selector not found: " + selector.dumpToString(false)); in translateCompoundSelector() 250 selector.dumpToString(false)); in translateCompoundSelector() 297 subSelector.dumpToString(false)))); in findNodeRegularRecursive() 411 String.format("%s", subSelector.dumpToString(false)))); in findNodePatternRecursive() 416 String.format("%s", subSelector.dumpToString(false)))); in findNodePatternRecursive() 431 String.format("%s", subSelector.dumpToString(false)))); in findNodePatternRecursive()
|
D | UiSelector.java | 900 return dumpToString(true); in toString() 903 String dumpToString(boolean all) { in dumpToString() method in UiSelector
|
/frameworks/av/media/libheadtracking/ |
D | VectorRecorder.cpp | 24 return mRecordLog.dumpToString(std::string(indent, ' ').c_str(), mMaxLocalLogLine); in toString()
|
D | ModeSelector.cpp | 125 .append(mLocalLog.dumpToString((prefixSpace + " ").c_str(), sMaxLocalLogLine)); in toString()
|
D | HeadTrackingProcessor.cpp | 196 ss += mLocalLog.dumpToString((prefixSpace + " ").c_str(), mMaxLocalLogLine); in toString_l()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | DrawableDump.kt | 32 fun dumpToString(drawable: Drawable?): String = in <lambda>() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/flags/ |
D | FeatureFlagsClassicDebugTest.kt | 467 val dump = dumpToString() in dumpFormat() 503 private fun dumpToString(): String { in dumpToString() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBackgroundView.java | 354 pw.println("mBackground: " + DrawableDumpKt.dumpToString(mBackground)); in dump()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/ |
D | FooterView.java | 432 + " background=" + DrawableDumpKt.dumpToString(manageBg)); in updateColors()
|
/frameworks/av/services/mediametrics/ |
D | MediaMetricsService.cpp | 355 << mStatsdLog->dumpToString(" " /* prefix */, in dump()
|
D | AudioAnalytics.cpp | 1605 std::string s = mSimpleLog.dumpToString(prefix == nullptr ? "" : prefix, lines); in dump() 1774 std::string s = mSimpleLog.dumpToString(prefix == nullptr ? "" : prefix, lines); in dump()
|
/frameworks/av/services/audiopolicy/service/ |
D | Spatializer.cpp | 1255 ss += mLocalLog.dumpToString((prefixSpace + " ").c_str(), mMaxLocalLogLine); in toString()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 825 const std::string threadLog = mThreadLog.dumpToString( in dump()
|