Searched refs:hasActiveWorkProfile (Results 1 – 2 of 2) sorted by relevance
24 import com.android.systemui.util.kotlin.hasActiveWorkProfile in <lambda>()39 profileController.hasActiveWorkProfile.map { hasActiveWorkProfile: Boolean -> in <lambda>() method40 if (hasActiveWorkProfile) { in <lambda>()48 profileController.hasActiveWorkProfile in <lambda>()
24 val ManagedProfileController.hasActiveWorkProfile: Flow<Boolean> constant