Searched refs:driverFWLocalWakeCntArray (Results 1 – 2 of 2) sorted by relevance
56 public int[] driverFWLocalWakeCntArray; field in WifiWakeReasonAndCounts86 for (int i = 0; i < driverFWLocalWakeCntArray.length; i++) { in toString()87 sb.append(" driverFWLocalWakeCntArray[" + i + "] " + driverFWLocalWakeCntArray[i]); in toString()124 dest.writeIntArray(driverFWLocalWakeCntArray); in writeToParcel()152 in.readIntArray(counts.driverFWLocalWakeCntArray);
2199 ans.driverFWLocalWakeCntArray = intsFromArrayList(h.driverFwLocalWakeCntPerType); in halToFrameworkWakeReasons()