Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIAlarmManager.aidl31 long interval, in PendingIntent operation, in WorkSource workSource, in set()
DAlarmManager.java391 PendingIntent operation, WorkSource workSource) { in set()
396 PendingIntent operation, WorkSource workSource, AlarmClockInfo alarmClock) { in setImpl()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java142 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired()
173 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging()
206 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
DPowerManagerService.java2542 private static WorkSource copyWorkSource(WorkSource workSource) { in copyWorkSource()
2640 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in WakeLock()
2656 public boolean hasSameProperties(int flags, String tag, WorkSource workSource, in hasSameProperties()
2666 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties()
2685 public boolean hasSameWorkSource(WorkSource workSource) { in hasSameWorkSource()
2689 public void updateWorkSource(WorkSource workSource) { in updateWorkSource()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java393 public void startLocationRestrictedScan(WorkSource workSource) { in startLocationRestrictedScan()
422 public void startScan(ScanSettings settings, WorkSource workSource) { in startScan()
438 settings, workSource); in startScan() local
445 final WorkSource workSource; field in WifiServiceImpl.BatchedScanRequest
487 WorkSource workSource) { in requestBatchedScan()
DWifiStateMachine.java1173 ScanSettings settings, WorkSource workSource) { in checkAndRestartDelayedScan()
1182 private void startDelayedScan(int milli, ScanSettings settings, WorkSource workSource) { in startDelayedScan()
1295 ScanSettings settings, WorkSource workSource) { in startScan()
1307 WorkSource workSource) { in setBatchedScanSettings()
1762 private void noteScanStart(int callingUid, WorkSource workSource) { in noteScanStart()
1858 WorkSource workSource = null; in handleScanRequest() local
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java606 String packageName, WorkSource workSource, boolean hideFromAppOps) { in Receiver()
1449 String packageName, WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked()
1468 WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked()
1534 int pid, int uid, String packageName, WorkSource workSource, boolean hideFromAppOps) { in checkListenerOrIntentLocked()
1555 WorkSource workSource = request.getWorkSource(); in requestLocationUpdates() local
1628 WorkSource workSource = null; in removeUpdates() local
DAlarmManagerService.java541 InFlight(AlarmManagerService service, PendingIntent pendingIntent, WorkSource workSource, in InFlight()
690 PendingIntent operation, boolean isStandalone, WorkSource workSource, in setImpl()
757 boolean doValidate, WorkSource workSource, AlarmManager.AlarmClockInfo alarmClock, in setImplLocked()
1500 public final WorkSource workSource; field in AlarmManagerService.Alarm
1887 final WorkSource workSource = null; // Let system take blame for time tick events. in scheduleTimeTickEvent() local
1901 final WorkSource workSource = null; // Let system take blame for date change events. in scheduleDateChangedEvent() local
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java1004 public boolean startScan(WorkSource workSource) { in startScan()
1020 public boolean startLocationRestrictedScan(WorkSource workSource) { in startLocationRestrictedScan()
1055 public boolean startCustomizedScan(ScanSettings requested, WorkSource workSource) { in startCustomizedScan()
1081 public boolean requestBatchedScan(BatchedScanSettings requested, WorkSource workSource) { in requestBatchedScan()
/frameworks/base/location/java/android/location/
DLocationRequest.java520 public void setWorkSource(WorkSource workSource) { in setWorkSource()