Home
last modified time | relevance | path

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

123

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
H A DIWifiRttManager.aidl31 in WorkSource workSource, in RangingRequest request, in IRttCallback callback); in startRanging()
32 void cancelRanging(in WorkSource workSource); in cancelRanging()
H A DWifiRttManager.java133 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 DAlarmHelper.java33 WorkSource workSource) { in setDelayedAlarm()
40 WorkSource workSource); in setDelayedAlarmInternal()
H A DSystemAlarmHelper.java44 WorkSource workSource) { in setDelayedAlarmInternal()
/aosp12/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeScanner.java208 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 DRILRequest.java125 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 DCommandsInterface.java1594 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 DPhone.java2003 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 DRIL.java691 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 DAlarmManager.java816 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 DIAlarmManager.aidl35 … String listenerTag, in WorkSource workSource, in AlarmManager.AlarmClockInfo alarmClock); in set()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java216 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 DRttServiceImpl.java389 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 DFakeAlarmHelper.java41 WorkSource workSource) { in setDelayedAlarmInternal()
/aosp12/frameworks/base/location/java/android/location/provider/
H A DProviderRequest.java84 @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 DWorkSourceHelper.java45 public WorkSourceHelper( in WorkSourceHelper()
/aosp12/frameworks/base/location/java/android/location/
H A DLocationRequest.java296 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 DWifiScanningServiceTest.java305 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 DPhoneInterfaceManager.java454 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 DCallerIdentity.java188 public WorkSource addToWorkSource(@Nullable WorkSource workSource) { in addToWorkSource()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java561 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 DSimulatedCommands.java2038 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 DAlarm.java97 public final WorkSource workSource; field in Alarm
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBinderCallsStatsService.java85 final int workSource = untrustedWorkSourceUid; in resolveWorkSourceUid() local
/aosp12/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java320 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()

123