Searched defs:INVALID_KEY (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiScanner.java779 private static final int INVALID_KEY = 0; field in class:WifiScanner
846 if (listener == null) return INVALID_KEY;
851 } while (key == INVALID_KEY);
858 if (key == INVALID_KEY) return null;
866 if (listener == null) return INVALID_KEY;
870 return INVALID_KEY;
878 if (key == INVALID_KEY) return null;
888 if (key == INVALID_KEY) return key;
H A DRttManager.java914 private static final int INVALID_KEY = 0; field in class:RttManager
984 if (listener == null) return INVALID_KEY;
989 } while (key == INVALID_KEY);
996 if (key == INVALID_KEY) return null;
1004 if (listener == null) return INVALID_KEY;
1008 return INVALID_KEY;
1016 if (key == INVALID_KEY) return null;
1026 if (key == INVALID_KEY) return key;
H A DWifiManager.java614 private static final int INVALID_KEY = 0; field in class:WifiManager
1984 if (listener == null) return INVALID_KEY;
1989 } while (key == INVALID_KEY);
1996 if (key == INVALID_KEY) return null;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiScanningServiceImpl.java69 private static final int INVALID_KEY = 0; // same as WifiScanner field in class:WifiScanningServiceImpl

Completed in 80 milliseconds