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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1995 private static int sHotlistCmdId = 0; field in class:WifiNative
2006 if (sHotlistCmdId != 0) {
2009 sHotlistCmdId = getNewCmdIdLocked();
2013 if (setHotlistNative(sWlan0Index, sHotlistCmdId, settings) == false) {
2028 if (sHotlistCmdId != 0) {
2029 resetHotlistNative(sWlan0Index, sHotlistCmdId);
2030 sHotlistCmdId = 0;

Completed in 1002 milliseconds