Searched refs:mPhoneCallTitle (Results 1 – 3 of 3) sorted by relevance
66 private String mPhoneCallTitle; field in CameraQcPanelTest95 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()
66 private String mPhoneCallTitle; field in MicQcPanelTest95 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()
57 private final String mPhoneCallTitle; field in SensorQcPanel73 mPhoneCallTitle = context.getString(R.string.ongoing_privacy_dialog_phonecall); in SensorQcPanel()147 ? mPhoneCallTitle in addPrivacyElementsToQcList()