Searched refs:workProfile (Results 1 – 4 of 4) sorted by relevance
111 .flatMapLatest { workProfile -> in <lambda>() method112 workProfile?.let { repository.getAllowedByDevicePolicy(it) } ?: flowOf(false) in <lambda>()
437 val workProfile = userTracker.userProfiles.find { it.isManagedProfile } in <lambda>() constant445 uid != workProfile?.id in <lambda>()
62 fun workProfile() = runTest { in <lambda>() method
85 UserReference profile = sDeviceState.workProfile(); in testSettings_workProfile()