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

  /frameworks/base/core/java/android/app/
IAlarmManager.aidl 21 import android.os.WorkSource;
31 long interval, in PendingIntent operation, in WorkSource workSource,
AlarmManager.java 28 import android.os.WorkSource;
391 PendingIntent operation, WorkSource workSource) {
392 setImpl(type, triggerAtMillis, windowMillis, intervalMillis, operation, workSource, null);
396 PendingIntent operation, WorkSource workSource, AlarmClockInfo alarmClock) {
410 workSource, alarmClock);
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 45 import android.os.WorkSource;
141 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
146 + ", workSource=" + workSource);
153 if (workSource != null) {
154 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, historyTag,
172 int ownerUid, int ownerPid, WorkSource workSource, String historyTag,
174 int newOwnerPid, WorkSource newWorkSource, String newHistoryTag)
    [all...]
PowerManagerService.java 60 import android.os.WorkSource;
    [all...]
  /frameworks/base/location/java/android/location/
LocationRequest.java 23 import android.os.WorkSource;
151 private WorkSource mWorkSource = null;
510 * Sets the WorkSource to use for power blaming of this location request.
516 * @param workSource WorkSource defining power blame for this location request.
520 public void setWorkSource(WorkSource workSource) {
521 mWorkSource = workSource;
526 public WorkSource getWorkSource() {
601 WorkSource workSource = in.readParcelable(null)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 40 import android.os.WorkSource;
521 a.repeatInterval, a.operation, batch.standalone, doValidate, a.workSource,
529 final WorkSource mWorkSource;
535 InFlight(AlarmManagerService service, PendingIntent pendingIntent, WorkSource workSource,
538 mWorkSource = workSource;
684 PendingIntent operation, boolean isStandalone, WorkSource workSource,
732 interval, operation, isStandalone, true, workSource, alarmClock, userId);
738 boolean doValidate, WorkSource workSource, AlarmManager.AlarmClockInfo alarmClock
    [all...]
LocationManagerService.java 86 import android.os.WorkSource;
590 final WorkSource mWorkSource; // WorkSource for battery blame, or null to assign to caller.
604 String packageName, WorkSource workSource, boolean hideFromAppOps) {
616 if (workSource != null && workSource.size() <= 0) {
617 workSource = null;
619 mWorkSource = workSource;
626 if (workSource == null)
1327 WorkSource worksource = new WorkSource(); local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 49 import android.os.WorkSource;
395 * @param workSource If null, all blame is given to the calling uid.
397 public void startScan(ScanSettings settings, WorkSource workSource) {
409 if (workSource != null) {
412 // supplied WorkSource to allow future WorkSource combining.
413 workSource.clearNames();
416 settings, workSource);
423 final WorkSource workSource
    [all...]
WifiStateMachine.java 78 import android.os.WorkSource;
211 private WorkSource mScanWorkSource = null;
569 * obj = bundle with the new settings and the optional worksource
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 33 import android.os.WorkSource;
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 486 milliseconds