Home
last modified time | relevance | path

Searched refs:throwExceptionFromSystem (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInputMethodClient.aidl36 void throwExceptionFromSystem(String message); in throwExceptionFromSystem() method
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DIInputMethodClientInvoker.java290 void throwExceptionFromSystem(String message) { in throwExceptionFromSystem() method in IInputMethodClientInvoker
301 mTarget.throwExceptionFromSystem(message); in throwExceptionFromSystemInternal()
H A DInputMethodManagerService.java4463 parentClientInvoker.throwExceptionFromSystem(t.toString()); in reportVirtualDisplayGeometryAsync()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1374 public void throwExceptionFromSystem(String message) {