/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcDispatcher.java | 497 DispatchInfo dispatch = new DispatchInfo(mContext, tag, message); in dispatchTag() local 501 if (tryOverrides(dispatch, tag, message, overrideIntent, overrideFilters, in dispatchTag() 551 if (tryNdef(dispatch, message)) { in dispatchTag() 561 if (tryTech(dispatch, tag)) { in dispatchTag() 565 dispatch.setTagIntent(); in dispatchTag() 566 if (dispatch.tryStartActivity()) { in dispatchTag() 648 …boolean tryOverrides(DispatchInfo dispatch, Tag tag, NdefMessage message, PendingIntent overrideIn… in tryOverrides() argument 657 intent = dispatch.setNdefIntent(); in tryOverrides() 671 intent = dispatch.setTechIntent(); in tryOverrides() 683 intent = dispatch.setTagIntent(); in tryOverrides() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiHealthMonitorTest.java | 374 mAlarmManager.dispatch(WifiHealthMonitor.POST_BOOT_DETECTION_TIMER_TAG); in makeSerializedExample() 416 mAlarmManager.dispatch(WifiHealthMonitor.POST_BOOT_DETECTION_TIMER_TAG); in testReadWriteAndSWChange() 450 mAlarmManager.dispatch(WifiHealthMonitor.POST_BOOT_DETECTION_TIMER_TAG); in testSerializationDeserialization() 490 mAlarmManager.dispatch(WifiHealthMonitor.DAILY_DETECTION_TIMER_TAG); in testTimerMultiDayRun() 499 mAlarmManager.dispatch(WifiHealthMonitor.DAILY_DETECTION_TIMER_TAG); in testTimerMultiDayRun() 538 mAlarmManager.dispatch(WifiHealthMonitor.DAILY_DETECTION_TIMER_TAG); in testTwoDailyDetections() 542 mAlarmManager.dispatch(WifiHealthMonitor.DAILY_DETECTION_TIMER_TAG); in testTwoDailyDetections() 557 mAlarmManager.dispatch(WifiHealthMonitor.DAILY_DETECTION_TIMER_TAG); in testBuildProto() 614 mAlarmManager.dispatch(WifiHealthMonitor.DAILY_DETECTION_TIMER_TAG); in testWifiStatsLogWrite() 639 mAlarmManager.dispatch(WifiHealthMonitor.DAILY_DETECTION_TIMER_TAG); in testAfterSwBuildChange() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | InteractionReporterTest.java | 332 public MockResponse dispatch(RecordedRequest request) { in testReportInteractionDoesNotCrashAfterSellerReportingThrowsAnException() 402 public MockResponse dispatch(RecordedRequest request) { in testReportInteractionDoesNotCrashAfterBuyerReportingThrowsAnException() 464 public MockResponse dispatch(RecordedRequest request) { in testReportInteractionOnlyReportsBuyersRegisteredInteractions() 522 public MockResponse dispatch(RecordedRequest request) { in testReportInteractionOnlyReportsSellerRegisteredInteractions() 604 public MockResponse dispatch(RecordedRequest request) { in testReportInteractionReturnsOnlyReportsUriThatPassesEnrollmentCheck() 682 public MockResponse dispatch(RecordedRequest request) { in testReportInteractionReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck() 740 public MockResponse dispatch(RecordedRequest request) { in testReportInteractionFailsWithInvalidPackageName() 806 public MockResponse dispatch(RecordedRequest request) { in testReportInteractionFailsWhenForegroundCheckFails() 861 public MockResponse dispatch(RecordedRequest request) { in testReportInteractionFailsWhenThrottled() 962 public MockResponse dispatch(RecordedRequest request) { in testReportInteractionFailsWhenAppNotInAllowList() [all …]
|
D | AdSelectionE2ETest.java | 292 public MockResponse dispatch(RecordedRequest request) { 333 public MockResponse dispatch(RecordedRequest request) { 384 public MockResponse dispatch(RecordedRequest request) { 433 public MockResponse dispatch(RecordedRequest request) { 603 public MockResponse dispatch(RecordedRequest request) { in setUp() 3382 public MockResponse dispatch(RecordedRequest request) { in testRunAdSelectionMissingBiddingLogicFailure() 3491 public MockResponse dispatch(RecordedRequest request) { in testRunAdSelectionMissingScoringLogicFailure() 3601 public MockResponse dispatch(RecordedRequest request) { in testRunAdSelectionErrorFetchingScoringLogicFailure() 3710 public MockResponse dispatch(RecordedRequest request) { in testRunAdSelectionPartialMissingBiddingLogic() 3831 public MockResponse dispatch(RecordedRequest request) { in testRunAdSelectionPartialNonPositiveScoring() [all …]
|
D | AdBidGeneratorImplTest.java | 175 public MockResponse dispatch(RecordedRequest request) { 195 public MockResponse dispatch(RecordedRequest request) throws InterruptedException { 203 public MockResponse dispatch(RecordedRequest request) { 227 public MockResponse dispatch(RecordedRequest request) { 753 public MockResponse dispatch(RecordedRequest request) { in testV2BiddingLogicDoesNotAddHeaders_Success() 1762 public MockResponse dispatch(RecordedRequest request) { in testTrustedSignalsEmptyKeysSuccess()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | media_service.rs | 19 A2dpCallbacksDispatcher { dispatch: Box::new(move |_cb| {}) } in get_a2dp_dispatcher() 23 A2dpSinkCallbacksDispatcher { dispatch: Box::new(move |_cb| {}) } in get_a2dp_sink_dispatcher() 27 AvrcpCallbacksDispatcher { dispatch: Box::new(move |_cb| {}) } in get_avrcp_dispatcher()
|
D | gatt_service.rs | 58 dispatch: Box::new(move |cb| { in create() 63 dispatch: Box::new(move |cb| { in create() 68 dispatch: Box::new(move |cb| { in create() 73 dispatch: Box::new(move |cb| { in create() 78 dispatch: Box::new(move |cb| { in create() 83 dispatch: Box::new(move |cb| { in create()
|
D | hf_client_service.rs | 18 BthfClientCallbacksDispatcher { dispatch: Box::new(move |_cb| {}) } in get_hf_client_dispatcher()
|
D | hfp_service.rs | 24 dispatch: Box::new(move |cb: HfpCallbacks| { in get_hfp_dispatcher()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | BatchingNamedTaskExecutor.kt | 36 private fun dispatch(task: NamedTask?) { in dispatch() method in com.android.quicksearchbox.util.BatchingNamedTaskExecutor 55 dispatch(task) in executeNextBatch()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/httpclient/ |
D | AdServicesHttpsClientTest.java | 352 public MockResponse dispatch(RecordedRequest request) { in testFetchPayloadResponsesSkipsHeaderIfAbsent() 376 public MockResponse dispatch(RecordedRequest request) { in testFetchPayloadContainsRequestProperties() 454 public MockResponse dispatch(RecordedRequest request) { in testFetchPayloadResponsesUsesCache() 506 public MockResponse dispatch(RecordedRequest request) { in testFetchPayloadResponsesDefaultSkipsCache() 533 public MockResponse dispatch(RecordedRequest request) { in testFetchPayloadResponsesNoCacheHeaderSkipsCache() 560 public MockResponse dispatch(RecordedRequest request) { in testFetchPayloadCacheDisabledSkipsCache()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | avrcp.rs | 82 pub dispatch: Box<dyn Fn(AvrcpCallbacks) + Send>, field 252 pub dispatch: Box<dyn Fn(AvrcpCtrlCallbacks) + Send>, field
|
D | a2dp.rs | 276 pub dispatch: Box<dyn Fn(A2dpCallbacks) + Send>, field 402 pub dispatch: Box<dyn Fn(A2dpSinkCallbacks) + Send>, field
|
D | gatt.rs | 632 pub dispatch: Box<dyn Fn(GattClientCallbacks) + Send>, field 636 pub dispatch: Box<dyn Fn(GattServerCallbacks) + Send>, field 910 pub dispatch: Box<dyn Fn(GattScannerCallbacks) + Send>, field 1004 pub dispatch: Box<dyn Fn(GattScannerInbandCallbacks) + Send>, field 1080 pub dispatch: Box<dyn Fn(GattAdvCallbacks) + Send>, field 1132 pub dispatch: Box<dyn Fn(GattAdvInbandCallbacks) + Send>, field
|
D | hf_client.rs | 61 pub dispatch: Box<dyn Fn(BthfClientCallbacks) + Send>, field
|
/packages/modules/Bluetooth/system/gd/rust/stack/src/hci/ |
D | mod.rs | 62 rt.spawn(dispatch( in provide_hci() 168 async fn dispatch( in dispatch() function
|
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/classic/ |
D | mod.rs | 143 mut dispatch: core::AclDispatch, in provide_acl_manager() 199 … let mut core_conn = dispatch.register(handle, Bluetooth::Classic).await; in provide_acl_manager()
|
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/ |
D | BaselinePerfTest.java | 184 public MockResponse dispatch(RecordedRequest request) { in testAdSelectionAndReporting_executionHeavyJS_success() 266 public MockResponse dispatch(RecordedRequest request) { in testAdSelectionAndReporting_memoryHeavyJS_success()
|
D | AbstractPerfTest.java | 211 public MockResponse dispatch(RecordedRequest request) { in setup()
|
/packages/services/Car/tools/telemetry/lua-interpreter/static/js/ |
D | index.js | 163 editorView.dispatch({
|
/packages/modules/Bluetooth/system/gd/rust/topshim/macros/src/ |
D | lib.rs | 138 .dispatch)(#rpath(#args)); in cb_variant()
|
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/ |
D | MockWebServerDispatcherFactory.java | 159 public MockResponse dispatch(RecordedRequest request) { in create() method
|
D | MockWebServerRule.java | 119 public MockResponse dispatch(RecordedRequest request) { in startMockWebServer()
|
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/http/ |
D | MockWebServerRule.java | 141 public MockResponse dispatch(RecordedRequest request) {
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | UsbHostController.java | 374 if (!mUsbResolver.dispatch(device, settings.getHandler(), settings.isAaop(), in handleMessage()
|