Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 9 of 9) sorted by relevance

/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/exceptions/
DUnknownUiException.java30 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()
DUiTimeoutException.java28 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()
DAccountException.java28 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/
DProcessStatusTracker.java164 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/
DLayersTraceTest.java75 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/
DCollector.java212 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/
DTransitionRunner.java158 String msg = in run() local
166 Log.e(TAG, msg); in run()
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityScannerHelper.java198 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/
DTvLauncherStrategy.java131 TvLauncherUnsupportedOperationException(String msg) { in TvLauncherUnsupportedOperationException() argument
132 super(msg); in TvLauncherUnsupportedOperationException()