Searched refs:Wakeup (Results 1 – 6 of 6) sorted by relevance
77 final LongSparseArray<Wakeup> mWakeupEvents = new LongSparseArray<>();104 case Wakeup.TYPE_ABNORMAL: in typeToStatsType()106 case Wakeup.TYPE_IRQ: in typeToStatsType()128 private synchronized void logWakeupAttribution(Wakeup wakeupToLog) { in logWakeupAttribution()208 final Wakeup parsedWakeup = Wakeup.parseWakeup(rawReason, elapsedRealtime, uptime, in noteWakeupTimeAndReason()248 private synchronized void attemptAttributionFor(Wakeup wakeup) { in attemptAttributionFor()282 final Wakeup wakeup = mWakeupEvents.valueAt(wakeupIdx); in attemptAttributionWith()342 final Wakeup wakeup = mWakeupEvents.valueAt(i); in dump()538 static final class Wakeup { class in CpuWakeupStats561 private Wakeup(int type, IrqDevice[] devices, long elapsedMillis, long uptimeMillis, in Wakeup() method in CpuWakeupStats.Wakeup[all …]
38 import com.android.server.power.stats.wakeups.CpuWakeupStats.Wakeup;428 assertThat(obj.mWakeupEvents.valueAt(0).mType).isEqualTo(Wakeup.TYPE_ABNORMAL); in abnormalAlarmAttribution()
94 // Wakeup button pressed
855 // Wakeup alarm name.
5124 // OPEN: Settings -> Battery -> Wakeup alarm anomaly
3174 …Wakeup;->parseWakeup(Ljava/lang/String;JJLcom/android/server/power/stats/wakeups/IrqDeviceMap;)Lco…3176 …mptAttributionFor(Lcom/android/server/power/stats/wakeups/CpuWakeupStats$Wakeup;)V+]Landroid/util/…3178 …WakeupAttribution(Lcom/android/server/power/stats/wakeups/CpuWakeupStats$Wakeup;)V+]Landroid/util/…