Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskInitializer.kt98 controller.updateNoteTaskForCurrentUserAndManagedProfiles() in initializeOnUserUnlocked()
124 controller.updateNoteTaskForCurrentUserAndManagedProfiles() in onUserUnlocked()
128 controller.updateNoteTaskForCurrentUserAndManagedProfiles() in onUserChanged()
132 controller.updateNoteTaskForCurrentUserAndManagedProfiles() in onProfilesChanged()
DNoteTaskController.kt300 fun updateNoteTaskForCurrentUserAndManagedProfiles() { in updateNoteTaskForCurrentUserAndManagedProfiles() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
DNoteTaskInitializerTest.kt108 verify(controller).updateNoteTaskForCurrentUserAndManagedProfiles() in createUnderTest()
184 verify(controller).updateNoteTaskForCurrentUserAndManagedProfiles() in initialize_userUnlocked_shouldUpdateNoteTask()
208 verify(controller, times(2)).updateNoteTaskForCurrentUserAndManagedProfiles() in initialize_onProfilesChanged_shouldUpdateNoteTask()
218 verify(controller, times(2)).updateNoteTaskForCurrentUserAndManagedProfiles() in initialize_onUserChanged_shouldUpdateNoteTask()
DNoteTaskControllerTest.kt819 controller.updateNoteTaskForCurrentUserAndManagedProfiles() in <lambda>()