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, int flags, in PendingIntent operation, in WorkSource workSource,
AlarmManager.java 28 import android.os.WorkSource;
445 PendingIntent operation, WorkSource workSource) {
446 setImpl(type, triggerAtMillis, windowMillis, intervalMillis, 0, operation, workSource,
451 int flags, PendingIntent operation, WorkSource workSource, AlarmClockInfo alarmClock) {
465 workSource, alarmClock);
    [all...]
  /frameworks/base/location/java/android/location/
LocationRequest.java 23 import android.os.WorkSource;
151 private WorkSource mWorkSource = null;
511 * Sets the WorkSource to use for power blaming of this location request.
517 * @param workSource WorkSource defining power blame for this location request.
521 public void setWorkSource(WorkSource workSource) {
522 mWorkSource = workSource;
527 public WorkSource getWorkSource() {
602 WorkSource workSource = in.readParcelable(null)
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 46 import android.os.WorkSource;
165 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
170 + ", workSource=" + workSource);
178 if (workSource != null) {
179 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag,
198 int ownerUid, int ownerPid, WorkSource workSource, String historyTag,
200 int newOwnerPid, WorkSource newWorkSource, String newHistoryTag)
    [all...]
PowerManagerService.java 63 import android.os.WorkSource;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 44 import android.os.WorkSource;
730 final WorkSource mWorkSource;
736 InFlight(AlarmManagerService service, PendingIntent pendingIntent, WorkSource workSource,
739 mWorkSource = workSource;
    [all...]
LocationManagerService.java 88 import android.os.WorkSource;
618 final WorkSource mWorkSource; // WorkSource for battery blame, or null to assign to caller.
632 String packageName, WorkSource workSource, boolean hideFromAppOps) {
644 if (workSource != null && workSource.size() <= 0) {
645 workSource = null;
647 mWorkSource = workSource;
654 if (workSource == null)
1366 WorkSource worksource = new WorkSource(); local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 39 import android.os.WorkSource;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 64 import android.os.WorkSource;
412 public void startLocationRestrictedScan(WorkSource workSource) {
426 if (workSource == null) {
427 // Make sure we always have a workSource indicating the origin of the scan
429 workSource = new WorkSource(WifiStateMachine.DFS_RESTRICTED_SCAN_REQUEST);
431 startScan(settings, workSource);
439 * @param workSource If null, all blame is given to the calling uid.
441 public void startScan(ScanSettings settings, WorkSource workSource)
    [all...]
WifiStateMachine.java 100 import android.os.WorkSource;
297 private WorkSource mScanWorkSource = null;
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 166 milliseconds