Searched refs:scanReturnCode (Results 1 – 2 of 2) sorted by relevance
3092 private String returnCodeToString(int scanReturnCode) { in returnCodeToString() argument3093 switch(scanReturnCode){ in returnCodeToString()3114 public void incrementScanReturnEntry(int scanReturnCode, int countToAdd) { in incrementScanReturnEntry() argument3116 if (DBG) Log.v(TAG, "incrementScanReturnEntry " + returnCodeToString(scanReturnCode)); in incrementScanReturnEntry()3117 int entry = mScanReturnEntries.get(scanReturnCode); in incrementScanReturnEntry()3119 mScanReturnEntries.put(scanReturnCode, entry); in incrementScanReturnEntry()3126 public int getScanReturnEntry(int scanReturnCode) { in getScanReturnEntry() argument3128 return mScanReturnEntries.get(scanReturnCode); in getScanReturnEntry()5352 mWifiLogProto.scanReturnEntries[i].scanReturnCode = mScanReturnEntries.keyAt(i); in consolidateProto()
1665 if (mDecodedProto.scanReturnEntries[i].scanReturnCode == returnCode) { in assertScanReturnEntryEquals()