HomeSort by relevance Sort by last modified time
    Searched refs:mWorkSource (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/os/
PowerManager.java 631 private WorkSource mWorkSource;
717 mService.acquireWakeLock(mToken, mFlags, mTag, mWorkSource);
797 changed = mWorkSource != null;
798 mWorkSource = null;
799 } else if (mWorkSource == null) {
801 mWorkSource = new WorkSource(ws);
803 changed = mWorkSource.diff(ws);
805 mWorkSource.set(ws);
811 mService.updateWakeLockWorkSource(mToken, mWorkSource);
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]
  /frameworks/base/services/java/com/android/server/wifi/
WifiService.java     [all...]
  /frameworks/base/services/java/com/android/server/power/
PowerManagerService.java     [all...]

Completed in 1404 milliseconds