Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObjectNotFoundException.java30 public UiObjectNotFoundException(@NonNull String msg) { in UiObjectNotFoundException() argument
31 super(msg); in UiObjectNotFoundException()
DUtils.kt57 public class ViewNotFoundException(msg: String? = null) : Exception(msg)
/test/ext/junit-gtest/src/main/cpp/nativehelper/
Dnativehelper_utils.h38 static inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() argument
49 if (env->ThrowNew(e_class, msg) != JNI_OK) { in jniThrowNullPointerException()
/test/uiautomator/uiautomator/api/
Dcurrent.txt627 ctor public ViewNotFoundException(optional String? msg);
Drestricted_current.txt627 ctor public ViewNotFoundException(optional String? msg);