Home
last modified time | relevance | path

Searched defs:bgExecutor (Results 1 – 25 of 113) sorted by relevance

12345

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java236 @ShellBackgroundThread Executor bgExecutor, in Bubble()
269 @ShellBackgroundThread Executor bgExecutor) { in Bubble()
291 @ShellBackgroundThread Executor bgExecutor) { in Bubble()
310 @ShellBackgroundThread Executor bgExecutor) { in Bubble()
334 @ShellBackgroundThread Executor bgExecutor) { in Bubble()
353 @ShellMainThread Executor mainExecutor, @ShellBackgroundThread Executor bgExecutor) { in createNotesBubble()
364 @ShellMainThread Executor mainExecutor, @ShellBackgroundThread Executor bgExecutor) { in createAppBubble()
373 @ShellMainThread Executor mainExecutor, @ShellBackgroundThread Executor bgExecutor) { in createAppBubble()
384 @ShellMainThread Executor mainExecutor, @ShellBackgroundThread Executor bgExecutor) { in createTaskBubble()
395 @ShellMainThread Executor mainExecutor, @ShellBackgroundThread Executor bgExecutor) { in createShortcutBubble()
[all …]
/frameworks/base/core/java/android/service/remotelockscreenvalidation/
DRemoteLockscreenValidationClient.java55 @Nullable Executor bgExecutor, @NonNull ComponentName serviceComponent) { in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/dagger/
DWalletModule.java71 @Background Executor bgExecutor) { in provideQuickAccessWalletClient()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataRepositoryTest.kt127 private val bgExecutor = HandlerExecutor(testHandler) constant in com.android.wm.shell.bubbles.BubbleDataRepositoryTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProvider.java83 @Background Executor bgExecutor) { in DreamOverlayNotificationCountProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
DAppClipsTrampolineActivity.java113 @Background Executor bgExecutor, @Main Executor mainExecutor, in AppClipsTrampolineActivity()
131 @Background Executor bgExecutor, @Main Executor mainExecutor, in AppClipsTrampolineActivity()
DAppClipsViewModel.java104 @Main Executor mainExecutor, @Background Executor bgExecutor) { in AppClipsViewModel()
539 @Background Executor bgExecutor) { in Factory()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/recordissue/
DIssueRecordingServiceSessionTest.kt56 private val bgExecutor = kosmos.fakeExecutor constant in com.android.systemui.recordissue.IssueRecordingServiceSessionTest
DRecordIssueDialogDelegateTest.kt80 private val bgExecutor = FakeExecutor(systemClock) constant in com.android.systemui.recordissue.RecordIssueDialogDelegateTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DGlanceableHubWidgetManagerServiceSupplier.kt37 @Background private val bgExecutor: Executor, constant in com.android.systemui.communal.widgets.GlanceableHubWidgetManagerServiceSupplier
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/
DCommunalMetricsStartable.kt37 @Background private val bgExecutor: Executor, constant in com.android.systemui.communal.CommunalMetricsStartable
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DViewCapture.java104 protected ViewCapture(int memorySize, int initPoolSize, Executor bgExecutor) { in ViewCapture()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DAssistContentRequester.java74 @Background Executor bgExecutor) { in AssistContentRequester()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DCaptionWindowDecoration.java100 @ShellBackgroundThread ShellExecutor bgExecutor, in CaptionWindowDecoration()
308 final ShellExecutor bgExecutor = in relayout() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DStatefulControlSubscriber.kt34 private val bgExecutor: DelayableExecutor, constant in com.android.systemui.controls.controller.StatefulControlSubscriber
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/user/
DUserCreatorTest.kt37 private lateinit var bgExecutor: FakeExecutor variable in com.android.systemui.user.UserCreatorTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DScrollCaptureClient.java165 @Background Executor bgExecutor, @UiContext Context context) { in ScrollCaptureClient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DRestartDozeListener.kt38 @Background val bgExecutor: DelayableExecutor, constant in com.android.systemui.flags.RestartDozeListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/
DPersistentConnectionManager.java119 @Background DelayableExecutor bgExecutor, in PersistentConnectionManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/
DUserCreator.kt42 @Background private val bgExecutor: Executor constant in com.android.systemui.user.UserCreator
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DLaunchConversationActivity.java75 @Background Executor bgExecutor in LaunchConversationActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeService.java53 DozeLog dozeLog, @UiBackground Executor bgExecutor) { in DozeService()
DDozeUi.java77 @Background DelayableExecutor bgExecutor, in DozeUi()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginActionManager.java88 Executor bgExecutor, in PluginActionManager()
383 Executor mainExecutor, Executor bgExecutor, in Factory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/
DBroadcastSender.kt24 @Background private val bgExecutor: Executor constant in com.android.systemui.broadcast.BroadcastSender

12345