Searched refs:NoteTaskBubblesService (Results 1 – 3 of 3) sorted by relevance
26 import com.android.systemui.notetask.NoteTaskBubblesController.NoteTaskBubblesService43 @[Binds IntoMap ClassKey(NoteTaskBubblesService::class)] in bindNoteTaskControllerUpdateService()44 fun bindNoteTaskBubblesService(service: NoteTaskBubblesService): Service in bindNoteTaskControllerUpdateService()
57 Intent(context, NoteTaskBubblesService::class.java), in <lambda>()112 class NoteTaskBubblesService in <lambda>() class in com.android.systemui.notetask.NoteTaskBubblesController
26 import com.android.systemui.notetask.NoteTaskBubblesController.NoteTaskBubblesService45 NoteTaskBubblesService(Optional.ofNullable(bubbles)).onBind(Intent()) in createServiceBinder()