Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java3384 private static final void dumpTimer(PrintWriter pw, int uid, String category, String type, in dumpTimer() method in BatteryStats
3405 private static void dumpTimer(ProtoOutputStream proto, long fieldId, in dumpTimer() method in BatteryStats
4282 dumpTimer(pw, uid, category, FLASHLIGHT_DATA, u.getFlashlightTurnedOnTimer(), in dumpCheckinLocked()
4284 dumpTimer(pw, uid, category, CAMERA_DATA, u.getCameraTurnedOnTimer(), in dumpCheckinLocked()
4286 dumpTimer(pw, uid, category, VIDEO_DATA, u.getVideoTurnedOnTimer(), in dumpCheckinLocked()
4288 dumpTimer(pw, uid, category, AUDIO_DATA, u.getAudioTurnedOnTimer(), in dumpCheckinLocked()
4315 dumpTimer(pw, uid, category, VIBRATOR_DATA, u.getVibratorOnTimer(), in dumpCheckinLocked()
4318 dumpTimer(pw, uid, category, FOREGROUND_ACTIVITY_DATA, u.getForegroundActivityTimer(), in dumpCheckinLocked()
4321 dumpTimer(pw, uid, category, FOREGROUND_SERVICE_DATA, u.getForegroundServiceTimer(), in dumpCheckinLocked()
7381 dumpTimer(proto, UidProto.AUDIO, u.getAudioTurnedOnTimer(), rawRealtimeUs, which); in dumpProtoAppsLocked()
[all …]
/frameworks/base/config/
Dboot-image-profile.txt15001 HPLandroid/os/BatteryStats;->dumpTimer(Ljava/io/PrintWriter;ILjava/lang/String;Ljava/lang/String;La…