Home
last modified time | relevance | path

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

12

/frameworks/base/wifi/java/android/net/wifi/rtt/
DIWifiRttManager.aidl31 in WorkSource workSource, in RangingRequest request, in IRttCallback callback); 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/location/java/com/android/internal/location/
DProviderRequest.java68 public final WorkSource workSource; field in ProviderRequest
72 WorkSource workSource) { in ProviderRequest()
191 public Builder setWorkSource(WorkSource workSource) { in setWorkSource()
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeScanner.java190 public void startScanFromSource(final WorkSource workSource, final ScanCallback callback) { in startScanFromSource()
209 final WorkSource workSource, final ScanCallback callback) { in startScanFromSource()
214 final WorkSource workSource, final ScanCallback callback, in startScan()
374 WorkSource workSource, ScanCallback scanCallback, in BleScanCallbackWrapper()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java210 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired()
240 public void onLongPartialWakeLockStart(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockStart()
265 public void onLongPartialWakeLockFinish(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockFinish()
294 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging()
329 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
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()
DPhone.java1964 public void requestCellInfoUpdate(WorkSource workSource, Message rspMsg) { in requestCellInfoUpdate()
1979 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity()
1994 public void setCellInfoListRate(int rateInMillis, WorkSource workSource) { in setCellInfoListRate()
2473 public void nvReadItem(int itemID, Message response, WorkSource workSource) { in nvReadItem()
2487 WorkSource workSource) { in nvWriteItem()
4151 public void getModemActivityInfo(Message response, WorkSource workSource) { in getModemActivityInfo()
4168 Message response, WorkSource workSource) { in setAllowedCarriers()
4186 public void getAllowedCarriers(Message response, WorkSource workSource) { in getAllowedCarriers()
4327 public void setSimPowerState(int state, WorkSource workSource) { in setSimPowerState()
DRIL.java723 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest()
729 private RILRequest obtainRequest(int request, Message result, WorkSource workSource, in obtainRequest()
3964 public void getCellInfoList(Message result, WorkSource workSource) { in getCellInfoList()
3984 public void setCellInfoListRate(int rateInMillis, Message result, WorkSource workSource) { in setCellInfoListRate()
4239 public void nvReadItem(int itemID, Message result, WorkSource workSource) { in nvReadItem()
4260 public void nvWriteItem(int itemId, String itemValue, Message result, WorkSource workSource) { in nvWriteItem()
4652 public void getModemActivityInfo(Message result, WorkSource workSource) { in getModemActivityInfo()
4715 Message result, WorkSource workSource) { in setAllowedCarriers()
4798 public void getAllowedCarriers(Message result, WorkSource workSource) { in getAllowedCarriers()
5038 public void setSimCardPower(int state, Message result, WorkSource workSource) { in setSimCardPower()
[all …]
DCommandsInterface.java1925 default void getCellInfoList(Message result, WorkSource workSource) {} in getCellInfoList()
1943 default void setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource){} in setCellInfoListRate()
2060 default void nvReadItem(int itemID, Message response, WorkSource workSource) {} in nvReadItem()
2072 WorkSource workSource) {} in nvWriteItem()
2230 default void getModemActivityInfo(Message result, WorkSource workSource) {} in getModemActivityInfo()
2240 Message result, WorkSource workSource) {} in setAllowedCarriers()
2248 default void getAllowedCarriers(Message result, WorkSource workSource) {} in getAllowedCarriers()
2355 default void setSimCardPower(int state, Message result, WorkSource workSource) {} in setSimCardPower()
DRadioConfig.java231 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
DRttServiceImpl.java389 WorkSource workSource, RangingRequest request, IRttCallback callback) in startRanging()
477 public void cancelRanging(WorkSource workSource) throws RemoteException { in cancelRanging()
610 private void cleanUpClientRequests(int uid, WorkSource workSource) { in cleanUpClientRequests()
678 private void queueRangingRequest(int uid, WorkSource workSource, IBinder binder, in queueRangingRequest()
1193 public WorkSource workSource; field in RttServiceImpl.RttRequestInfo
/frameworks/base/core/java/android/app/
DIAlarmManager.aidl35 … String listenerTag, in WorkSource workSource, in AlarmManager.AlarmClockInfo alarmClock); in set()
DAlarmManager.java616 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()
/frameworks/base/core/tests/coretests/src/android/os/
DPowerManagerTest.java131 WorkSource workSource = new WorkSource(); in testWakeLockWithWorkChains() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java294 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) { in sendBackgroundScanRequest()
303 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) { in sendSingleScanRequest()
644 WorkSource workSource = new WorkSource(2292); in doSuccessfulSingleScanOnImpls() local
768 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWithPrivilegedTypeParamsSetFromNonPrivilegedApp() local
821 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWithPrivilegedHiddenNetworkParamsSetFromNonPrivilegedApp() local
870 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWithInvalidScanType() local
965 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWhichFailsAfterStart() local
1009 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in testMetricsForOneshotScanWithDFSIsIncremented() local
1042 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in testMetricsForOneshotScanWithDFSIsNotIncremented() local
2569 WorkSource workSource = new WorkSource(2292); in singleScanScanAfterDuplicateScanEnable() local
[all …]
/frameworks/base/location/java/android/location/
DLocationRequest.java303 WorkSource workSource) { in LocationRequest()
647 public void setWorkSource(@Nullable WorkSource workSource) { in setWorkSource()
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusedLocationProvider.java171 public void onSetRequest(ProviderRequestUnbundled request, WorkSource workSource) { in onSetRequest()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java488 public void noteWakupAlarm(String name, int uid, WorkSource workSource, String tag) { in noteWakupAlarm()
495 public void noteAlarmStart(String name, WorkSource workSource, int uid) { in noteAlarmStart()
502 public void noteAlarmFinish(String name, WorkSource workSource, int uid) { in noteAlarmFinish()
564 WorkSource workSource) { in noteLongPartialWakelockStartFromSource()
581 WorkSource workSource) { in noteLongPartialWakelockFinishFromSource()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java541 final WorkSource workSource; field in WifiScanningServiceImpl.RequestInfo
905 WorkSource workSource = null; in processMessage() local
1482 WorkSource workSource = null; in processMessage() local
1554 ScanSettings settings, WorkSource workSource) { in addBackgroundScanRequest()
2418 WorkSource workSource) { in sendRequestToClientHandler()
2565 void logScanRequest(String request, ClientInfo ci, int id, WorkSource workSource, in logScanRequest()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java2002 public synchronized void getCellInfoList(Message response, WorkSource workSource) { in getCellInfoList()
2019 public void setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource) { in setCellInfoListRate()
2091 public void nvReadItem(int itemID, Message response, WorkSource workSource) { in nvReadItem()
2096 public void nvWriteItem(int itemID, String itemValue, Message response, WorkSource workSource) { in nvWriteItem()
2147 public void getModemActivityInfo(Message result, WorkSource workSource) { in getModemActivityInfo()
2153 Message result, WorkSource workSource) { in setAllowedCarriers()
2158 public void getAllowedCarriers(Message result, WorkSource workSource) { in getAllowedCarriers()
2331 public void setSimCardPower(int state, Message result, WorkSource workSource) { in setSimCardPower()
/frameworks/base/services/core/java/com/android/server/
DBinderCallsStatsService.java71 final int workSource = untrustedWorkSourceUid; in resolveWorkSourceUid() local
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java1086 WorkSource workSource, boolean hideFromAppOps) { in Receiver()
1660 private static boolean isValidWorkSource(WorkSource workSource) { in isValidWorkSource()
1824 WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked()
1841 WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked()
1904 WorkSource workSource = request.getWorkSource(); in requestLocationUpdates() local
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl90 in WorkSource workSource); in noteLongPartialWakelockStartFromSource()
93 in WorkSource workSource); in noteLongPartialWakelockFinishFromSource()
/frameworks/base/wifi/java/android/net/wifi/
DWifiScanner.java973 WorkSource workSource) { in startBackgroundScan()
1049 public void startScan(ScanSettings settings, ScanListener listener, WorkSource workSource) { in startScan()
1066 ScanListener listener, WorkSource workSource) { in startScan()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java1257 private void startForcedSingleScan(boolean isFullBandScan, WorkSource workSource) { in startForcedSingleScan()
1288 private void startSingleScan(boolean isFullBandScan, WorkSource workSource) { in startSingleScan()
1849 public void forceConnectivityScan(WorkSource workSource) { in forceConnectivityScan()

12