Home
last modified time | relevance | path

Searched refs:Void (Results 1 – 25 of 54) sorted by relevance

123

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java209 private class SetupTestKeyStoreTask extends AsyncTask<Void, Void, Void> {
211 protected Void doInBackground(Void... params) { in doInBackground()
264 private class InstallCredentialsTask extends AsyncTask<Void, Void, Void> {
266 protected Void doInBackground(Void... params) { in doInBackground()
326 private class TestHttpsRequestTask extends AsyncTask<Void, Void, Void> {
328 protected Void doInBackground(Void... params) { in doInBackground()
407 private class ClearCredentialsTask extends AsyncTask<Void, Void, Void> {
409 protected Void doInBackground(Void... params) { in doInBackground()
523 AsyncTask<Void, Void, Void> task;
525 public Step(int instructionTextId, boolean skippable, AsyncTask<Void, Void, Void> task) { in Step() argument
/cts/tests/app/app/src/android/app/stubs/
DActivityManagerMemoryClassTestActivity.java44 private class AllocateMemoryTask extends AsyncTask<Void, Void, Void> {
53 protected Void doInBackground(Void... params) { in doInBackground()
69 protected void onPostExecute(Void result) { in onPostExecute()
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DVideoPlayerActivity.java73 new AsyncTask<Void, Void, Void>() { in delay()
75 protected Void doInBackground(Void... params) { in delay()
80 protected void onPostExecute(Void nothing) { in delay()
DStatsdCtsForegroundActivity.java92 new AsyncTask<Void, Void, Void>() { in doSleepWhileTop()
94 protected Void doInBackground(Void... params) { in doSleepWhileTop()
100 protected void onPostExecute(Void nothing) { in doSleepWhileTop()
DAtomTests.java256 new AsyncTask<Void, Void, Void>() { in testGpsScan()
258 protected Void doInBackground(Void... params) { in testGpsScan()
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsBgVsFgActions.java281 new AsyncTask<Void, Void, Void>() { in doScheduleJob()
283 protected Void doInBackground(Void... params) { in doScheduleJob()
292 new AsyncTask<Void, Void, Void>() { in doNothingAsync()
294 protected Void doInBackground(Void... params) { in doNothingAsync()
300 protected void onPostExecute(Void nothing) { in doNothingAsync()
318 new AsyncTask<Void, Void, Void>() { in doSync()
320 protected Void doInBackground(Void... params) { in doSync()
333 protected void onPostExecute(Void aVoid) { in doSync()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java209 class RefreshTestResultsTask extends AsyncTask<Void, Void, RefreshResult> {
211 protected RefreshResult doInBackground(Void... params) { in doInBackground()
297 class ClearTestResultsTask extends AsyncTask<Void, Void, Void> {
300 protected Void doInBackground(Void... params) { in doInBackground()
307 class SetTestResultTask extends AsyncTask<Void, Void, Void> {
329 protected Void doInBackground(Void... params) { in doInBackground()
DReportExporter.java47 class ReportExporter extends AsyncTask<Void, Void, String> {
70 protected String doInBackground(Void... params) { in doInBackground()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java793 doAnswer(new Answer<Void>() { in testUpdateAppWidgetViaComponentName()
795 public Void answer(InvocationOnMock invocation) throws Throwable { in testUpdateAppWidgetViaComponentName()
870 doAnswer(new Answer<Void>() { in testUpdateAppWidgetViaWidgetId()
872 public Void answer(InvocationOnMock invocation) throws Throwable { in testUpdateAppWidgetViaWidgetId()
957 doAnswer(new Answer<Void>() { in testUpdateAppWidgetViaWidgetIds()
959 public Void answer(InvocationOnMock invocation) throws Throwable { in testUpdateAppWidgetViaWidgetIds()
1036 doAnswer(new Answer<Void>() { in testPartiallyUpdateAppWidgetViaWidgetId()
1038 public Void answer(InvocationOnMock invocation) throws Throwable { in testPartiallyUpdateAppWidgetViaWidgetId()
1114 doAnswer(new Answer<Void>() { in testPartiallyUpdateAppWidgetViaWidgetIds()
1116 public Void answer(InvocationOnMock invocation) throws Throwable { in testPartiallyUpdateAppWidgetViaWidgetIds()
[all …]
/cts/hostsidetests/theme/app/src/android/theme/app/
DGenerateBitmapTask.java34 class GenerateBitmapTask extends AsyncTask<Void, Void, Boolean> {
65 protected Boolean doInBackground(Void... ignored) { in doInBackground()
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java391 new AsyncTask<Void, Void, Void>() { in openDocumentUnchecked()
393 protected Void doInBackground(Void... params) { in openDocumentUnchecked()
410 new AsyncTask<Void, Void, Void>() { in openDocumentUnchecked()
412 protected Void doInBackground(Void... params) { in openDocumentUnchecked()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DReportExporter.java41 public class ReportExporter extends AsyncTask<Void, Void, String> {
54 protected String doInBackground(Void... params) { in doInBackground()
/cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/
DJvmtiRedefineClassesTest.java752 new ExpectedMethod(Void.TYPE, "alpha"), in testCannotRetransformOnLoadTest()
753 new ExpectedMethod(Void.TYPE, "beta"), in testCannotRetransformOnLoadTest()
767 new ExpectedMethod(Void.TYPE, "alpha", int.class), in testRetransformOnLoad()
769 new ExpectedMethod(Void.TYPE, "gamma"), in testRetransformOnLoad()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java837 protected PrintDocumentAdapter createMockPrintDocumentAdapter(Answer<Void> layoutAnswer, in createMockPrintDocumentAdapter()
838 Answer<Void> writeAnswer, Answer<Void> finishAnswer) { in createMockPrintDocumentAdapter()
900 Answer<Void> onStartPrinterDiscovery, Answer<Void> onStopPrinterDiscovery, in createMockPrinterDiscoverySessionCallbacks()
901 Answer<Void> onValidatePrinters, Answer<Void> onStartPrinterStateTracking, in createMockPrinterDiscoverySessionCallbacks()
902 Answer<Void> onRequestCustomPrinterIcon, Answer<Void> onStopPrinterStateTracking, in createMockPrinterDiscoverySessionCallbacks()
903 Answer<Void> onDestroy) { in createMockPrinterDiscoverySessionCallbacks()
942 Answer<Void> onPrintJobQueued, Answer<Void> onRequestCancelPrintJob) { in createMockPrintServiceCallbacks()
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DPermissionTestService.java82 class NetworkTestAsyncTask extends AsyncTask<Void, Void, Boolean> {
83 protected Boolean doInBackground(Void... nothing) { in doInBackground()
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
DMainInteractionSession.java180 private class MyTask extends AsyncTask<AsyncTaskArg, Void, Void> {
182 protected Void doInBackground(AsyncTaskArg... params) { in doInBackground()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9344/
Dpoc.cpp25 using android::hardware::Void;
31 return Void(); in onEvent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DSelfManagedIncomingCallTestActivity.java137 (new AsyncTask<Void, Void, Throwable>() { in onCreate()
139 protected Throwable doInBackground(Void... params) { in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTvInputDiscoveryTestActivity.java197 new AsyncTask<Void, Void, Boolean>() { in verifyGlobalSearch()
199 protected Boolean doInBackground(Void... params) { in verifyGlobalSearch()
/cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/
DDownloadManagerTest.java91 FutureTask<Void> serverFuture = new FutureTask<Void>(new Callable() { in runDownloadManagerTest()
93 public Void call() throws Exception { in runDownloadManagerTest()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewRenderProcessClientTest.java63 private SettableFuture<Void> mIsBlocked;
120 final SettableFuture<Void> rendererUnblocked = SettableFuture.create(); in testWebViewRenderProcessClientOnExecutor()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/accessory/
DUsbAccessoryTestActivity.java91 (new AsyncTask<Void, Void, Throwable>() { in onAttached()
93 protected Throwable doInBackground(Void... params) { in onAttached()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java33 public static CompletableFuture<Void> dispatchGesture( in dispatchGesture()
36 CompletableFuture<Void> result = new CompletableFuture<>(); in dispatchGesture()
/cts/hostsidetests/compilation/app/src/android/compilation/cts/
DCompilationTargetActivity.java35 private AsyncTask<Integer, String, Void> mTask;
41 mTask = new AsyncTask<Integer, String, Void>() { in onResume()
43 protected Void doInBackground(Integer... params) { in onResume()
64 protected void onPostExecute(Void aVoid) { in onResume()
/cts/tests/tests/media/src/android/media/cts/
DVpxCodecTestBase.java1075 runCallable( new Callable<Void>() { in createCodec()
1077 public Void call() throws Exception { in createCodec()
1122 runCallable( new Callable<Void>() { in feedInput()
1124 public Void call() throws Exception { in feedInput()
1193 runCallable( new Callable<Void>() { in getOutput()
1195 public Void call() throws Exception { in getOutput()
1206 runCallable( new Callable<Void>() { in forceSyncFrame()
1208 public Void call() throws Exception { in forceSyncFrame()
1218 runCallable( new Callable<Void>() { in updateBitrate()
1220 public Void call() throws Exception { in updateBitrate()
[all …]

123