Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DClearRequestSession.java99 respondToClientWithResponseAndFinish(null); in onFinalResponseReceived()
141 respondToClientWithResponseAndFinish(null); in processResponses()
H A DCreateRequestSession.java145 respondToClientWithResponseAndFinish(response); in onFinalResponseReceived()
H A DGetRequestSession.java144 respondToClientWithResponseAndFinish(response); in onFinalResponseReceived()
H A DRequestSession.java306 protected void respondToClientWithResponseAndFinish(V response) { in respondToClientWithResponseAndFinish() method in RequestSession