Searched refs:requestPassword (Results 1 – 6 of 6) sorted by relevance
64 public void requestPassword(boolean incorrect) { in requestPassword() method in WeakPdfLoaderCallbacks67 callbacks.requestPassword(incorrect); in requestPassword()
49 void requestPassword(boolean incorrect); in requestPassword() method
383 callbacks.requestPassword(wrongPasswordSupplied); in doCallback()
141 override fun requestPassword(incorrect: Boolean) { in requestPassword() method in androidx.pdf.viewer.loader.PdfLoaderCallbacksImpl
480 private fun requestPassword(isPasswordIncorrectRetry: Boolean) { in <lambda>() method in androidx.pdf.viewer.fragment.PdfViewerFragment535 requestPassword(uiState.passwordFailed) in <lambda>()
585 public void requestPassword(boolean incorrect) {832 Runnable retryCallback = () -> mPdfLoaderCallbacks.requestPassword(false); in setPasswordCancelError()