Home
last modified time | relevance | path

Searched defs:resultCallback (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/satellite/stub/
DISatellite.aidl69 in IIntegerConsumer resultCallback); in requestSatelliteListeningEnabled()
103 in boolean isEmergency, in IIntegerConsumer resultCallback); in requestSatelliteEnabled()
124 void requestIsSatelliteEnabled(in IIntegerConsumer resultCallback, in requestIsSatelliteEnabled()
146 void requestIsSatelliteSupported(in IIntegerConsumer resultCallback, in requestIsSatelliteSupported()
168 void requestSatelliteCapabilities(in IIntegerConsumer resultCallback, in requestSatelliteCapabilities()
188 void startSendingSatellitePointingInfo(in IIntegerConsumer resultCallback); in startSendingSatellitePointingInfo()
206 void stopSendingSatellitePointingInfo(in IIntegerConsumer resultCallback); in stopSendingSatellitePointingInfo()
232 in IIntegerConsumer resultCallback); in provisionSatelliteService()
255 void deprovisionSatelliteService(in String token, in IIntegerConsumer resultCallback); in deprovisionSatelliteService()
276 void requestIsSatelliteProvisioned(in IIntegerConsumer resultCallback, in requestIsSatelliteProvisioned()
[all …]
DSatelliteImplBase.java334 @NonNull IIntegerConsumer resultCallback) { in requestSatelliteListeningEnabled()
345 @NonNull IIntegerConsumer resultCallback) { in enableCellularModemWhileSatelliteModeIsOn()
372 boolean isEmergency, @NonNull IIntegerConsumer resultCallback) { in requestSatelliteEnabled()
395 public void requestIsSatelliteEnabled(@NonNull IIntegerConsumer resultCallback, in requestIsSatelliteEnabled()
419 public void requestIsSatelliteSupported(@NonNull IIntegerConsumer resultCallback, in requestIsSatelliteSupported()
443 public void requestSatelliteCapabilities(@NonNull IIntegerConsumer resultCallback, in requestSatelliteCapabilities()
465 public void startSendingSatellitePointingInfo(@NonNull IIntegerConsumer resultCallback) { in startSendingSatellitePointingInfo()
485 public void stopSendingSatellitePointingInfo(@NonNull IIntegerConsumer resultCallback) { in stopSendingSatellitePointingInfo()
514 @NonNull IIntegerConsumer resultCallback) { in provisionSatelliteService()
540 @NonNull IIntegerConsumer resultCallback) { in deprovisionSatelliteService()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DApduSender.java100 ApduSenderResultCallback resultCallback, in send()
173 ApduSenderResultCallback resultCallback, in sendCommand()
223 AsyncResultCallback<IccIoResult> resultCallback, in getCompleteResponse()
264 ApduSenderResultCallback resultCallback, in closeAndReturn()
/frameworks/base/core/java/android/service/resumeonreboot/
DIResumeOnRebootService.aidl23 …id wrapSecret(in byte[] unwrappedBlob, in long lifeTimeInMillis, in RemoteCallback resultCallback); in wrapSecret()
24 oneway void unwrap(in byte[] wrappedBlob, in RemoteCallback resultCallback); in unwrap()
/frameworks/base/core/java/android/security/attestationverification/
DIAttestationVerificationManagerService.aidl37 in AndroidFuture resultCallback); in verifyAttestation()
42 in AndroidFuture resultCallback); in verifyToken()
DAttestationVerificationManager.java113 AndroidFuture<IVerificationResult> resultCallback = new AndroidFuture<>(); in verifyAttestation() local
178 AndroidFuture<Integer> resultCallback = new AndroidFuture<>(); in verifyToken() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/
DAsyncMessageInvocation.java45 Request request, AsyncResultCallback<Response> resultCallback, Handler handler) { in invoke()
54 AsyncResultCallback<Response> resultCallback = in handleMessage() local
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/
DCaptureProcessorImpl.java89 ProcessResultImpl resultCallback, Executor executor); in process()
115 ProcessResultImpl resultCallback, Executor executor); in processWithPostview()
DPreviewImageProcessorImpl.java62 void process(Image image, TotalCaptureResult result, ProcessResultImpl resultCallback, in process()
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/
DCaptureProcessorImpl.java89 ProcessResultImpl resultCallback, Executor executor); in process()
115 ProcessResultImpl resultCallback, Executor executor); in processWithPostview()
DPreviewImageProcessorImpl.java62 void process(Image image, TotalCaptureResult result, ProcessResultImpl resultCallback, in process()
/frameworks/ex/camera2/extensions/sample/src/java/androidx/camera/extensions/impl/
DCaptureProcessorImpl.java89 ProcessResultImpl resultCallback, Executor executor); in process()
115 ProcessResultImpl resultCallback, Executor executor); in processWithPostview()
DPreviewImageProcessorImpl.java60 void process(Image image, TotalCaptureResult result, ProcessResultImpl resultCallback, in process()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/
DDomainSelectionConnectionTest.java178 IWwanSelectorResultCallback resultCallback = in testWwanSelectorCallbackOnRequestEmergencyNetworkScan() local
271 IWwanSelectorResultCallback resultCallback = in testWwanSelectorCallbackOnRequestEmergencyNetworkScanWithResetScan() local
342 IWwanSelectorResultCallback resultCallback = in testWwanSelectorCallbackOnRequestEmergencyNetworkScanWithResetScanDoneAndCancel() local
402 IWwanSelectorResultCallback resultCallback = in testWwanSelectorCallbackOnRequestEmergencyNetworkScanWithResetScanAndCancel() local
591 IWwanSelectorResultCallback resultCallback = in testRemoteDomainSelectorRebindingServiceWhenScanning() local
676 IWwanSelectorResultCallback resultCallback = in testRemoteDomainSelectorRebindingServiceAfterScanCompleted() local
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/
DPreviewImageProcessorImpl.java62 void process(Image image, TotalCaptureResult result, ProcessResultImpl resultCallback, in process()
DCaptureProcessorImpl.java65 ProcessResultImpl resultCallback, Executor executor); in process()
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/service/
DICaptureProcessorImpl.aidl29 void process(in List<CaptureBundle> capturelist, in IProcessResultImpl resultCallback); in process()
DIPreviewImageProcessorImpl.aidl31 in IProcessResultImpl resultCallback); in process()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java2138 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callGetDownloadableSubscriptionMetadata() local
2160 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callGetDefaultDownloadableSubscriptionList() local
2168 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callDownloadSubscription() local
2196 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callDeleteSubscription() local
2216 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callSwitchToSubscription() local
2238 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callUpdateSubscriptionNickname() local
2259 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callEraseSubscriptions() local
2278 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callEraseSubscriptionsWithOptions() local
2298 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callRetainSubscriptionsForFactoryReset() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DResumeOnRebootServiceProvider.java178 resultCallback = in wrapBlob() local
198 resultCallback = in unwrap() local
/frameworks/base/core/java/android/hardware/camera2/extension/
DIPreviewImageProcessorImpl.aidl31 in IProcessResultImpl resultCallback); in process()
DICaptureProcessorImpl.aidl31 in IProcessResultImpl resultCallback, boolean isPostviewRequested); in process()
/frameworks/base/services/core/java/com/android/server/security/
DAttestationVerificationManagerService.java124 byte[] attestation, AndroidFuture<IVerificationResult> resultCallback) { in verifyAttestationForAllVerifiers()
/frameworks/base/core/java/android/service/trust/
DITrustAgentServiceCallback.aidl29 CharSequence message, long durationMs, int flags, in AndroidFuture resultCallback); in grantTrust()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraExtensionForwardProcessor.java119 IProcessResultImpl resultCallback) throws RemoteException { in process()

12