Searched refs:EXTRA_ALL_SENSORS (Results 1 – 5 of 5) sorted by relevance
27 import android.hardware.SensorPrivacyManager.EXTRA_ALL_SENSORS89 if (intent.getBooleanExtra(EXTRA_ALL_SENSORS, false)) {
81 boolean allSensors = getIntent().getBooleanExtra(SensorPrivacyManager.EXTRA_ALL_SENSORS, in onCreate()
94 boolean allSensors = getIntent().getBooleanExtra(SensorPrivacyManager.EXTRA_ALL_SENSORS, in onCreate()
72 public static final String EXTRA_ALL_SENSORS = SensorPrivacyManager.class.getName() field in SensorPrivacyManager
36 import static android.hardware.SensorPrivacyManager.EXTRA_ALL_SENSORS;577 dialogIntent.putExtra(EXTRA_ALL_SENSORS, true); in showSensorUserReminderDialog()