Searched refs:msg (Results 1 – 10 of 10) sorted by relevance
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/ |
D | LayersTraceEntryTest.kt | 59 val msg = "Visible Layers:\n" + visibleLayers.joinToString("\n") { "\t" + it.name } in canParseVisibleLayersLauncher() constant 60 Truth.assertWithMessage(msg).that(visibleLayers).asList().hasSize(6) in canParseVisibleLayersLauncher() 61 Truth.assertThat(msg).contains("ScreenDecorOverlay#0") in canParseVisibleLayersLauncher() 62 Truth.assertThat(msg).contains("ScreenDecorOverlayBottom#0") in canParseVisibleLayersLauncher() 63 Truth.assertThat(msg).contains("NavigationBar0#0") in canParseVisibleLayersLauncher() 64 Truth.assertThat(msg).contains("ImageWallpaper#0") in canParseVisibleLayersLauncher() 65 Truth.assertThat(msg).contains("StatusBar#0") in canParseVisibleLayersLauncher() 66 Truth.assertThat(msg).contains("NexusLauncherActivity#0") in canParseVisibleLayersLauncher() 73 val msg = "Visible Layers:\n" + visibleLayers.joinToString("\n") { "\t" + it.name } in canParseVisibleLayersSplitScreen() constant 74 Truth.assertWithMessage(msg).that(visibleLayers).asList().hasSize(7) in canParseVisibleLayersSplitScreen() [all …]
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/exceptions/ |
D | UnknownUiException.java | 30 public UnknownUiException(String msg) { in UnknownUiException() argument 31 super(msg); in UnknownUiException() 34 public UnknownUiException(String msg, Throwable cause) { in UnknownUiException() argument 35 super(msg, cause); in UnknownUiException()
|
D | UiTimeoutException.java | 28 public UiTimeoutException(String msg) { in UiTimeoutException() argument 29 super(msg); in UiTimeoutException() 32 public UiTimeoutException(String msg, Throwable cause) { in UiTimeoutException() argument 33 super(msg, cause); in UiTimeoutException()
|
D | AccountException.java | 28 public AccountException(String msg) { in AccountException() argument 29 super(msg); in AccountException() 32 public AccountException(String msg, Throwable cause) { in AccountException() argument 33 super(msg, cause); in AccountException()
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | BusinessLogic.java | 137 StringBuilder msg = new StringBuilder(""); in throwAggregatedException() local 138 msg.append(String.format("Test %s for cases: ", (failed) ? "failed" : "skipped")); in throwAggregatedException() 139 msg.append(Arrays.toString(descriptions)); in throwAggregatedException() 140 msg.append("\nReasons include:"); in throwAggregatedException() 143 msg.append(String.format("\nMessage [%s]: %s", description, re.getMessage())); in throwAggregatedException() 147 msg.append(String.format("\nStack Trace: %s", sw.toString())); in throwAggregatedException() 151 throw new RuntimeException(msg.toString()); in throwAggregatedException() 153 throw new AssumptionViolatedException(msg.toString()); in throwAggregatedException()
|
/platform_testing/libraries/tradefed-python-lib/tradefed_py/ |
D | tf_main.py | 81 except getopt.error, msg: 82 self.usageExit(msg)
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | ProcessStatusTracker.java | 164 String msg = String.format("Process %s has died.", d.processName); in verifyRunningProcess() local 165 throw new AuptTerminator(msg); in verifyRunningProcess() 168 String msg = String.format("Process %s restarted: %d -> %d", d.processName, in verifyRunningProcess() local 170 throw new AuptTerminator(msg); in verifyRunningProcess()
|
/platform_testing/utils/crashcollector/src/android/test/crashcollector/ |
D | Collector.java | 212 public int systemNotResponding(String msg) throws RemoteException { in systemNotResponding() argument 213 print("WATCHDOG: " + msg); in systemNotResponding()
|
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/ |
D | AccessibilityScannerHelper.java | 198 UiObject2 msg = mDevice.wait(Until.findObject( in initialSetups() local 200 if (msg != null) { in initialSetups()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | TvLauncherStrategy.java | 131 TvLauncherUnsupportedOperationException(String msg) { in TvLauncherUnsupportedOperationException() argument 132 super(msg); in TvLauncherUnsupportedOperationException()
|