Home
last modified time | relevance | path

Searched refs:sCallbackExecutor (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/adid/src/com/android/adservices/tests/adid/
DAdIdManagerTest.java47 private static final Executor sCallbackExecutor = Executors.newCachedThreadPool(); field in AdIdManagerTest
64 mAdIdManager.getAdId(sCallbackExecutor, callback); in testAdIdManager_SPlus()
72 mAdIdManager.getAdId(sCallbackExecutor, callback); in testAdIdManager_R()
131 mAdIdManager.getAdId(sCallbackExecutor, callback);
136 mAdIdManager.getAdId(sCallbackExecutor, callback);
164 adIdManager.getAdId(sCallbackExecutor, receiver);
176 adIdManager.getAdId(sCallbackExecutor, receiver);
/packages/modules/OnDevicePersonalization/samples/odpclient/src/main/java/com/example/odpclient/
DMainActivity.java66 private static Executor sCallbackExecutor = Executors.newSingleThreadExecutor(); field in MainActivity
105 sCallbackExecutor); in onCreate() local
138 sCallbackExecutor, in makeRequest() local
169 sCallbackExecutor, in makeRequest() local
233 sCallbackExecutor, in scheduleTraining() local
280 sCallbackExecutor, in cancelTraining() local
321 sCallbackExecutor, in reportConversion() local
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/iapc/
DGetAdIdApiCallBase.java50 private static final Executor sCallbackExecutor = Executors.newCachedThreadPool(); field in GetAdIdApiCallBase
68 adIdManager.getAdId(sCallbackExecutor, callback); in callGetAdId()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdSelectionTest.java49 private static final Executor sCallbackExecutor = Executors.newCachedThreadPool(); field in AdSelectionTest
66 .setExecutor(sCallbackExecutor) in testGetAdSelectionService_lowRamDevice_throwsIllegalStateException()
DCustomAudienceTest.java64 private static final Executor sCallbackExecutor = Executors.newCachedThreadPool(); field in CustomAudienceTest
419 .setExecutor(sCallbackExecutor) in testGetCustomAudienceService_lowRamDevice_throwsIllegalStateException()