Searched refs:scanReturnCode (Results 1 – 2 of 2) sorted by relevance
2355 private String returnCodeToString(int scanReturnCode) { in returnCodeToString() argument2356 switch(scanReturnCode){ in returnCodeToString()2377 public void incrementScanReturnEntry(int scanReturnCode, int countToAdd) { in incrementScanReturnEntry() argument2379 if (DBG) Log.v(TAG, "incrementScanReturnEntry " + returnCodeToString(scanReturnCode)); in incrementScanReturnEntry()2380 int entry = mScanReturnEntries.get(scanReturnCode); in incrementScanReturnEntry()2382 mScanReturnEntries.put(scanReturnCode, entry); in incrementScanReturnEntry()2389 public int getScanReturnEntry(int scanReturnCode) { in getScanReturnEntry() argument2391 return mScanReturnEntries.get(scanReturnCode); in getScanReturnEntry()4602 mWifiLogProto.scanReturnEntries[i].scanReturnCode = mScanReturnEntries.keyAt(i); in consolidateProto()
1614 if (mDecodedProto.scanReturnEntries[i].scanReturnCode == returnCode) { in assertScanReturnEntryEquals()