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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWakeupLock.java37 public class WakeupLock { class
39 private static final String TAG = WakeupLock.class.getSimpleName();
56 public WakeupLock(WifiConfigManager wifiConfigManager, WifiWakeMetrics wifiWakeMetrics, method in class:WakeupLock
64 * Sets the WakeupLock with the given {@link ScanResultMatchInfo} list.
86 * Maybe sets the WakeupLock as initialized based on total scans handled.
109 * Maybe sets the WakeupLock as initialized based on elapsed time.
250 /** Returns whether the WakeupLock is unlocked */
255 /** Returns the data source for the WakeupLock config store data. */
262 pw.println("WakeupLock: ");

Completed in 27 milliseconds