Searched refs:privacyChip (Results 1 – 2 of 2) sorted by relevance
569 val privacyChip = UiAutomatorUtils2.waitFindObjectOrNull(By.res(PRIVACY_CHIP_ID)) in <lambda>() constant571 assertNotNull("view with id $PRIVACY_CHIP_ID not found", privacyChip) in <lambda>()573 privacyChip.click() in <lambda>()
439 View privacyChip = mTopView.findViewById(chipId); in setupSensorQcPanel() local440 if (privacyChip != null) { in setupSensorQcPanel()444 .build(privacyChip, panelLayoutRes, R.dimen.car_sensor_qc_panel_width); in setupSensorQcPanel()