Home
last modified time | relevance | path

Searched refs:createWorkChain (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DWorkSourceTest.java97 ws1.createWorkChain().addNode(52, "foo"); in testDiff_workChains()
100 ws2.createWorkChain().addNode(60, "bar"); in testDiff_workChains()
151 WorkChain wc = ws.createWorkChain(); in testWorkSourceParcelling()
154 WorkChain wc2 = ws.createWorkChain(); in testWorkSourceParcelling()
173 WorkChain wc = ws2.createWorkChain(); in testSet_workChains()
188 ws2.createWorkChain(); in testSet_workChains()
199 WorkChain wc = ws.createWorkChain(); in testSet_nullWorkChain()
345 WorkChain wc1 = ws.createWorkChain(); in testGetAttributionId()
352 WorkChain wc2 = ws.createWorkChain(); in testGetAttributionId()
371 WorkChain wc = ws.createWorkChain(); in testGetAttributionWhenEmpty()
[all …]
H A DPowerManagerTest.java153 WorkSource.WorkChain workChain = workSource.createWorkChain(); in testWakeLockWithWorkChains()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttServiceImplTest.java624 worksourceRequest.createWorkChain().addNode(uid4, "foo"); in testCancelRangingFullMatch()
628 worksourceCancel.createWorkChain().addNode(uid4, "foo"); in testCancelRangingFullMatch()
673 worksourceRequest.createWorkChain().addNode(uid3, null); in testCancelRangingPartialMatch()
1031 wsReq1.createWorkChain().addNode(10, "foo"); in runTestRangingThrottleBackgroundWorkSources()
1033 wsReq2.createWorkChain().addNode(10, "foo"); in runTestRangingThrottleBackgroundWorkSources()
1034 wsReq2.createWorkChain().addNode(20, "bar"); in runTestRangingThrottleBackgroundWorkSources()
1199 ws.createWorkChain().addNode(10, "foo"); in runFloodRequestsTest()
1200 ws.createWorkChain().addNode(20, "bar"); in runFloodRequestsTest()
1201 ws.createWorkChain().addNode(30, "baz"); in runFloodRequestsTest()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DTimeController.java322 ws.createWorkChain() in deriveWorkSource()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsNoteTest.java837 ws.createWorkChain().addNode(500, "tag"); in testAlarmStartAndFinishLocked_workSource()
932 ws.createWorkChain().addNode(100, "com.foo.baz_alternate"); in testNoteWakupAlarmLocked_workSource_workChain()
982 ws.createWorkChain().addNode(UID, "com.foo"); in testNoteGpsChanged_workSource()
H A DBatteryStatsBackgroundStatsTest.java205 ws.createWorkChain().addNode(UID, "foo"); in testAppBluetoothScan_workChain()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiLockManagerTest.java99 mChainedWorkSource.createWorkChain() in setUp()
329 updated.createWorkChain().addNode( in smokeTestLockLifecycleWithChainedWorkSource()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java541 workSource.createWorkChain() in deriveWorkSource()
/aosp12/frameworks/base/core/java/android/os/
H A DWorkSource.java563 public WorkChain createWorkChain() { in createWorkChain() method in WorkSource
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java2393 ws.createWorkChain().addNode(100, "foo").addNode(200, "bar"); in testGetWorksourceClientId()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWifiScanningServiceTest.java1591 workSource3.createWorkChain() in sendMultipleSingleScanRequestWhilePreviousScanRunning()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt8742 method public android.os.WorkSource.WorkChain createWorkChain();