Searched refs:msg (Results 1 – 9 of 9) sorted by relevance
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/layers/ |
D | LayersTraceEntryTest.kt | 62 val msg = "Visible Layers:\n" + visibleLayers.joinToString("\n") { "\t" + it.name } in canParseVisibleLayersLauncher() constant 63 Truth.assertWithMessage(msg).that(visibleLayers).asList().hasSize(6) in canParseVisibleLayersLauncher() 64 Truth.assertThat(msg).contains("ScreenDecorOverlay#0") in canParseVisibleLayersLauncher() 65 Truth.assertThat(msg).contains("ScreenDecorOverlayBottom#0") in canParseVisibleLayersLauncher() 66 Truth.assertThat(msg).contains("NavigationBar0#0") in canParseVisibleLayersLauncher() 67 Truth.assertThat(msg).contains("ImageWallpaper#0") in canParseVisibleLayersLauncher() 68 Truth.assertThat(msg).contains("StatusBar#0") in canParseVisibleLayersLauncher() 69 Truth.assertThat(msg).contains("NexusLauncherActivity#0") in canParseVisibleLayersLauncher() 76 val msg = "Visible Layers:\n" + visibleLayers.joinToString("\n") { "\t" + it.name } in canParseVisibleLayersSplitScreen() constant 77 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/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()
|