Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyService.java841 int logSource = -1; in logSensorPrivacyToggle() local
844 logSource = PRIVACY_SENSOR_TOGGLE_INTERACTION__SOURCE__QS_TILE; in logSensorPrivacyToggle()
847 logSource = PRIVACY_SENSOR_TOGGLE_INTERACTION__SOURCE__DIALOG; in logSensorPrivacyToggle()
850 logSource = PRIVACY_SENSOR_TOGGLE_INTERACTION__SOURCE__SETTINGS; in logSensorPrivacyToggle()
853 logSource = PRIVACY_SENSOR_TOGGLE_INTERACTION__SOURCE__SOURCE_UNKNOWN; in logSensorPrivacyToggle()
858 + " logAction=" + logAction + " logSource=" + logSource + " logMins=" in logSensorPrivacyToggle()
861 write(PRIVACY_SENSOR_TOGGLE_INTERACTION, logSensor, logAction, logSource, logMins); in logSensorPrivacyToggle()