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

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLockManagerTest.java 237 WorkSource newWorkSource = new WorkSource(DEFAULT_TEST_UID_2);
241 mWifiLockManager.updateWifiLockWorkSource(mBinder, newWorkSource);
244 inOrder.verify(mBatteryStats).noteFullWifiLockAcquiredFromSource(eq(newWorkSource));
256 WorkSource newWorkSource = new WorkSource(Binder.getCallingUid());
263 inOrder.verify(mBatteryStats).noteFullWifiLockAcquiredFromSource(eq(newWorkSource));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLockManager.java 146 WorkSource newWorkSource;
148 newWorkSource = new WorkSource(Binder.getCallingUid());
151 newWorkSource = new WorkSource(ws);
157 wl.mWorkSource = newWorkSource;
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 245 int newOwnerPid, WorkSource newWorkSource, String newHistoryTag) {
249 if (workSource != null && newWorkSource != null
255 + ", workSource=" + newWorkSource);
262 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag,
270 newWorkSource, newHistoryTag);

Completed in 49 milliseconds