Home
last modified time | relevance | path

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

1234

/aosp12/packages/services/Car/car-test-lib/src/android/car/testapi/
H A 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
/aosp12/frameworks/base/core/java/android/accounts/
H A DAccountManagerFuture.java94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; in getResult() method
113 V getResult(long timeout, TimeUnit unit) in getResult() method
/aosp12/packages/services/Car/car-test-lib/src/android/car/test/mocks/
H A DJavaMockitoHelper.java92 public static <T> T getResult(@NonNull Future<T> future) { in getResult() method in JavaMockitoHelper
100 public static <T> T getResult(@NonNull Future<T> future, long timeoutMs) { in getResult() method in JavaMockitoHelper
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/
H A DGetResultActivity.java66 public Result getResult() { in getResult() method in GetResultActivity
79 public Result getResult(long timeout, TimeUnit unit) { in getResult() method in GetResultActivity
/aosp12/frameworks/base/test-mock/src/android/test/mock/
H A DMockAccountManager.java109 public T getResult() in getResult() method in MockAccountManager.MockAccountManagerFuture
114 public T getResult(long timeout, TimeUnit unit) in getResult() method in MockAccountManager.MockAccountManagerFuture
/aosp12/frameworks/base/core/java/android/content/pm/parsing/result/
H A DParseResult.java54 ResultType getResult(); in getResult() method
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DMyActivity.java52 public Integer getResult(int timeoutMs) throws InterruptedException { in getResult() method in MyActivity
/aosp12/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
H A 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
/aosp12/frameworks/base/core/java/android/webkit/
H A DJsResult.java71 public final boolean getResult() { in getResult() method in JsResult
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteRenderSession.java33 Result getResult() throws RemoteException; in getResult() method
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
H A DFallibleAsyncTask.java86 public abstract ResultT getResult(); in getResult() method in FallibleAsyncTask.FallibleTaskResult
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DRestoreEngine.java59 public int getResult() { in getResult() method in RestoreEngine
/aosp12/packages/apps/Settings/src/com/android/settings/sim/smartForwarding/
H A DEnableSmartForwardingTask.java258 abstract T getResult(); in getResult() method in EnableSmartForwardingTask.QueryCommand
296 Integer getResult() { in getResult() method in EnableSmartForwardingTask.QueryCallWaitingCommand
343 CallForwardingInfo getResult() { in getResult() method in EnableSmartForwardingTask.QueryCallForwardingCommand
440 public boolean getResult() { in getResult() method in EnableSmartForwardingTask.FeatureResult
/aosp12/frameworks/base/telephony/java/android/service/euicc/
H A DGetDefaultDownloadableSubscriptionListResult.java66 public int getResult() { in getResult() method in GetDefaultDownloadableSubscriptionListResult
H A DGetDownloadableSubscriptionMetadataResult.java63 public int getResult() { in getResult() method in GetDownloadableSubscriptionMetadataResult
H A DDownloadSubscriptionResult.java56 public @Result int getResult() { in getResult() method in DownloadSubscriptionResult
H A DGetEuiccProfileInfoListResult.java64 public int getResult() { in getResult() method in GetEuiccProfileInfoListResult
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/aidl/
H A DAppSearchResultParcel.java57 public AppSearchResult<ValueType> getResult() { in getResult() method in AppSearchResultParcel
H A DAppSearchBatchResultParcel.java60 public AppSearchBatchResult<String, ValueType> getResult() { in getResult() method in AppSearchBatchResultParcel
/aosp12/art/test/917-fields-transformation/src/art/
H A DTest917.java31 public String getResult() { in getResult() method in Test917.Transform
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderResult.java54 public Result getResult() { in getResult() method in RenderResult
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DCallFilter.java69 public CallFilteringResult getResult() { in getResult() method in CallFilter
/aosp12/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteRenderSessionAdapter.java44 public Result getResult() throws RemoteException { in getResult() method in RemoteRenderSessionAdapter
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteRenderSessionAdapter.java38 public Result getResult() { in getResult() method in RemoteRenderSessionAdapter
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java50 public Result getResult() { in getResult() method in BridgeRenderSession

1234