Searched refs:mPacketErrorCount (Results 1 – 2 of 2) 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()
47052 Landroid/net/LinkQualityInfo;->mPacketErrorCount:J