Home
last modified time | relevance | path

Searched refs:updateNoteTaskForCurrentUserAndManagedProfiles (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
H A DNoteTaskInitializer.kt95 controller.updateNoteTaskForCurrentUserAndManagedProfiles()
121 controller.updateNoteTaskForCurrentUserAndManagedProfiles()
125 controller.updateNoteTaskForCurrentUserAndManagedProfiles()
129 controller.updateNoteTaskForCurrentUserAndManagedProfiles()
H A DNoteTaskController.kt295 fun updateNoteTaskForCurrentUserAndManagedProfiles() { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
H A DNoteTaskInitializerTest.kt108 verify(controller).updateNoteTaskForCurrentUserAndManagedProfiles()
184 verify(controller).updateNoteTaskForCurrentUserAndManagedProfiles()
208 verify(controller, times(2)).updateNoteTaskForCurrentUserAndManagedProfiles()
218 verify(controller, times(2)).updateNoteTaskForCurrentUserAndManagedProfiles()
H A DNoteTaskControllerTest.kt814 controller.updateNoteTaskForCurrentUserAndManagedProfiles()