Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java172 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired()
201 public void onLongPartialWakeLockStart(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockStart()
222 public void onLongPartialWakeLockFinish(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockFinish()
247 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging()
282 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
DPowerManagerService.java3730 private static WorkSource copyWorkSource(WorkSource workSource) { in copyWorkSource()
3850 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock()
3868 public boolean hasSameProperties(int flags, String tag, WorkSource workSource, in hasSameProperties()
3878 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties()
3897 public boolean hasSameWorkSource(WorkSource workSource) { in hasSameWorkSource()
3901 public void updateWorkSource(WorkSource workSource) { in updateWorkSource()
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeScanner.java172 public void startScanFromSource(final WorkSource workSource, final ScanCallback callback) { in startScanFromSource()
191 final WorkSource workSource, final ScanCallback callback) { in startScanFromSource()
196 final WorkSource workSource, final ScanCallback callback, in startScan()
352 WorkSource workSource, ScanCallback scanCallback, in BleScanCallbackWrapper()
/frameworks/base/core/java/android/app/
DAlarmManager.java602 long intervalMillis, PendingIntent operation, WorkSource workSource) { in set()
619 WorkSource workSource) { in set()
638 WorkSource workSource) { in set()
645 String listenerTag, Handler targetHandler, WorkSource workSource, in setImpl()
DIAlarmManager.aidl34 … String listenerTag, in WorkSource workSource, in AlarmManager.AlarmClockInfo alarmClock); in set()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java331 private static boolean isWorkSourceValid(WorkSource workSource) { in isWorkSourceValid()
359 final WorkSource workSource; field in WifiScanningServiceImpl.RequestInfo
609 WorkSource workSource = in processMessage() local
718 WorkSource workSource) { in validateScanRequest()
1091 WorkSource workSource = in processMessage() local
1151 ScanSettings settings, WorkSource workSource) { in addBackgroundScanRequest()
1994 WorkSource workSource) { in sendRequestToClientHandler()
2161 void logScanRequest(String request, ClientInfo ci, int id, WorkSource workSource, in logScanRequest()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java304 WorkSource workSource = new WorkSource(Process.myUid(), in testCellInfoList() local
389 WorkSource workSource = new WorkSource(Process.myUid(), mContext.getPackageName()); in testGsmCellLocation() local
DGsmCdmaPhoneTest.java175 WorkSource workSource = new WorkSource(Process.myUid(), in testGetCellLocation() local
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java799 String packageName, WorkSource workSource, boolean hideFromAppOps) { in Receiver()
1903 String packageName, WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked()
1921 WorkSource workSource, boolean hideFromAppOps) { in getReceiverLocked()
1987 int pid, int uid, String packageName, WorkSource workSource, boolean hideFromAppOps) { in checkListenerOrIntentLocked()
2008 WorkSource workSource = request.getWorkSource(); in requestLocationUpdates() local
2085 WorkSource workSource = null; in removeUpdates() local
DAlarmManagerService.java844 WorkSource workSource, int uid, String alarmPkg, int alarmType, String tag, in InFlight()
1071 int flags, WorkSource workSource, AlarmManager.AlarmClockInfo alarmClock, in setImpl()
1143 String listenerTag, int flags, boolean doValidate, WorkSource workSource, in setImplLocked()
2281 public final WorkSource workSource; field in AlarmManagerService.Alarm
2744 final WorkSource workSource = null; // Let system take blame for time tick events. in scheduleTimeTickEvent() local
2759 final WorkSource workSource = null; // Let system take blame for date change events. in scheduleDateChangedEvent() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java149 public List<CellInfo> getAllCellInfo(WorkSource workSource) { in getAllCellInfo()
154 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation()
/frameworks/base/location/java/android/location/
DLocationRequest.java521 public void setWorkSource(WorkSource workSource) { in setWorkSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java212 CellLocation getCellLocation(WorkSource workSource); in getCellLocation()
658 default void getNeighboringCids(Message response, WorkSource workSource){} in getNeighboringCids()
DRIL.java177 static RILRequest obtain(int request, Message result, WorkSource workSource) { in obtain()
661 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest()
2225 public void getNeighboringCids(Message result, WorkSource workSource) { in getNeighboringCids()
2915 public void getCellInfoList(Message result, WorkSource workSource) { in getCellInfoList()
2935 public void setCellInfoListRate(int rateInMillis, Message result, WorkSource workSource) { in setCellInfoListRate()
3916 private WorkSource getDeafultWorkSourceIfInvalid(WorkSource workSource) { in getDeafultWorkSourceIfInvalid()
3924 private String getWorkSourceClientId(WorkSource workSource) { in getWorkSourceClientId()
DGsmCdmaPhone.java415 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation()
1802 public void getNeighboringCids(Message response, WorkSource workSource) { in getNeighboringCids()
DCommandsInterface.java1393 default void getNeighboringCids(Message response, WorkSource workSource){} in getNeighboringCids()
1728 default void getCellInfoList(Message result, WorkSource workSource) {} in getCellInfoList()
1746 default void setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource){} in setCellInfoListRate()
DServiceStateTracker.java3396 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation()
4408 public List<CellInfo> getAllCellInfo(WorkSource workSource) { in getAllCellInfo()
DPhone.java1645 public List<CellInfo> getAllCellInfo(WorkSource workSource) { in getAllCellInfo()
1698 public void setCellInfoListRate(int rateInMillis, WorkSource workSource) { in setCellInfoListRate()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java204 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) { in sendBackgroundScanRequest()
213 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) { in sendSingleScanRequest()
508 WorkSource workSource = new WorkSource(2292); in doSuccessfulSingleScan() local
652 WorkSource workSource = new WorkSource(Binder.getCallingUid()); // don't explicitly set in sendSingleScanRequestWhichFailsAfterStart() local
/frameworks/base/wifi/java/android/net/wifi/
DWifiScanner.java751 WorkSource workSource) { in startBackgroundScan()
809 public void startScan(ScanSettings settings, ScanListener listener, WorkSource workSource) { in startScan()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java547 public void startScan(ScanSettings settings, WorkSource workSource, String packageName) { in startScan()
597 settings, workSource); in startScan() local
DWifiStateMachine.java1336 ScanSettings settings, WorkSource workSource) { in startScan()
1476 WorkSource workSource = null; in handleScanRequest() local
1550 WorkSource workSource) { in startScanNative()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java115 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl46 void registerScanner(in IScannerCallback callback, in WorkSource workSource); in registerScanner()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1138 public void getNeighboringCids(Message result, WorkSource workSource) { in getNeighboringCids()
1832 public void setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource) { in setCellInfoListRate()

12