Searched refs:workChain (Results 1 – 4 of 4) sorted by relevance
150 WorkSource.WorkChain workChain = workSource.createWorkChain(); in testWakeLockWithWorkChains() local151 workChain.addNode(1000, "test"); in testWakeLockWithWorkChains()
5180 if (workChain != null) { in noteStartGpsLocked()5181 uid = workChain.getAttributionUid(); in noteStartGpsLocked()5190 if (workChain == null) { in noteStartGpsLocked()5195 workChain.getUids(), workChain.getTags(), in noteStartGpsLocked()5205 if (workChain != null) { in noteStopGpsLocked()5206 uid = workChain.getAttributionUid(); in noteStopGpsLocked()5217 if (workChain == null) { in noteStopGpsLocked()6435 if (workChain != null) { in noteBluetoothScanStartedLocked()6436 uid = workChain.getAttributionUid(); in noteBluetoothScanStartedLocked()6476 if (workChain != null) { in noteBluetoothScanStoppedLocked()[all …]
1220 final long workChain = proto.start(WorkSourceProto.WORK_CHAINS);1231 proto.end(workChain);
1652 for (WorkChain workChain: workSource.getWorkChains()) {1653 if (workChain.getSize() > 0) {1654 return workChain;1702 WorkChain workChain = getFirstNonEmptyWorkChain(workSource);1703 if (workChain != null) {1704 opPackageName = workChain.getAttributionTag();1705 opUid = workChain.getAttributionUid();