Searched refs:startNotesRoleSetting (Results 1 – 4 of 4) sorted by relevance
72 verify(noteTaskController).startNotesRoleSetting(any(Context::class.java), eq(null)) in startActivity_noAction_shouldLaunchNotesRoleSettingTaskWithNullEntryPoint()80 .startNotesRoleSetting(any(Context::class.java), eq(QUICK_AFFORDANCE)) in startActivity_quickAffordanceAction_shouldLaunchNotesRoleSettingTaskWithQuickAffordanceEntryPoint()
917 createNoteTaskController().startNotesRoleSetting(context, QUICK_AFFORDANCE) in <lambda>()931 createNoteTaskController().startNotesRoleSetting(context, entryPoint = null) in <lambda>()944 createNoteTaskController().startNotesRoleSetting(context, QUICK_AFFORDANCE) in <lambda>()957 createNoteTaskController().startNotesRoleSetting(context, entryPoint = null) in <lambda>()
46 controller.startNotesRoleSetting(this, entryPoint) in onCreate()
113 fun startNotesRoleSetting(activityContext: Context, entryPoint: NoteTaskEntryPoint?) { in startNotesRoleSetting() method