Home | History | Annotate | Download | only in os

Lines Matching defs:Sensor

59      * A constant indicating a sensor timer.
61 public static final int SENSOR = 3;
219 * Returns a mapping containing sensor statistics.
221 * @return a Map from Integer sensor ids to Uid.Sensor objects.
223 public abstract Map<Integer, ? extends Sensor> getSensorStats();
294 public static abstract class Sensor {
295 // Magic sensor number for the GPS.
870 new BitDescription(HistoryItem.STATE_SENSOR_ON_FLAG, "sensor"),
1173 * @param type type of data (e.g. "wakelock", "sensor", "process", "apk" , "process", "network")
1376 Map<Integer, ? extends BatteryStats.Uid.Sensor> sensors = u.getSensorStats();
1378 for (Map.Entry<Integer, ? extends BatteryStats.Uid.Sensor> ent
1380 Uid.Sensor se = ent.getValue();
1811 Map<Integer, ? extends BatteryStats.Uid.Sensor> sensors = u.getSensorStats();
1813 for (Map.Entry<Integer, ? extends BatteryStats.Uid.Sensor> ent
1815 Uid.Sensor se = ent.getValue();
1819 sb.append(" Sensor ");
1821 if (handle == Uid.Sensor.GPS) {