| /frameworks/base/packages/SystemUI/docs/ | 
| D | broadcasts.md | 37 ### A note on sticky broadcasts54 ### Subscribe
 87 ### Unsubscribe
 112 ### A note on goAsync()
 
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/audio/ | 
| D | DeviceVolumeBehaviorTest.java | 99         TestDeviceVolumeBehaviorDispatcherStub dispatcher =  in setToNewBehavior_triggersDeviceVolumeBehaviorDispatcher()  local126         TestDeviceVolumeBehaviorDispatcherStub dispatcher =  in setToSameBehavior_doesNotTriggerDeviceVolumeBehaviorDispatcher()  local
 142         TestDeviceVolumeBehaviorDispatcherStub dispatcher =  in unregisterDeviceVolumeBehaviorDispatcher_noLongerTriggered()  local
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/bluetooth/ | 
| D | FakeBluetoothRepository.kt | 35     private val dispatcher = StandardTestDispatcher(scheduler)  constant
 | 
| /frameworks/base/core/java/com/android/internal/policy/ | 
| D | PhoneFallbackEventHandler.java | 86         final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState();  in onKeyDown()  local200     private boolean isNotInstantAppAndKeyguardRestricted(KeyEvent.DispatcherState dispatcher) {  in isNotInstantAppAndKeyguardRestricted()
 210         final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState();  in onKeyUp()  local
 
 | 
| /frameworks/base/core/java/android/speech/tts/ | 
| D | AudioPlaybackQueueItem.java | 38     AudioPlaybackQueueItem(UtteranceProgressDispatcher dispatcher,  in AudioPlaybackQueueItem()53         final UtteranceProgressDispatcher dispatcher = getDispatcher();  in run()  local
 
 | 
| D | SynthesisPlaybackQueueItem.java | 80             int audioFormat, int channelCount, UtteranceProgressDispatcher dispatcher,  in SynthesisPlaybackQueueItem()102         final UtteranceProgressDispatcher dispatcher = getDispatcher();  in run()  local
 138         final UtteranceProgressDispatcher dispatcher = getDispatcher();  in dispatchEndStatus()  local
 
 | 
| D | SilencePlaybackQueueItem.java | 25     SilencePlaybackQueueItem(UtteranceProgressDispatcher dispatcher,  in SilencePlaybackQueueItem()
 | 
| D | PlaybackQueueItem.java | 11     PlaybackQueueItem(TextToSpeechService.UtteranceProgressDispatcher dispatcher,  in PlaybackQueueItem()
 | 
| /frameworks/native/services/vr/bufferhubd/ | 
| D | bufferhubd.cpp | 13   std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher;  in main()  local
 | 
| /frameworks/native/services/vr/performanced/ | 
| D | main.cpp | 31   std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher;  in main()  local
 | 
| /frameworks/native/services/inputflinger/benchmarks/ | 
| D | InputDispatcher_benchmarks.cpp | 159     explicit FakeInputReceiver(InputDispatcher& dispatcher, const std::string name) {  in FakeInputReceiver()179                      InputDispatcher& dispatcher, const std::string name)  in FakeWindowHandle()
 264     InputDispatcher dispatcher(fakePolicy);  in benchmarkNotifyMotion()  local
 299     InputDispatcher dispatcher(fakePolicy);  in benchmarkInjectMotion()  local
 333     InputDispatcher dispatcher(fakePolicy);  in benchmarkOnWindowInfosChanged()  local
 
 | 
| /frameworks/native/libs/vr/libpdx/fuzz/ | 
| D | service_dispatcher_fuzzer.cpp | 41   std::unique_ptr<ServiceDispatcher> dispatcher = ServiceDispatcher::Create();  in LLVMFuzzerTestOneInput()  local
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/flags/ | 
| D | ConditionalRestarterTest.kt | 42     val dispatcher = StandardTestDispatcher()  constant
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ | 
| D | NotifLiveDataImplTest.kt | 116         val dispatcher = liveDataImpl.setValueAndProvideDispatcher(13)  in <lambda>()  constant
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/data/repository/ | 
| D | ActivityTaskManagerTasksRepositoryTest.kt | 41     private val dispatcher = UnconfinedTestDispatcher()  constant in com.android.systemui.mediaprojection.taskswitcher.data.repository.ActivityTaskManagerTasksRepositoryTest
 | 
| D | MediaProjectionManagerRepositoryTest.kt | 43     private val dispatcher = StandardTestDispatcher()  constant in com.android.systemui.mediaprojection.taskswitcher.data.repository.MediaProjectionManagerRepositoryTest
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/data/ | 
| D | IconLoaderLibAppIconLoaderTest.kt | 48     private val dispatcher = Dispatchers.Unconfined  constant in com.android.systemui.mediaprojection.appselector.data.IconLoaderLibAppIconLoaderTest
 | 
| D | ShellRecentTaskListProviderTest.kt | 25     private val dispatcher = Dispatchers.Unconfined  constant
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/ | 
| D | FingerprintRepositoryImplTest.kt | 65         val dispatcher = StandardTestDispatcher()  in setup()  constant
 | 
| /frameworks/native/libs/gui/fuzzer/ | 
| D | libgui_displayEvent_fuzzer.cpp | 89     sp<FakeDisplayEventDispatcher> dispatcher(  in LLVMFuzzerTestOneInput()  local
 | 
| /frameworks/base/media/java/android/media/ | 
| D | IAudioService.aidl | 439     void registerStrategyPreferredDevicesDispatcher(IStrategyPreferredDevicesDispatcher dispatcher);  in registerStrategyPreferredDevicesDispatcher()442             IStrategyPreferredDevicesDispatcher dispatcher);  in unregisterStrategyPreferredDevicesDispatcher()
 445             IStrategyNonDefaultDevicesDispatcher dispatcher);  in registerStrategyNonDefaultDevicesDispatcher()
 448             IStrategyNonDefaultDevicesDispatcher dispatcher);  in unregisterStrategyNonDefaultDevicesDispatcher()
 474     void registerCapturePresetDevicesRoleDispatcher(ICapturePresetDevicesRoleDispatcher dispatcher);  in registerCapturePresetDevicesRoleDispatcher()
 477             ICapturePresetDevicesRoleDispatcher dispatcher);  in unregisterCapturePresetDevicesRoleDispatcher()
 501     void registerCommunicationDeviceDispatcher(ICommunicationDeviceDispatcher dispatcher);  in registerCommunicationDeviceDispatcher()
 504             ICommunicationDeviceDispatcher dispatcher);  in unregisterCommunicationDeviceDispatcher()
 529     void registerModeDispatcher(IAudioModeDispatcher dispatcher);  in registerModeDispatcher()
 531     oneway void unregisterModeDispatcher(IAudioModeDispatcher dispatcher);  in unregisterModeDispatcher()
 [all …]
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/ | 
| D | TaskSwitcherNotificationCoordinatorTest.kt | 54     private val dispatcher = UnconfinedTestDispatcher()  constant in com.android.systemui.mediaprojection.taskswitcher.ui.TaskSwitcherNotificationCoordinatorTest
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/domain/interactor/ | 
| D | TaskSwitchInteractorTest.kt | 45     private val dispatcher = UnconfinedTestDispatcher()  constant in com.android.systemui.mediaprojection.taskswitcher.domain.interactor.TaskSwitchInteractorTest
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ | 
| D | ScreenshotPolicyImplTest.kt | 129         val dispatcher = Dispatchers.Unconfined  in fakeTasksPolicyImpl()  constant
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/viewmodel/ | 
| D | TaskSwitcherNotificationViewModelTest.kt | 47     private val dispatcher = UnconfinedTestDispatcher()  constant
 |