Home
last modified time | relevance | path

Searched refs:OutcomeReceiver (Results 1 – 25 of 42) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/credentials/
H A DCredentialManagerTest.java38 import android.os.OutcomeReceiver;
202 mock(OutcomeReceiver.class); in testGetCredential_noCredential()
236 mock(OutcomeReceiver.class); in testGetCredential_cancel()
260 mock(OutcomeReceiver.class); in testGetCredential_success()
327 mock(OutcomeReceiver.class); in testCreateCredential_cancel()
350 mock(OutcomeReceiver.class); in testCreateCredential_failed()
435 OutcomeReceiver<Void, ClearCredentialStateException> callback = mock(OutcomeReceiver.class); in testClearCredential_cancel()
455 OutcomeReceiver<Void, ClearCredentialStateException> callback = mock(OutcomeReceiver.class); in testClearCredential_failed()
477 OutcomeReceiver<Void, ClearCredentialStateException> callback = mock(OutcomeReceiver.class); in testClearCredential_success()
574 OutcomeReceiver<Void, SetEnabledProvidersException> callback = mock(OutcomeReceiver.class); in testSetEnabledProviders_failed()
[all …]
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallControl.java27 import android.os.OutcomeReceiver;
97 @NonNull OutcomeReceiver<Void, CallException> callback) { in setActive()
131 @NonNull OutcomeReceiver<Void, CallException> callback) { in answer()
165 @NonNull OutcomeReceiver<Void, CallException> callback) { in setInactive()
209 @NonNull OutcomeReceiver<Void, CallException> callback) { in disconnect()
245 @NonNull OutcomeReceiver<Void, CallException> callback) { in startCallStreaming()
278 @NonNull OutcomeReceiver<Void, CallException> callback) { in requestCallEndpointChange()
337 private final OutcomeReceiver<Void, CallException> mClientCallback;
340 OutcomeReceiver<Void, CallException> clientCallback) { in CallControlResultReceiver()
H A DInCallAdapter.java24 import android.os.OutcomeReceiver;
241 OutcomeReceiver<Void, CallEndpointException> callback) { in requestCallEndpointChange()
H A DQueryLocationException.java19 import android.os.OutcomeReceiver;
H A DPhone.java26 import android.os.OutcomeReceiver;
395 @NonNull OutcomeReceiver<Void, CallEndpointException> callback) { in requestCallEndpointChange()
H A DConnectionServiceAdapter.java26 import android.os.OutcomeReceiver;
586 OutcomeReceiver<Void, CallEndpointException> callback) { in requestCallEndpointChange()
767 @NonNull OutcomeReceiver<Location, QueryLocationException> callback) { in queryLocation()
/aosp14/frameworks/base/core/java/android/credentials/
H A DCredentialManager.java35 import android.os.OutcomeReceiver;
141 @NonNull OutcomeReceiver<GetCredentialResponse, GetCredentialException> callback) { in getCredential()
192 @NonNull OutcomeReceiver<GetCredentialResponse, GetCredentialException> callback) { in getCredential()
226 @NonNull OutcomeReceiver< in prepareGetCredential()
328 @NonNull OutcomeReceiver<Void, ClearCredentialStateException> callback) { in clearCredentialState()
374 @NonNull OutcomeReceiver<Void, SetEnabledProvidersException> callback) { in setEnabledProviders()
553 private final OutcomeReceiver<
654 OutcomeReceiver<GetCredentialResponse, GetCredentialException> callback) { in GetCredentialTransport()
706 private final OutcomeReceiver<CreateCredentialResponse, CreateCredentialException>
763 private final OutcomeReceiver<Void, ClearCredentialStateException> mCallback;
[all …]
H A DPrepareGetCredentialResponse.java30 import android.os.OutcomeReceiver;
73 @NonNull OutcomeReceiver<GetCredentialResponse, GetCredentialException> callback) { in show()
H A DListEnabledProvidersException.java22 import android.os.OutcomeReceiver;
H A DSetEnabledProvidersException.java22 import android.os.OutcomeReceiver;
H A DClearCredentialStateException.java22 import android.os.OutcomeReceiver;
H A DGetCredentialException.java23 import android.os.OutcomeReceiver;
H A DCreateCredentialException.java23 import android.os.OutcomeReceiver;
H A DPrepareGetCredentialResponseInternal.java27 import android.os.OutcomeReceiver;
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DTransactionalCall.java19 import android.os.OutcomeReceiver;
36 private final OutcomeReceiver<CallControl, CallException> mPendingControl;
42 Executor executor, OutcomeReceiver<CallControl, CallException> pendingControl, in TransactionalCall()
74 public OutcomeReceiver<CallControl, CallException> getPendingControl() { in getPendingControl()
H A DClientTransactionalServiceWrapper.java23 import android.os.OutcomeReceiver;
97 OutcomeReceiver<CallControl, CallException> pendingControl, in trackCall()
205 OutcomeReceiver<CallControl, CallException> pendingControl =
/aosp14/frameworks/base/core/java/android/service/credentials/
H A DCredentialProviderService.java35 import android.os.OutcomeReceiver;
250 new OutcomeReceiver<BeginGetCredentialResponse,
289 new OutcomeReceiver<
328 new OutcomeReceiver<Void, ClearCredentialStateException>() {
372 @NonNull OutcomeReceiver< in onBeginGetCredential()
384 @NonNull OutcomeReceiver<BeginCreateCredentialResponse, in onBeginCreateCredential()
406 @NonNull OutcomeReceiver<Void, in onClearCredentialState()
/aosp14/frameworks/base/core/java/android/service/remotelockscreenvalidation/
H A DRemoteLockscreenValidationService.java31 import android.os.OutcomeReceiver;
62 new OutcomeReceiver<RemoteLockscreenValidationResult,
105 @NonNull OutcomeReceiver<RemoteLockscreenValidationResult, Exception> callback); in onValidateLockscreenGuess()
/aosp14/frameworks/base/core/java/android/app/
H A DFullscreenRequestHandler.java30 import android.os.OutcomeReceiver;
54 @Nullable OutcomeReceiver<Void, Throwable> approvalCallback, Configuration config, in requestFullscreenMode()
85 OutcomeReceiver<Void, Throwable> callback, int result) { in notifyFullscreenRequestResult()
/aosp14/frameworks/base/core/java/android/service/assist/classification/
H A DFieldClassificationService.java31 import android.os.OutcomeReceiver;
126 @NonNull OutcomeReceiver<FieldClassificationResponse, Exception> outcomeReceiver); in onClassificationRequest()
158 new OutcomeReceiver<FieldClassificationResponse, Exception>() { in handleOnClassificationRequest()
/aosp14/frameworks/base/services/core/java/com/android/server/security/rkp/
H A DRemoteProvisioningRegistration.java22 import android.os.OutcomeReceiver;
49 private class GetKeyReceiver implements OutcomeReceiver<RemotelyProvisionedKey, Exception> {
159 new OutcomeReceiver<>() { in storeUpgradedKeyAsync()
H A DRemoteProvisioningService.java21 import android.os.OutcomeReceiver;
50 OutcomeReceiver<RegistrationProxy, Exception> {
/aosp14/frameworks/base/core/java/android/os/
H A DOutcomeReceiver.java29 public interface OutcomeReceiver<R, E extends Throwable> { interface
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/
H A DSatelliteManager.java32 import android.os.OutcomeReceiver;
448 @NonNull OutcomeReceiver<Boolean, SatelliteException> callback) { in requestIsSatelliteEnabled()
503 @NonNull OutcomeReceiver<Boolean, SatelliteException> callback) { in requestIsDemoModeEnabled()
556 @NonNull OutcomeReceiver<Boolean, SatelliteException> callback) { in requestIsSatelliteSupported()
610 @NonNull OutcomeReceiver<SatelliteCapabilities, SatelliteException> callback) { in requestSatelliteCapabilities()
1101 @NonNull OutcomeReceiver<Boolean, SatelliteException> callback) { in requestIsSatelliteProvisioned()
1422 @NonNull OutcomeReceiver<Boolean, SatelliteException> callback) { in requestIsSatelliteCommunicationAllowedForCurrentLocation()
1479 @NonNull OutcomeReceiver<Duration, SatelliteException> callback) { in requestTimeForNextSatelliteVisibility()
/aosp14/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
H A DRemoteProvisioningRegistrationTest.java40 import android.os.OutcomeReceiver;
79 OutcomeReceiver<RemotelyProvisionedKey, Exception>> answer) { in answerGetKeyAsync()
85 VoidAnswer4<byte[], byte[], Executor, OutcomeReceiver<Void, Exception>> answer) { in answerStoreUpgradedKeyAsync()

12