Searched refs:ERROR_OK (Results 1 – 4 of 4) sorted by relevance
32 SimUnlock.ERROR_OK = 'ok';55 if (error == SimUnlock.ERROR_OK) {71 if (error == SimUnlock.ERROR_OK) {87 if (error == SimUnlock.ERROR_OK) {
36 ERROR_OK = 0, enumerator
128 return ERROR_OK; in ToWebViewClientError()
611 … if (!error.isNull() && error.errorCode() >= InternalErrorLast && error.errorCode() != ERROR_OK) in setMainDocumentError()