Searched refs:allSensors (Results 1 – 4 of 4) sorted by relevance
121 int fallbackType, List<Sensor> allSensors, @Nullable Sensor defaultSensor, in testFindSensor() argument123 when(mSensorManager.getSensorList(Sensor.TYPE_ALL)).thenReturn(allSensors); in testFindSensor()
81 boolean allSensors = getIntent().getBooleanExtra(SensorPrivacyManager.EXTRA_ALL_SENSORS, in onCreate()83 if (allSensors) { in onCreate()
94 boolean allSensors = getIntent().getBooleanExtra(SensorPrivacyManager.EXTRA_ALL_SENSORS, in onCreate()96 if (allSensors) { in onCreate()
1563 final List<FingerprintSensorPropertiesInternal> allSensors = getSensorPropertiesInternal(); in getFirstFingerprintSensor() local1564 return allSensors.isEmpty() ? null : allSensors.get(0); in getFirstFingerprintSensor()