Searched refs:scanReturnCode (Results 1 – 2 of 2) sorted by relevance
1375 private String returnCodeToString(int scanReturnCode) { in returnCodeToString() argument1376 switch(scanReturnCode){ in returnCodeToString()1397 public void incrementScanReturnEntry(int scanReturnCode, int countToAdd) { in incrementScanReturnEntry() argument1399 if (DBG) Log.v(TAG, "incrementScanReturnEntry " + returnCodeToString(scanReturnCode)); in incrementScanReturnEntry()1400 int entry = mScanReturnEntries.get(scanReturnCode); in incrementScanReturnEntry()1402 mScanReturnEntries.put(scanReturnCode, entry); in incrementScanReturnEntry()1409 public int getScanReturnEntry(int scanReturnCode) { in getScanReturnEntry() argument1411 return mScanReturnEntries.get(scanReturnCode); in getScanReturnEntry()3118 mWifiLogProto.scanReturnEntries[i].scanReturnCode = mScanReturnEntries.keyAt(i); in consolidateProto()
1223 if (mDecodedProto.scanReturnEntries[i].scanReturnCode == returnCode) { in assertScanReturnEntryEquals()