Searched refs:postForResult (Results 1 – 8 of 8) sorted by relevance
55 return postForResult(job); in post()59 public <R> AndroidFuture<R> postForResult(Job<T, R> job) { in postForResult() method in FakeServiceConnector
169 when(mServiceConnector.postForResult(any())) in queryService_returnedFailed_shouldFinishWithFailed()183 when(mServiceConnector.postForResult(any())) in queryService_returnedWindowModeUnsupported_shouldFinishWithWindowModeUnsupported()197 when(mServiceConnector.postForResult(any())) in queryService_returnedScreenshotBlocked_shouldFinishWithBlockedByAdmin()264 when(mServiceConnector.postForResult(any())) in mockToSatisfyAllPrerequisites()
64 mProxyConnector.postForResult( in takeScreenshot()
151 AndroidFuture<Integer> statusCodeFuture = mAppClipsServiceConnector.postForResult( in onCreate()
49 .postForResult { it.isNotificationShadeExpanded } in <lambda>()
109 <R> AndroidFuture<R> postForResult(@NonNull Job<I, R> job); in postForResult() method400 return postForResult((Job) job); in post()404 public <R> CompletionAwareJob<I, R> postForResult(@NonNull Job<I, R> job) { in postForResult() method in ServiceConnector.Impl830 public <R> AndroidFuture<R> postForResult(@NonNull Job<T, R> job) { in postForResult() method in ServiceConnector.NoOp
68 .postForResult { it.areBubblesAvailable() } in <lambda>()
154 .postForResult { it.isNotificationShadeExpanded } in <lambda>()