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

/frameworks/base/core/java/com/android/internal/app/procstats/
H A DSparseMappingTable.java52 public static final int INVALID_KEY = 0xffffffff; field in class:SparseMappingTable
161 * @return The key from this table or INVALID_KEY if the id is not found.
170 return INVALID_KEY;
/frameworks/base/wifi/java/android/net/wifi/
H A DRttManager.java1123 if (key == INVALID_KEY) {
1241 private static final int INVALID_KEY = 0; field in class:RttManager
1297 if (listener == null) return INVALID_KEY;
1302 } while (key == INVALID_KEY);
1310 if (listener == null) return INVALID_KEY;
1313 if (key != INVALID_KEY) {
1318 } while (key == INVALID_KEY);
1326 if (key == INVALID_KEY) return null;
1334 if (listener == null) return INVALID_KEY;
1338 return INVALID_KEY;
[all...]
H A DWifiScanner.java710 if (key == INVALID_KEY) return;
724 if (key == INVALID_KEY) return;
754 if (key == INVALID_KEY) return;
771 if (key == INVALID_KEY) return;
812 if (key == INVALID_KEY) return;
829 if (key == INVALID_KEY) return;
875 if (key == INVALID_KEY) return;
896 if (key == INVALID_KEY) return;
911 if (key == INVALID_KEY) return;
1155 private static final int INVALID_KEY field in class:WifiScanner
[all...]
H A DWifiManager.java911 private static final int INVALID_KEY = 0; field in class:WifiManager
2794 if (listener == null) return INVALID_KEY;
2799 } while (key == INVALID_KEY);
2806 if (key == INVALID_KEY) return null;

Completed in 126 milliseconds