Home
last modified time | relevance | path

Searched defs:workSource (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
DIAlarmManager.aidl31 long interval, int flags, in PendingIntent operation, in WorkSource workSource, in set()
DAlarmManager.java445 PendingIntent operation, WorkSource workSource) { in set()
451 int flags, PendingIntent operation, WorkSource workSource, AlarmClockInfo alarmClock) { in setImpl()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java165 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired()
198 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging()
233 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
DPowerManagerService.java2743 private static WorkSource copyWorkSource(WorkSource workSource) { in copyWorkSource()
2842 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in WakeLock()
2858 public boolean hasSameProperties(int flags, String tag, WorkSource workSource, in hasSameProperties()
2868 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties()
2887 public boolean hasSameWorkSource(WorkSource workSource) { in hasSameWorkSource()
2891 public void updateWorkSource(WorkSource workSource) { in updateWorkSource()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java412 public void startLocationRestrictedScan(WorkSource workSource) { in startLocationRestrictedScan()
441 public void startScan(ScanSettings settings, WorkSource workSource) { in startScan()
474 settings, workSource); in startScan() local
492 WorkSource workSource) { in requestBatchedScan()
DWifiStateMachine.java1480 ScanSettings settings, WorkSource workSource) { in checkAndRestartDelayedScan()
1490 private void startDelayedScan(int milli, ScanSettings settings, WorkSource workSource) { in startDelayedScan()
1606 ScanSettings settings, WorkSource workSource) { in startScan()
1787 private void noteScanStart(int callingUid, WorkSource workSource) { in noteScanStart()
1849 WorkSource workSource = null; in handleScanRequest() local
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java632 String packageName, WorkSource workSource, boolean hideFromAppOps) { in Receiver()
1489 String packageName, WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked()
1507 WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked()
1573 int pid, int uid, String packageName, WorkSource workSource, boolean hideFromAppOps) { in checkListenerOrIntentLocked()
1594 WorkSource workSource = request.getWorkSource(); in requestLocationUpdates() local
1667 WorkSource workSource = null; in removeUpdates() local
DAlarmManagerService.java736 InFlight(AlarmManagerService service, PendingIntent pendingIntent, WorkSource workSource, in InFlight()
894 PendingIntent operation, int flags, WorkSource workSource, in setImpl()
961 boolean doValidate, WorkSource workSource, AlarmManager.AlarmClockInfo alarmClock, in setImplLocked()
1951 public final WorkSource workSource; field in AlarmManagerService.Alarm
2404 final WorkSource workSource = null; // Let system take blame for time tick events. in scheduleTimeTickEvent() local
2419 final WorkSource workSource = null; // Let system take blame for date change events. in scheduleDateChangedEvent() local
/frameworks/base/location/java/android/location/
DLocationRequest.java521 public void setWorkSource(WorkSource workSource) { in setWorkSource()