/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 | 193 public void startScanFromSource(final WorkSource workSource, final ScanCallback callback) { in startScanFromSource() 212 final WorkSource workSource, final ScanCallback callback) { in startScanFromSource() 217 final WorkSource workSource, final ScanCallback callback, in startScan() 377 WorkSource workSource, ScanCallback scanCallback, in BleScanCallbackWrapper()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILRequest.java | 125 public static RILRequest obtain(int request, Message result, WorkSource workSource) { in obtain() 148 public static RILRequest obtain(int request, Message result, WorkSource workSource, in obtain()
|
D | RIL.java | 724 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest() 730 private RILRequest obtainRequest(int request, Message result, WorkSource workSource, in obtainRequest() 3283 public void setLocationUpdates(boolean enable, WorkSource workSource, Message result) { in setLocationUpdates() 3965 public void getCellInfoList(Message result, WorkSource workSource) { in getCellInfoList() 3985 public void setCellInfoListRate(int rateInMillis, Message result, WorkSource workSource) { in setCellInfoListRate() 4240 public void nvReadItem(int itemID, Message result, WorkSource workSource) { in nvReadItem() 4261 public void nvWriteItem(int itemId, String itemValue, Message result, WorkSource workSource) { in nvWriteItem() 4653 public void getModemActivityInfo(Message result, WorkSource workSource) { in getModemActivityInfo() 4716 Message result, WorkSource workSource) { in setAllowedCarriers() 4799 public void getAllowedCarriers(Message result, WorkSource workSource) { in getAllowedCarriers() [all …]
|
D | CommandsInterface.java | 1564 default void setLocationUpdates(boolean enable, WorkSource workSource, Message response) {} in setLocationUpdates() 1923 default void getCellInfoList(Message result, WorkSource workSource) {} in getCellInfoList() 1941 default void setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource){} in setCellInfoListRate() 2058 default void nvReadItem(int itemID, Message response, WorkSource workSource) {} in nvReadItem() 2070 WorkSource workSource) {} in nvWriteItem() 2228 default void getModemActivityInfo(Message result, WorkSource workSource) {} in getModemActivityInfo() 2238 Message result, WorkSource workSource) {} in setAllowedCarriers() 2246 default void getAllowedCarriers(Message result, WorkSource workSource) {} in getAllowedCarriers() 2353 default void setSimCardPower(int state, Message result, WorkSource workSource) {} in setSimCardPower()
|
D | Phone.java | 1945 public void requestCellInfoUpdate(WorkSource workSource, Message rspMsg) { in requestCellInfoUpdate() 1960 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() 1975 public void setCellInfoListRate(int rateInMillis, WorkSource workSource) { in setCellInfoListRate() 2446 public void nvReadItem(int itemID, Message response, WorkSource workSource) { in nvReadItem() 2460 WorkSource workSource) { in nvWriteItem() 4114 public void getModemActivityInfo(Message response, WorkSource workSource) { in getModemActivityInfo() 4131 Message response, WorkSource workSource) { in setAllowedCarriers() 4149 public void getAllowedCarriers(Message response, WorkSource workSource) { in getAllowedCarriers() 4290 public void setSimPowerState(int state, WorkSource workSource) { in setSimPowerState()
|
D | RadioConfig.java | 231 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest()
|
/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 | 1118 private static WorkChain getFirstNonEmptyWorkChain(WorkSource workSource) { in getFirstNonEmptyWorkChain() 1138 WorkSource workSource = wakeLock.mWorkSource; in applyWakeLockFlagsOnAcquireLocked() local 3924 private static WorkSource copyWorkSource(WorkSource workSource) { in copyWorkSource() 4046 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() 4064 public boolean hasSameProperties(int flags, String tag, WorkSource workSource, in hasSameProperties() 4074 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties() 4093 public boolean hasSameWorkSource(WorkSource workSource) { in hasSameWorkSource() 4097 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() 1227 public WorkSource workSource; field in RttServiceImpl.RttRequestInfo
|
/frameworks/base/core/java/android/app/ |
D | IAlarmManager.aidl | 35 … String listenerTag, in WorkSource workSource, in AlarmManager.AlarmClockInfo alarmClock); in set()
|
D | AlarmManager.java | 623 long intervalMillis, PendingIntent operation, WorkSource workSource) { in set() 641 WorkSource workSource) { in set() 660 WorkSource workSource) { in set() 667 String listenerTag, Handler targetHandler, WorkSource workSource, in setImpl()
|
/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/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/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommands.java | 2001 public synchronized void getCellInfoList(Message response, WorkSource workSource) { in getCellInfoList() 2018 public void setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource) { in setCellInfoListRate() 2090 public void nvReadItem(int itemID, Message response, WorkSource workSource) { in nvReadItem() 2095 public void nvWriteItem(int itemID, String itemValue, Message response, WorkSource workSource) { in nvWriteItem() 2146 public void getModemActivityInfo(Message result, WorkSource workSource) { in getModemActivityInfo() 2152 Message result, WorkSource workSource) { in setAllowedCarriers() 2157 public void getAllowedCarriers(Message result, WorkSource workSource) { in getAllowedCarriers() 2330 public void setSimCardPower(int state, Message result, WorkSource workSource) { in setSimCardPower()
|
D | ServiceStateTrackerTest.java | 533 WorkSource workSource = new WorkSource(Process.myUid(), in testCachedCellInfoList() local 904 WorkSource workSource = new WorkSource(Process.myUid(), mContext.getPackageName()); in testGsmCellLocation() local 928 WorkSource workSource = new WorkSource(Process.myUid(), mContext.getPackageName()); in testCdmaCellLocation() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | BinderCallsStatsService.java | 71 final int workSource = untrustedWorkSourceUid; in resolveWorkSourceUid() local
|
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
|
/frameworks/base/location/java/android/location/ |
D | LocationRequest.java | 599 public void setWorkSource(@Nullable WorkSource workSource) { in setWorkSource()
|
/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
|
D | WifiConnectivityManager.java | 901 private void startSingleScan(boolean isFullBandScan, WorkSource workSource) { in startSingleScan() 1274 public void forceConnectivityScan(WorkSource workSource) { in forceConnectivityScan()
|