Searched refs:LaunchNoteTaskActivity (Results 1 – 6 of 6) sorted by relevance
29 class LaunchNoteTaskActivity @Inject constructor(private val controller: NoteTaskController) : class48 Intent(context, LaunchNoteTaskActivity::class.java).apply { in createIntent()55 ComponentName(context, LaunchNoteTaskActivity::class.java)
29 import com.android.systemui.notetask.shortcut.LaunchNoteTaskActivity46 @[Binds IntoMap ClassKey(LaunchNoteTaskActivity::class)] in bindNoteTaskControllerUpdateService()47 fun bindNoteTaskLauncherActivity(activity: LaunchNoteTaskActivity): Activity in bindNoteTaskControllerUpdateService()
28 import com.android.systemui.notetask.shortcut.LaunchNoteTaskActivity in <lambda>()70 .setIntent(LaunchNoteTaskActivity.createIntent(context)) in <lambda>()71 .setActivity(LaunchNoteTaskActivity.createComponent(context)) in <lambda>()
19 import com.android.systemui.notetask.shortcut.LaunchNoteTaskActivity
48 ActivityTestRule<LaunchNoteTaskActivity>(50 LaunchNoteTaskActivity(controller = noteTaskController) in <lambda>()
57 import com.android.systemui.notetask.shortcut.LaunchNoteTaskActivity in <lambda>()756 hasComponentClass(LaunchNoteTaskActivity::class.java) in <lambda>()