Searched refs:shouldShowInQuietMode (Results 1 – 3 of 3) sorted by relevance
45 suspend fun shouldShowInQuietMode(userId: Int): Boolean in getUserProfilesIncludingCurrentUser() method72 override suspend fun shouldShowInQuietMode(userId: Int): Boolean = in shouldShowInQuietMode() method
79 currentUsers.associateWith { userId -> userRepository.shouldShowInQuietMode(userId) } in <lambda>()82 val shouldShowInQuietMode = checkNotNull(usersShouldShowInQuietModeMap[it.userId]) in <lambda>() constant83 !isQuietModeEnabled || shouldShowInQuietMode in <lambda>()
29 override suspend fun shouldShowInQuietMode(userId: Int): Boolean = method in com.android.permissioncontroller.tests.mocking.user.data.repository.FakeUserRepository