Searched refs:getPendingCredentialCallback (Results 1 – 6 of 6) sorted by relevance
270 view.getPendingCredentialCallback()); in testViewNodeParcelableForCredentialManager()293 && view.getPendingCredentialCallback() != null) { in testViewNodeClearCredentialManagerRequest()295 view.getPendingCredentialCallback()); in testViewNodeClearCredentialManagerRequest()299 assertEquals(viewStructure.getPendingCredentialCallback(), in testViewNodeClearCredentialManagerRequest()305 assertNull(viewStructure.getPendingCredentialCallback()); in testViewNodeClearCredentialManagerRequest()428 assertThat(view.getPendingCredentialCallback()).isEqualTo(GET_CREDENTIAL_REQUEST_CALLBACK); in assertCredentialView()
412 GetCredentialResponse, GetCredentialException> getPendingCredentialCallback() { in getPendingCredentialCallback() method in ViewStructure
10070 if (getPendingCredentialCallback() == null) {10074 getPendingCredentialCallback().onResult(response);10081 if (getPendingCredentialCallback() == null) {10085 getPendingCredentialCallback().onError(new GetCredentialException(errorType, errorMsg));10147 GetCredentialException> getPendingCredentialCallback() {
1309 public ResultReceiver getPendingCredentialCallback() { in getPendingCredentialCallback() method in AssistStructure.ViewNode2201 GetCredentialResponse, GetCredentialException> getPendingCredentialCallback() { in getPendingCredentialCallback() method in AssistStructure.ViewNodeBuilder
6609 if (viewNode != null && viewNode.getPendingCredentialCallback() != null) { in sendResponseToViewNode()6615 viewNode.getPendingCredentialCallback().send(SUCCESS_CREDMAN_SELECTOR, in sendResponseToViewNode()6621 viewNode.getPendingCredentialCallback().send(FAILURE_CREDMAN_SELECTOR, in sendResponseToViewNode()
52722 …s.GetCredentialResponse,android.credentials.GetCredentialException> getPendingCredentialCallback();53908 …s.GetCredentialResponse,android.credentials.GetCredentialException> getPendingCredentialCallback();