Searched refs:mPacketErrorCount (Results 1 – 1 of 1) sorted by relevance
57 private long mPacketErrorCount = UNKNOWN_LONG; field in LinkQualityInfo103 dest.writeLong(mPacketErrorCount); in writeToParcel()143 mPacketErrorCount = in.readLong(); in initializeFromParcel()203 return mPacketErrorCount; in getPacketErrorCount()211 mPacketErrorCount = packetErrorCount; in setPacketErrorCount()