Home
last modified time | relevance | path

Searched refs:dumpToString (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DShutdownCheckPointsTest.java77 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()
209 dumpToString()); in testIntentEntry()
243 dumpToString()); in testMultipleEntries()
335 private String dumpToString() { in dumpToString() method in ShutdownCheckPointsTest
[all …]
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DQueryController.java234 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()
H A DUiSelector.java900 return dumpToString(true); in toString()
903 String dumpToString(boolean all) { in dumpToString() method in UiSelector
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/flags/
H A DFeatureFlagsDebugTest.kt512 val dump = dumpToString()
545 private fun dumpToString(): String { regex