Home
last modified time | relevance | path

Searched defs:onResponse (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/credentials/
H A DISetEnabledProvidersCallback.aidl25 oneway void onResponse(); in onResponse() method
H A DCredentialManager.java567 public void onResponse(PrepareGetCredentialResponseInternal response) { in onResponse() method in CredentialManager.PrepareGetCredentialTransport
616 public void onResponse(GetCredentialResponse response) { in onResponse() method in CredentialManager.GetCredentialTransportPendingUseCase
680 public void onResponse(GetCredentialResponse response) { in onResponse() method in CredentialManager.GetCredentialTransport
738 public void onResponse(CreateCredentialResponse response) { in onResponse() method in CredentialManager.CreateCredentialTransport
806 public void onResponse(Void result) { in onResponse() method in CredentialManager.SetEnabledProvidersTransport
816 public void onResponse() { in onResponse() method in CredentialManager.SetEnabledProvidersTransport
H A DIPrepareGetCredentialCallback.aidl28 oneway void onResponse(in PrepareGetCredentialResponseInternal response); in onResponse() method
H A DICreateCredentialCallback.aidl29 oneway void onResponse(in CreateCredentialResponse response); in onResponse() method
H A DIGetCredentialCallback.aidl29 oneway void onResponse(in GetCredentialResponse response); in onResponse() method
H A DPrepareGetCredentialResponse.java177 void onResponse(@NonNull GetCredentialResponse response); in onResponse() method