Searched refs:workProfileFirstRunView (Results 1 – 2 of 2) sorted by relevance
33 private lateinit var workProfileFirstRunView: ViewGroup in <lambda>() variable in com.android.systemui.screenshot.MessageContainerController41 workProfileFirstRunView = container.requireViewById(R.id.work_profile_first_run) in <lambda>()47 workProfileFirstRunView.visibility = View.GONE in <lambda>()61 workProfileFirstRunView.visibility = View.VISIBLE in <lambda>()63 profileMessageController.bindView(workProfileFirstRunView, profileData) { in <lambda>()69 workProfileFirstRunView.visibility = View.GONE in <lambda>()83 workProfileFirstRunView.visibility = View.VISIBLE in <lambda>()86 workProfileFirstRunView, in <lambda>()93 workProfileFirstRunView.visibility = View.GONE in <lambda>()
45 lateinit var workProfileFirstRunView: ViewGroup variable in com.android.systemui.screenshot.MessageContainerControllerTest79 workProfileFirstRunView = FrameLayout(mContext) in setup()80 workProfileFirstRunView.id = com.android.systemui.res.R.id.work_profile_first_run in setup()81 container.addView(workProfileFirstRunView) in setup()100 .populateView(eq(workProfileFirstRunView), eq(workProfileData), any()) in testOnScreenshotTakenUserHandle_withWorkProfileFirstRun()101 assertEquals(View.VISIBLE, workProfileFirstRunView.visibility) in testOnScreenshotTakenUserHandle_withWorkProfileFirstRun()117 .bindView(eq(workProfileFirstRunView), eq(profileData), any()) in <lambda>()118 assertEquals(View.VISIBLE, workProfileFirstRunView.visibility) in <lambda>()