Searched refs:TYPE_ABNORMAL (Results 1 – 3 of 3) sorted by relevance
38 TYPE_ABNORMAL = 2; enumerator
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()