Home
last modified time | relevance | path

Searched defs:clearLastError (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/test/1957-error-ext/src/art/
H A DTest1957.java85 public static native void clearLastError(); in clearLastError() method in Test1957
/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp346 status_t IPCThreadState::clearLastError() in clearLastError() function in android::hardware::IPCThreadState
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp360 status_t IPCThreadState::clearLastError() in clearLastError() function in android::IPCThreadState
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java1245 private boolean updateDocument(boolean clearLastError) { in updateDocument()