/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/ |
H A D | IWifiRttManager.aidl | 31 in WorkSource workSource, in RangingRequest request, in IRttCallback callback); in startRanging() 32 void cancelRanging(in WorkSource workSource); in cancelRanging()
|
H A D | WifiRttManager.java | 133 public void startRanging(@Nullable WorkSource workSource, @NonNull RangingRequest request, in startRanging() 179 public void cancelRanging(@Nullable WorkSource workSource) { in cancelRanging()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/ |
H A D | AlarmHelper.java | 33 WorkSource workSource) { in setDelayedAlarm() 40 WorkSource workSource); in setDelayedAlarmInternal()
|
H A D | SystemAlarmHelper.java | 44 WorkSource workSource) { in setDelayedAlarmInternal()
|
/aosp12/frameworks/base/core/java/android/bluetooth/le/ |
H A D | BluetoothLeScanner.java | 208 public void startScanFromSource(final WorkSource workSource, final ScanCallback callback) { in startScanFromSource() 233 final WorkSource workSource, final ScanCallback callback) { in startScanFromSource() 239 final WorkSource workSource, final ScanCallback callback, in startScan() 410 WorkSource workSource, ScanCallback scanCallback, in BleScanCallbackWrapper()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A 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()
|
H A D | CommandsInterface.java | 1594 Message message, WorkSource workSource) {} in setNrDualConnectivityState() 1599 default void isNrDualConnectivityEnabled(Message message, WorkSource workSource) {} in isNrDualConnectivityEnabled() 1610 default void isVoNrEnabled(Message message, WorkSource workSource) {} in isVoNrEnabled() 2000 default void getCellInfoList(Message result, WorkSource workSource) {} in getCellInfoList() 2135 default void nvReadItem(int itemID, Message response, WorkSource workSource) {} in nvReadItem() 2147 WorkSource workSource) {} in nvWriteItem() 2321 default void getModemActivityInfo(Message result, WorkSource workSource) {} in getModemActivityInfo() 2331 Message result, WorkSource workSource) {} in setAllowedCarriers() 2339 default void getAllowedCarriers(Message result, WorkSource workSource) {} in getAllowedCarriers() 2446 default void setSimCardPower(int state, Message result, WorkSource workSource) {} in setSimCardPower() [all …]
|
H A D | Phone.java | 2003 public void requestCellInfoUpdate(WorkSource workSource, Message rspMsg) { in requestCellInfoUpdate() 2018 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() 2033 public void setCellInfoListRate(int rateInMillis, WorkSource workSource) { in setCellInfoListRate() 2281 Message message, WorkSource workSource) { in setNrDualConnectivityState() 2676 public void nvReadItem(int itemID, Message response, WorkSource workSource) { in nvReadItem() 2690 WorkSource workSource) { in nvWriteItem() 4463 public void getModemActivityInfo(Message response, WorkSource workSource) { in getModemActivityInfo() 4486 public void setDataThrottling(Message result, WorkSource workSource, in setDataThrottling() 4495 Message response, WorkSource workSource) { in setAllowedCarriers() 4513 public void getAllowedCarriers(Message response, WorkSource workSource) { in getAllowedCarriers() [all …]
|
H A D | RIL.java | 691 private RILRequest obtainRequest(int request, Message result, WorkSource workSource, in obtainRequest() 3507 public void isNrDualConnectivityEnabled(Message result, WorkSource workSource) { in isNrDualConnectivityEnabled() 3551 Message result, WorkSource workSource) { in setNrDualConnectivityState() 3594 public void isVoNrEnabled(Message result, WorkSource workSource) { in isVoNrEnabled() 4308 public void getCellInfoList(Message result, WorkSource workSource) { in getCellInfoList() 4589 public void nvReadItem(int itemID, Message result, WorkSource workSource) { in nvReadItem() 5049 public void getModemActivityInfo(Message result, WorkSource workSource) { in getModemActivityInfo() 5112 Message result, WorkSource workSource) { in setAllowedCarriers() 5195 public void getAllowedCarriers(Message result, WorkSource workSource) { in getAllowedCarriers() 5435 public void setSimCardPower(int state, Message result, WorkSource workSource) { in setSimCardPower() [all …]
|
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/app/ |
H A D | AlarmManager.java | 816 long intervalMillis, PendingIntent operation, WorkSource workSource) { in set() 834 WorkSource workSource) { in set() 853 WorkSource workSource) { in set() 892 @NonNull Executor executor, @NonNull WorkSource workSource, in setExact() 904 String listenerTag, Handler targetHandler, WorkSource workSource, in setImpl() 913 String listenerTag, Executor targetExecutor, WorkSource workSource, in setImpl()
|
H A D | IAlarmManager.aidl | 35 … String listenerTag, in WorkSource workSource, in AlarmManager.AlarmClockInfo alarmClock); in set()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | Notifier.java | 216 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() 246 public void onLongPartialWakeLockStart(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockStart() 271 public void onLongPartialWakeLockFinish(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockFinish() 300 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 335 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/ |
H A D | RttServiceImpl.java | 389 WorkSource workSource, RangingRequest request, IRttCallback callback) in startRanging() 478 public void cancelRanging(WorkSource workSource) throws RemoteException { in cancelRanging() 611 private void cleanUpClientRequests(int uid, WorkSource workSource) { in cleanUpClientRequests() 679 private void queueRangingRequest(int uid, WorkSource workSource, IBinder binder, in queueRangingRequest() 1189 public WorkSource workSource; field in RttServiceImpl.RttRequestInfo
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/ |
H A D | FakeAlarmHelper.java | 41 WorkSource workSource) { in setDelayedAlarmInternal()
|
/aosp12/frameworks/base/location/java/android/location/provider/ |
H A D | ProviderRequest.java | 84 @NonNull WorkSource workSource) { in ProviderRequest() 360 public @NonNull Builder setWorkSource(@NonNull WorkSource workSource) { in setWorkSource()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | WorkSourceHelper.java | 45 public WorkSourceHelper( in WorkSourceHelper()
|
/aosp12/frameworks/base/location/java/android/location/ |
H A D | LocationRequest.java | 296 WorkSource workSource) { in LocationRequest() 743 public void setWorkSource(@Nullable WorkSource workSource) { in setWorkSource() 1196 public @NonNull Builder setWorkSource(@Nullable WorkSource workSource) { in setWorkSource()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/ |
H A D | WifiScanningServiceTest.java | 305 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) { in sendBackgroundScanRequest() 314 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) { in sendSingleScanRequest() 661 WorkSource workSource = new WorkSource(2292); in doSuccessfulSingleScanOnImpls() local 929 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWithPrivilegedTypeParamsSetFromNonPrivilegedApp() local 982 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWithPrivilegedHiddenNetworkParamsSetFromNonPrivilegedApp() local 1031 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWithInvalidScanType() local 1126 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWhichFailsAfterStart() local 1170 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in testMetricsForOneshotScanWithDFSIsIncremented() local 1203 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in testMetricsForOneshotScanWithDFSIsNotIncremented() local 2743 WorkSource workSource = new WorkSource(2292); in singleScanScanAfterDuplicateScanEnable() local [all …]
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 454 public WorkSource workSource; field in PhoneInterfaceManager.MainThreadRequest 2160 WorkSource workSource, long timeoutInMs) { in sendRequest() 2597 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in updateServiceLocationWithPackageName() local 2976 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getCellLocation() local 3113 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getAllCellInfo() local 3190 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setCellInfoListRate() local 5575 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in nvReadItem() local 5600 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in nvWriteItem() local 6472 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setNrDualConnectivityState() local 6498 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in isNrDualConnectivityEnabled() local [all …]
|
/aosp12/frameworks/base/location/java/android/location/util/identity/ |
H A D | CallerIdentity.java | 188 public WorkSource addToWorkSource(@Nullable WorkSource workSource) { in addToWorkSource()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/ |
H A D | WifiScanningServiceImpl.java | 561 final WorkSource workSource; field in WifiScanningServiceImpl.RequestInfo 867 WorkSource workSource = null; in handleScanStartMessage() local 1594 WorkSource workSource = null; in processMessage() local 1673 ScanSettings settings, WorkSource workSource) { in addBackgroundScanRequest() 2554 WorkSource workSource) { in sendRequestToClientHandler() 2702 void logScanRequest(String request, ClientInfo ci, int id, WorkSource workSource, in logScanRequest()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SimulatedCommands.java | 2038 public synchronized void getCellInfoList(Message response, WorkSource workSource) { in getCellInfoList() 2055 public void setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource) { in setCellInfoListRate() 2127 public void nvReadItem(int itemID, Message response, WorkSource workSource) { in nvReadItem() 2132 public void nvWriteItem(int itemID, String itemValue, Message response, WorkSource workSource) { in nvWriteItem() 2183 public void getModemActivityInfo(Message result, WorkSource workSource) { in getModemActivityInfo() 2189 Message result, WorkSource workSource) { in setAllowedCarriers() 2194 public void getAllowedCarriers(Message result, WorkSource workSource) { in getAllowedCarriers() 2367 public void setSimCardPower(int state, Message result, WorkSource workSource) { in setSimCardPower()
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | Alarm.java | 97 public final WorkSource workSource; field in Alarm
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | BinderCallsStatsService.java | 85 final int workSource = untrustedWorkSourceUid; in resolveWorkSourceUid() local
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityManagerInternal.java | 320 public abstract void noteAlarmFinish(PendingIntent ps, WorkSource workSource, int sourceUid, in noteAlarmFinish() 327 public abstract void noteAlarmStart(PendingIntent ps, WorkSource workSource, int sourceUid, in noteAlarmStart() 333 public abstract void noteWakeupAlarm(PendingIntent ps, WorkSource workSource, int sourceUid, in noteWakeupAlarm()
|