Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp347 status_t IPCThreadState::clearLastError() in clearLastError() function in android::IPCThreadState
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java1154 private boolean updateDocument(boolean clearLastError) { in updateDocument()