Searched refs:STATE2_CAMERA_FLAG (Results 1 – 3 of 3) sorted by relevance
1791 public static final int STATE2_CAMERA_FLAG = 1<<21; field in BatteryStats.HistoryItem2719 new BitDescription(HistoryItem.STATE2_CAMERA_FLAG, "camera", "ca"),
6104 mHistoryCur.states2 |= HistoryItem.STATE2_CAMERA_FLAG; in noteCameraOnLocked()6124 mHistoryCur.states2 &= ~HistoryItem.STATE2_CAMERA_FLAG; in noteCameraOffLocked()6141 mHistoryCur.states2 &= ~HistoryItem.STATE2_CAMERA_FLAG; in noteResetCameraLocked()
38206 Landroid/os/BatteryStats$HistoryItem;->STATE2_CAMERA_FLAG:I