Searched refs:msg (Results 1 – 9 of 9) sorted by relevance
/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/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/libraries/flicker/test/src/com/android/server/wm/flicker/ |
D | LayersTraceTest.java | 75 String msg = in canParseAllLayers() local 81 assertWithMessage(msg).that(flattenedLayers).hasSize(47); in canParseAllLayers() 98 String msg = in canParseVisibleLayers() local 105 assertWithMessage(msg).that(visibleLayers).hasSize(9); in canParseVisibleLayers()
|
/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/flicker/src/com/android/server/wm/flicker/ |
D | TransitionRunner.java | 158 String msg = in run() local 166 Log.e(TAG, msg); in run()
|
/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()
|