Searched refs:mPacketErrorCount (Results 1 – 2 of 2) sorted by relevance
58 private long mPacketErrorCount = UNKNOWN_LONG; field in LinkQualityInfo104 dest.writeLong(mPacketErrorCount); in writeToParcel()144 mPacketErrorCount = in.readLong(); in initializeFromParcel()204 return mPacketErrorCount; in getPacketErrorCount()212 mPacketErrorCount = packetErrorCount; in setPacketErrorCount()
32914 Landroid/net/LinkQualityInfo;->mPacketErrorCount:J