Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeScanner.java128 public void startScanFromSource(final WorkSource workSource, final ScanCallback callback) { in startScanFromSource()
147 final WorkSource workSource, final ScanCallback callback) { in startScanFromSource()
152 final WorkSource workSource, final ScanCallback callback, in startScan()
287 WorkSource workSource, ScanCallback scanCallback, in BleScanCallbackWrapper()
/frameworks/base/core/java/android/app/
DIAlarmManager.aidl34 … String listenerTag, in WorkSource workSource, in AlarmManager.AlarmClockInfo alarmClock); in set()
DAlarmManager.java594 PendingIntent operation, WorkSource workSource) { in set()
610 String tag, OnAlarmListener listener, Handler targetHandler, WorkSource workSource) { in set()
627 OnAlarmListener listener, Handler targetHandler, WorkSource workSource) { in set()
634 Handler targetHandler, 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.java2901 private static WorkSource copyWorkSource(WorkSource workSource) { in copyWorkSource()
3007 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in WakeLock()
3023 public boolean hasSameProperties(int flags, String tag, WorkSource workSource, in hasSameProperties()
3033 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties()
3052 public boolean hasSameWorkSource(WorkSource workSource) { in hasSameWorkSource()
3056 public void updateWorkSource(WorkSource workSource) { in updateWorkSource()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java307 private static boolean isWorkSourceValid(WorkSource workSource) { in isWorkSourceValid()
335 final WorkSource workSource; field in WifiScanningServiceImpl.RequestInfo
548 WorkSource workSource = in processMessage() local
643 WorkSource workSource) { in validateAndAddToScanQueue()
962 WorkSource workSource = in processMessage() local
1035 ScanSettings settings, WorkSource workSource) { in addBackgroundScanRequest()
1969 WorkSource workSource) { in sendRequestToClientHandler()
2518 void logScanRequest(String request, ClientInfo ci, int id, WorkSource workSource, in logScanRequest()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java185 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) { in sendBackgroundScanRequest()
194 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) { in sendSingleScanRequest()
406 WorkSource workSource = new WorkSource(2292); in doSuccessfulSingleScan() local
531 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWhichFailsAfterStart() local
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java657 String packageName, WorkSource workSource, boolean hideFromAppOps) { in Receiver()
1533 String packageName, WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked()
1551 WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked()
1617 int pid, int uid, String packageName, WorkSource workSource, boolean hideFromAppOps) { in checkListenerOrIntentLocked()
1638 WorkSource workSource = request.getWorkSource(); in requestLocationUpdates() local
1711 WorkSource workSource = null; in removeUpdates() local
DAlarmManagerService.java841 WorkSource workSource, int uid, String alarmPkg, int alarmType, String tag, in InFlight()
1015 int flags, WorkSource workSource, AlarmManager.AlarmClockInfo alarmClock, in setImpl()
1087 String listenerTag, int flags, boolean doValidate, WorkSource workSource, in setImplLocked()
2227 public final WorkSource workSource; field in AlarmManagerService.Alarm
2684 final WorkSource workSource = null; // Let system take blame for time tick events. in scheduleTimeTickEvent() local
2699 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()
/frameworks/base/wifi/java/android/net/wifi/
DWifiScanner.java679 WorkSource workSource) { in startBackgroundScan()
733 public void startScan(ScanSettings settings, ScanListener listener, WorkSource workSource) { in startScan()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl39 in List<ScanFilter> filters, in WorkSource workSource, in List scanStorages, in startScan()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java441 public void startScan(ScanSettings settings, WorkSource workSource) { in startScan()
477 settings, workSource); in startScan() local
DWifiStateMachine.java1426 ScanSettings settings, WorkSource workSource) { in startScan()
1597 WorkSource workSource = null; in handleScanRequest() local
1674 WorkSource workSource) { in startScanNative()