Home
last modified time | relevance | path

Searched refs:respondToClientWithResponseAndFinish (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/credentials/java/com/android/server/credentials/
DClearRequestSession.java101 respondToClientWithResponseAndFinish(null); in onFinalResponseReceived()
143 respondToClientWithResponseAndFinish(null); in processResponses()
DCreateRequestSession.java148 respondToClientWithResponseAndFinish(response); in onFinalResponseReceived()
DGetRequestSession.java149 respondToClientWithResponseAndFinish(response); in onFinalResponseReceived()
DRequestSession.java345 protected void respondToClientWithResponseAndFinish(V response) { in respondToClientWithResponseAndFinish() method in RequestSession