Searched refs:TYPE_ABNORMAL (Results 1 – 2 of 2) sorted by relevance
104 case Wakeup.TYPE_ABNORMAL: in typeToStatsType()553 static final int TYPE_ABNORMAL = 2; field in CpuWakeupStats.Wakeup593 type = TYPE_ABNORMAL; in parseWakeup()
428 assertThat(obj.mWakeupEvents.valueAt(0).mType).isEqualTo(Wakeup.TYPE_ABNORMAL); in abnormalAlarmAttribution()