Home
last modified time | relevance | path

Searched defs:getResult (Results 1 – 25 of 37) sorted by relevance

12

/packages/services/Car/car-test-lib/src/android/car/testapi/
DCarTestingHelper.java38 public static <T> T getResult(@NonNull AsyncFuture<T> future) in getResult() method in CarTestingHelper
47 public static <T> T getResult(@NonNull AsyncFuture<T> future, long timeoutMs) { in getResult() method in CarTestingHelper
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/filtering/
DIFilter.java48 Sample getResult(); in getResult() method
61 default Sample getResult(long timeMs) { in getResult() method
DMedAvgFilter.java102 public Sample getResult() { in getResult() method in MedAvgFilter
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DGetResultActivity.java66 public Result getResult() { in getResult() method in GetResultActivity
79 public Result getResult(long timeout, TimeUnit unit) { in getResult() method in GetResultActivity
/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DJavaMockitoHelper.java99 public static <T> T getResult(@NonNull Future<T> future, in getResult() method in JavaMockitoHelper
108 public static <T> T getResult(@NonNull Future<T> future, long timeoutMs, in getResult() method in JavaMockitoHelper
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestions.kt45 fun getResult(): SourceResult? { in getResult() method
/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
DCaptivePortalProbeSpec.java146 public abstract CaptivePortalProbeResult getResult(int status, @Nullable String locationHeader); in getResult() method in CaptivePortalProbeSpec
187 public CaptivePortalProbeResult getResult(int status, String locationHeader) { in getResult() method in CaptivePortalProbeSpec.RegexMatchProbeSpec
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/filtering/
DNullFilter.java63 public Sample getResult() { in getResult() method in NullFilter
/packages/apps/Settings/src/com/android/settings/sim/smartForwarding/
DEnableSmartForwardingTask.java251 abstract T getResult(); in getResult() method in EnableSmartForwardingTask.QueryCommand
289 Integer getResult() { in getResult() method in EnableSmartForwardingTask.QueryCallWaitingCommand
336 CallForwardingInfo getResult() { in getResult() method in EnableSmartForwardingTask.QueryCallForwardingCommand
433 public boolean getResult() { in getResult() method in EnableSmartForwardingTask.FeatureResult
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DMyActivity.java52 public Integer getResult(int timeoutMs) throws InterruptedException { in getResult() method in MyActivity
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DOvulationTestRecordInternal.java34 public int getResult() { in getResult() method in OvulationTestRecordInternal
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DFallibleAsyncTask.java86 public abstract ResultT getResult(); in getResult() method in FallibleAsyncTask.FallibleTaskResult
/packages/services/Car/car-lib/src/com/android/car/internal/
DResultWrapper.java44 public V getResult() { in getResult() method in ResultWrapper
/packages/modules/HealthFitness/framework/java/android/health/connect/
DAggregateResult.java86 T getResult() { in getResult() method in AggregateResult
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DOpAsyncCallbackRunner.java74 public T getResult() { in getResult() method in OpAsyncCallbackRunner
/packages/modules/AppSearch/framework/java/android/app/appsearch/aidl/
DAppSearchBatchResultParcel.java69 public AppSearchBatchResult<String, ValueType> getResult() { in getResult() method in AppSearchBatchResultParcel
DAppSearchResultParcel.java70 public AppSearchResult<ValueType> getResult() { in getResult() method in AppSearchResultParcel
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilter.java69 public CallFilteringResult getResult() { in getResult() method in CallFilter
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DVoipCallTransactionResult.java42 public int getResult() { in getResult() method in VoipCallTransactionResult
/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
DBaseAsyncPreferenceController.java70 protected R getResult() { in getResult() method in BaseAsyncPreferenceController
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/
DProvisioningResultListener.java93 public boolean getResult() { in getResult() method in ProvisioningResultListener
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DOvulationTestRecord.java63 public int getResult() { in getResult() method in OvulationTestRecord
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/util/
DBluetoothOperationExecutor.java255 public static <T> T getResult(Future<T> future) throws BluetoothException { in getResult() method in BluetoothOperationExecutor
263 public static <T> T getResult(Future<T> future, long timeoutMillis) throws BluetoothException { in getResult() method in BluetoothOperationExecutor
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DMeasurementAttributionStats.java77 public int getResult() { in getResult() method in MeasurementAttributionStats
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvtFilterOnFoundOnLostInfo.java113 public byte[] getResult() { in getResult() method in AdvtFilterOnFoundOnLostInfo

12