Home
last modified time | relevance | path

Searched refs:mPhoneCallTitle (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/privacy/
DCameraQcPanelTest.java66 private String mPhoneCallTitle; field in CameraQcPanelTest
95 mPhoneCallTitle = mContext.getString(R.string.ongoing_privacy_dialog_phonecall); in setUp()
174 mPhoneCallTitle, mCameraQcPanel.getSensorShortName()); in testGetQCItem_cameraDisabled_onlyOneInactivePhonePrivacyItem_secondRowInactiveApp()
227 mPhoneCallTitle, mCameraQcPanel.getSensorShortName()); in testGetQCItem_cameraEnabled_multiplePrivacyItems_thirdRowActivePhone()
248 mPhoneCallTitle, 2, mCameraQcPanel.getSensorShortName()); in testGetQCItem_cameraEnabled_multiplePrivacyItems_fourthRowInactiveApps()
DMicQcPanelTest.java66 private String mPhoneCallTitle; field in MicQcPanelTest
95 mPhoneCallTitle = mContext.getString(R.string.ongoing_privacy_dialog_phonecall); in setUp()
172 mPhoneCallTitle, mMicQcPanel.getSensorShortName()); in testGetQCItem_micDisabled_onlyOneInactivePhonePrivacyItem_secondRowInactiveApp()
225 mPhoneCallTitle, mMicQcPanel.getSensorShortName()); in testGetQCItem_micEnabled_multiplePrivacyItems_thirdRowActivePhone()
246 mPhoneCallTitle, 2, mMicQcPanel.getSensorShortName()); in testGetQCItem_micEnabled_multiplePrivacyItems_fourthRowInactiveApps()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/
DSensorQcPanel.java57 private final String mPhoneCallTitle; field in SensorQcPanel
73 mPhoneCallTitle = context.getString(R.string.ongoing_privacy_dialog_phonecall); in SensorQcPanel()
147 ? mPhoneCallTitle in addPrivacyElementsToQcList()