Searched refs:totalDriverFwLocalWake (Results 1 – 3 of 3) sorted by relevance
39 public int totalDriverFwLocalWake; field in WlanWakeReasonAndCounts67 sb.append(" totalDriverFwLocalWake ").append(totalDriverFwLocalWake); in toString()107 dest.writeInt(totalDriverFwLocalWake); in writeToParcel()135 counts.totalDriverFwLocalWake = in.readInt();
2646 ans.totalDriverFwLocalWake = h.totalDriverFwLocalWakeCnt; in halToFrameworkWakeReasons()
2546 assertEquals(stats.totalDriverFwLocalWakeCnt, retrievedStats.totalDriverFwLocalWake); in testGetWlanWakeReasonCount()