/frameworks/base/wifi/java/android/net/wifi/rtt/ |
D | IWifiRttManager.aidl | 30 void startRanging(in IBinder binder, in String callingPackage, in WorkSource workSource, in startRanging() 32 void cancelRanging(in WorkSource workSource); in cancelRanging()
|
D | WifiRttManager.java | 133 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/ |
D | BluetoothLeScanner.java | 183 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() 367 WorkSource workSource, ScanCallback scanCallback, in BleScanCallbackWrapper()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 204 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() 232 public void onLongPartialWakeLockStart(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockStart() 255 public void onLongPartialWakeLockFinish(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockFinish() 282 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 317 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
|
D | PowerManagerService.java | 1108 private static WorkChain getFirstNonEmptyWorkChain(WorkSource workSource) { in getFirstNonEmptyWorkChain() 1128 WorkSource workSource = wakeLock.mWorkSource; in applyWakeLockFlagsOnAcquireLocked() local 3876 private static WorkSource copyWorkSource(WorkSource workSource) { in copyWorkSource() 3998 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() 4016 public boolean hasSameProperties(int flags, String tag, WorkSource workSource, in hasSameProperties() 4026 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties() 4045 public boolean hasSameWorkSource(WorkSource workSource) { in hasSameWorkSource() 4049 public void updateWorkSource(WorkSource workSource) { in updateWorkSource()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/ |
D | RttServiceImpl.java | 414 public void startRanging(IBinder binder, String callingPackage, WorkSource workSource, in startRanging() 496 public void cancelRanging(WorkSource workSource) throws RemoteException { in cancelRanging() 631 private void cleanUpClientRequests(int uid, WorkSource workSource) { in cleanUpClientRequests() 699 private void queueRangingRequest(int uid, WorkSource workSource, IBinder binder, in queueRangingRequest() 1232 public WorkSource workSource; field in RttServiceImpl.RttRequestInfo
|
/frameworks/base/core/java/android/app/ |
D | AlarmManager.java | 624 long intervalMillis, PendingIntent operation, WorkSource workSource) { in set() 642 WorkSource workSource) { in set() 661 WorkSource workSource) { in set() 668 String listenerTag, Handler targetHandler, WorkSource workSource, in setImpl()
|
D | IAlarmManager.aidl | 35 … String listenerTag, in WorkSource workSource, in AlarmManager.AlarmClockInfo alarmClock); in set()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | PowerManagerTest.java | 131 WorkSource workSource = new WorkSource(); in testWakeLockWithWorkChains() local
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | WifiScanningServiceTest.java | 264 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) { in sendBackgroundScanRequest() 273 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) { in sendSingleScanRequest() 597 WorkSource workSource = new WorkSource(2292); in doSuccessfulSingleScan() local 701 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWithPrivilegedTypeParamsSetFromNonPrivilegedApp() local 753 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWithPrivilegedHiddenNetworkParamsSetFromNonPrivilegedApp() local 802 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWithInvalidScanType() local 897 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWhichFailsAfterStart() local 941 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in testMetricsForOneshotScanWithDFSIsIncremented() local 974 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in testMetricsForOneshotScanWithDFSIsNotIncremented() local 2424 WorkSource workSource = new WorkSource(2292); in singleScanScanAfterDuplicateScanEnable() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILRequest.java | 122 public static RILRequest obtain(int request, Message result, WorkSource workSource) { in obtain()
|
D | Phone.java | 1878 public void requestCellInfoUpdate(WorkSource workSource, Message rspMsg) { in requestCellInfoUpdate() 1894 public void getCellLocation(WorkSource workSource, Message rspMsg) { in getCellLocation() 1909 public void setCellInfoListRate(int rateInMillis, WorkSource workSource) { in setCellInfoListRate() 2271 public void nvReadItem(int itemID, Message response, WorkSource workSource) { in nvReadItem() 2285 WorkSource workSource) { in nvWriteItem() 3802 public void getModemActivityInfo(Message response, WorkSource workSource) { in getModemActivityInfo() 3819 Message response, WorkSource workSource) { in setAllowedCarriers() 3836 public void getAllowedCarriers(Message response, WorkSource workSource) { in getAllowedCarriers() 3997 public void setSimPowerState(int state, WorkSource workSource) { in setSimPowerState()
|
D | CommandsInterface.java | 1844 default void getCellInfoList(Message result, WorkSource workSource) {} in getCellInfoList() 1862 default void setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource){} in setCellInfoListRate() 1979 default void nvReadItem(int itemID, Message response, WorkSource workSource) {} in nvReadItem() 1991 WorkSource workSource) {} in nvWriteItem() 2149 default void getModemActivityInfo(Message result, WorkSource workSource) {} in getModemActivityInfo() 2159 Message result, WorkSource workSource) {} in setAllowedCarriers() 2167 default void getAllowedCarriers(Message result, WorkSource workSource) {} in getAllowedCarriers() 2261 default void setSimCardPower(int state, Message result, WorkSource workSource) {} in setSimCardPower()
|
D | RIL.java | 641 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest() 3442 public void getCellInfoList(Message result, WorkSource workSource) { in getCellInfoList() 3462 public void setCellInfoListRate(int rateInMillis, Message result, WorkSource workSource) { in setCellInfoListRate() 3711 public void nvReadItem(int itemID, Message result, WorkSource workSource) { in nvReadItem() 3732 public void nvWriteItem(int itemId, String itemValue, Message result, WorkSource workSource) { in nvWriteItem() 4102 public void getModemActivityInfo(Message result, WorkSource workSource) { in getModemActivityInfo() 4165 Message result, WorkSource workSource) { in setAllowedCarriers() 4250 public void getAllowedCarriers(Message result, WorkSource workSource) { in getAllowedCarriers() 4420 public void setSimCardPower(int state, Message result, WorkSource workSource) { in setSimCardPower() 4862 private WorkSource getDeafultWorkSourceIfInvalid(WorkSource workSource) { in getDeafultWorkSourceIfInvalid()
|
D | RadioConfig.java | 231 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
D | WifiScanningServiceImpl.java | 413 final WorkSource workSource; field in WifiScanningServiceImpl.RequestInfo 670 WorkSource workSource = in processMessage() local 1239 WorkSource workSource = in processMessage() local 1299 ScanSettings settings, WorkSource workSource) { in addBackgroundScanRequest() 2043 WorkSource workSource) { in sendRequestToClientHandler() 2190 void logScanRequest(String request, ClientInfo ci, int id, WorkSource workSource, in logScanRequest()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 499 public void noteWakupAlarm(String name, int uid, WorkSource workSource, String tag) { in noteWakupAlarm() 506 public void noteAlarmStart(String name, WorkSource workSource, int uid) { in noteAlarmStart() 513 public void noteAlarmFinish(String name, WorkSource workSource, int uid) { in noteAlarmFinish() 575 WorkSource workSource) { in noteLongPartialWakelockStartFromSource() 592 WorkSource workSource) { in noteLongPartialWakelockFinishFromSource()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 1922 public synchronized void getCellInfoList(Message response, WorkSource workSource) { in getCellInfoList() 1939 public void setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource) { in setCellInfoListRate() 2011 public void nvReadItem(int itemID, Message response, WorkSource workSource) { in nvReadItem() 2016 public void nvWriteItem(int itemID, String itemValue, Message response, WorkSource workSource) { in nvWriteItem() 2067 public void getModemActivityInfo(Message result, WorkSource workSource) { in getModemActivityInfo() 2073 Message result, WorkSource workSource) { in setAllowedCarriers() 2078 public void getAllowedCarriers(Message result, WorkSource workSource) { in getAllowedCarriers() 2245 public void setSimCardPower(int state, Message result, WorkSource workSource) { in setSimCardPower()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 1030 public void setRequestLocked(ProviderRequest request, WorkSource workSource) { in setRequestLocked() 1332 public void setRequestLocked(ProviderRequest request, WorkSource workSource) { in setRequestLocked() 1374 String packageName, WorkSource workSource, boolean hideFromAppOps) { in Receiver() 2244 private static boolean isValidWorkSource(WorkSource workSource) { in isValidWorkSource() 2412 String packageName, WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked() 2429 WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked() 2502 WorkSource workSource = request.getWorkSource(); in requestLocationUpdates() local
|
D | BinderCallsStatsService.java | 68 final int workSource = untrustedWorkSourceUid; in resolveWorkSourceUid() local
|
/frameworks/base/location/java/android/location/ |
D | LocationRequest.java | 599 public void setWorkSource(@Nullable WorkSource workSource) { in setWorkSource()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ServiceStateTrackerTest.java | 465 WorkSource workSource = new WorkSource(Process.myUid(), in testCachedCellInfoList() local 736 WorkSource workSource = new WorkSource(Process.myUid(), mContext.getPackageName()); in testGsmCellLocation() local 760 WorkSource workSource = new WorkSource(Process.myUid(), mContext.getPackageName()); in testCdmaCellLocation() local
|
D | GsmCdmaPhoneTest.java | 226 WorkSource workSource = new WorkSource(Process.myUid(), in testGetCellLocation() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 90 in WorkSource workSource); in noteLongPartialWakelockStartFromSource() 93 in WorkSource workSource); in noteLongPartialWakelockFinishFromSource()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ScanRequestProxy.java | 474 WorkSource workSource = new WorkSource(callingUid, packageName); in startScan() local
|