Searched refs:scanReturnCode (Results 1 – 2 of 2) sorted by relevance
595 private String returnCodeToString(int scanReturnCode) { in returnCodeToString() argument596 switch(scanReturnCode){ in returnCodeToString()617 public void incrementScanReturnEntry(int scanReturnCode, int countToAdd) { in incrementScanReturnEntry() argument619 if (DBG) Log.v(TAG, "incrementScanReturnEntry " + returnCodeToString(scanReturnCode)); in incrementScanReturnEntry()620 int entry = mScanReturnEntries.get(scanReturnCode); in incrementScanReturnEntry()622 mScanReturnEntries.put(scanReturnCode, entry); in incrementScanReturnEntry()629 public int getScanReturnEntry(int scanReturnCode) { in getScanReturnEntry() argument631 return mScanReturnEntries.get(scanReturnCode); in getScanReturnEntry()945 mWifiLogProto.scanReturnEntries[i].scanReturnCode = mScanReturnEntries.keyAt(i); in consolidateProto()
323 if (mDeserializedWifiMetrics.scanReturnEntries[i].scanReturnCode == returnCode) { in assertScanReturnEntryEquals()