Home
last modified time | relevance | path

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

12

/frameworks/base/wifi/java/android/net/wifi/rtt/
DIWifiRttManager.aidl30 void startRanging(in IBinder binder, in String callingPackage, in WorkSource workSource, in startRanging()
32 void cancelRanging(in WorkSource workSource); in cancelRanging()
DWifiRttManager.java133 public void startRanging(@Nullable WorkSource workSource, @NonNull RangingRequest request, in startRanging()
179 public void cancelRanging(@Nullable WorkSource workSource) { in cancelRanging()
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeScanner.java183 public void startScanFromSource(final WorkSource workSource, final ScanCallback callback) { in startScanFromSource()
202 final WorkSource workSource, final ScanCallback callback) { in startScanFromSource()
207 final WorkSource workSource, final ScanCallback callback, in startScan()
365 WorkSource workSource, ScanCallback scanCallback, in BleScanCallbackWrapper()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java196 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired()
224 public void onLongPartialWakeLockStart(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockStart()
242 public void onLongPartialWakeLockFinish(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockFinish()
264 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging()
299 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
DPowerManagerService.java3757 private static WorkSource copyWorkSource(WorkSource workSource) { in copyWorkSource()
3877 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock()
3895 public boolean hasSameProperties(int flags, String tag, WorkSource workSource, in hasSameProperties()
3905 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties()
3924 public boolean hasSameWorkSource(WorkSource workSource) { in hasSameWorkSource()
3928 public void updateWorkSource(WorkSource workSource) { in updateWorkSource()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
DRttServiceImpl.java386 public void startRanging(IBinder binder, String callingPackage, WorkSource workSource, in startRanging()
468 public void cancelRanging(WorkSource workSource) throws RemoteException { in cancelRanging()
603 private void cleanUpClientRequests(int uid, WorkSource workSource) { in cleanUpClientRequests()
671 private void queueRangingRequest(int uid, WorkSource workSource, IBinder binder, in queueRangingRequest()
1173 public WorkSource workSource; field in RttServiceImpl.RttRequestInfo
/frameworks/base/core/java/android/app/
DAlarmManager.java617 long intervalMillis, PendingIntent operation, WorkSource workSource) { in set()
634 WorkSource workSource) { in set()
653 WorkSource workSource) { in set()
660 String listenerTag, Handler targetHandler, WorkSource workSource, in setImpl()
DIAlarmManager.aidl34 … String listenerTag, in WorkSource workSource, in AlarmManager.AlarmClockInfo alarmClock); in set()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILRequest.java116 public static RILRequest obtain(int request, Message result, WorkSource workSource) { in obtain()
DRadioConfig.java196 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest()
DPhoneInternalInterface.java262 CellLocation getCellLocation(WorkSource workSource); in getCellLocation()
740 default void getNeighboringCids(Message response, WorkSource workSource){} in getNeighboringCids()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java252 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) { in sendBackgroundScanRequest()
261 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) { in sendSingleScanRequest()
589 WorkSource workSource = new WorkSource(2292); in doSuccessfulSingleScan() local
693 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWithPrivilegedTypeParamsSetFromNonPrivilegedApp() local
745 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWithPrivilegedHiddenNetworkParamsSetFromNonPrivilegedApp() local
794 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWithInvalidScanType() local
889 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWhichFailsAfterStart() local
2364 WorkSource workSource = new WorkSource(2292); in singleScanScanAfterDuplicateScanAvailableBroadcast() local
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java479 public void noteWakupAlarm(String name, int uid, WorkSource workSource, String tag) { in noteWakupAlarm()
486 public void noteAlarmStart(String name, WorkSource workSource, int uid) { in noteAlarmStart()
493 public void noteAlarmFinish(String name, WorkSource workSource, int uid) { in noteAlarmFinish()
555 WorkSource workSource) { in noteLongPartialWakelockStartFromSource()
572 WorkSource workSource) { in noteLongPartialWakelockFinishFromSource()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java357 final WorkSource workSource; field in WifiScanningServiceImpl.RequestInfo
615 WorkSource workSource = in processMessage() local
1172 WorkSource workSource = in processMessage() local
1232 ScanSettings settings, WorkSource workSource) { in addBackgroundScanRequest()
1974 WorkSource workSource) { in sendRequestToClientHandler()
2121 void logScanRequest(String request, ClientInfo ci, int id, WorkSource workSource, in logScanRequest()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java795 String packageName, WorkSource workSource, boolean hideFromAppOps) { in Receiver()
1823 private static boolean isValidWorkSource(WorkSource workSource) { in isValidWorkSource()
1958 String packageName, WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked()
1976 WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked()
2047 int pid, int uid, String packageName, WorkSource workSource, boolean hideFromAppOps) { in checkListenerOrIntentLocked()
2068 WorkSource workSource = request.getWorkSource(); in requestLocationUpdates() local
2151 WorkSource workSource = null; in removeUpdates() local
DAlarmManagerService.java1128 WorkSource workSource, int uid, String alarmPkg, int alarmType, String tag, in InFlight()
1443 int flags, WorkSource workSource, AlarmManager.AlarmClockInfo alarmClock, in setImpl()
1520 String listenerTag, int flags, boolean doValidate, WorkSource workSource, in setImplLocked()
3220 public final WorkSource workSource; field in AlarmManagerService.Alarm
3766 final WorkSource workSource = null; // Let system take blame for time tick events. in scheduleTimeTickEvent() local
3786 final WorkSource workSource = null; // Let system take blame for date change events. in scheduleDateChangedEvent() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java152 public List<CellInfo> getAllCellInfo(WorkSource workSource) { in getAllCellInfo()
157 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation()
/frameworks/base/location/java/android/location/
DLocationRequest.java560 public void setWorkSource(WorkSource workSource) { in setWorkSource()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java372 WorkSource workSource = new WorkSource(callingUid); in startScan() local
DWifiConnectivityManager.java900 private void startSingleScan(boolean isFullBandScan, WorkSource workSource) { in startSingleScan()
1187 public void forceConnectivityScan(WorkSource workSource) { in forceConnectivityScan()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java239 WorkSource workSource = new WorkSource(Process.myUid(), in testGetCellLocation() local
DServiceStateTrackerTest.java354 WorkSource workSource = new WorkSource(Process.myUid(), in testCellInfoList() local
637 WorkSource workSource = new WorkSource(Process.myUid(), mContext.getPackageName()); in testGsmCellLocation() local
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl87 in WorkSource workSource); in noteLongPartialWakelockStartFromSource()
90 in WorkSource workSource); in noteLongPartialWakelockFinishFromSource()
/frameworks/base/wifi/java/android/net/wifi/
DWifiScanner.java779 WorkSource workSource) { in startBackgroundScan()
837 public void startScan(ScanSettings settings, ScanListener listener, WorkSource workSource) { in startScan()
/frameworks/base/services/core/java/com/android/server/job/
DJobServiceContext.java438 WorkSource workSource = new WorkSource(); in deriveWorkSource() local

12