Searched refs:INVALID_KEY (Results 1 – 6 of 6) sorted by relevance
710 if (key == INVALID_KEY) return; in registerScanListener()724 if (key == INVALID_KEY) return; in deregisterScanListener()754 if (key == INVALID_KEY) return; in startBackgroundScan()771 if (key == INVALID_KEY) return; in stopBackgroundScan()812 if (key == INVALID_KEY) return; in startScan()829 if (key == INVALID_KEY) return; in stopScan()875 if (key == INVALID_KEY) return; in startConnectedPnoScan()896 if (key == INVALID_KEY) return; in startDisconnectedPnoScan()911 if (key == INVALID_KEY) return; in stopPnoScan()1155 private static final int INVALID_KEY = 0; field in WifiScanner[all …]
1075 if (key == INVALID_KEY) { in disableResponder()1191 private static final int INVALID_KEY = 0; field in RttManager1244 if (listener == null) return INVALID_KEY; in putListener()1249 } while (key == INVALID_KEY); in putListener()1257 if (listener == null) return INVALID_KEY; in putListenerIfAbsent()1260 if (key != INVALID_KEY) { in putListenerIfAbsent()1265 } while (key == INVALID_KEY); in putListenerIfAbsent()1273 if (key == INVALID_KEY) return null; in getListener()1281 if (listener == null) return INVALID_KEY; in getListenerKey()1285 return INVALID_KEY; in getListenerKey()[all …]
898 private static final int INVALID_KEY = 0; field in WifiManager2731 if (listener == null) return INVALID_KEY;2736 } while (key == INVALID_KEY);2743 if (key == INVALID_KEY) return null;
153 Assert.assertEquals(SparseMappingTable.INVALID_KEY, key); in testParcelingWithReset()203 Assert.assertEquals(SparseMappingTable.INVALID_KEY, key); in testInvalidKey()
51 public static final int INVALID_KEY = 0xffffffff; field in SparseMappingTable169 return INVALID_KEY; in getKey()
362 if (sysKey != SparseMappingTable.INVALID_KEY) { in computeTotalMemoryUse()