Searched refs:workChains (Results 1 – 4 of 4) sorted by relevance
179 List<WorkChain> workChains = ws1.getWorkChains(); in testSet_workChains() local180 assertEquals(1, workChains.size()); in testSet_workChains()182 assertEquals(1, workChains.get(0).getSize()); in testSet_workChains()183 assertEquals(75, workChains.get(0).getUids()[0]); in testSet_workChains()184 assertEquals("tag", workChains.get(0).getTags()[0]); in testSet_workChains()216 List<WorkChain> workChains = ws.getWorkChains(); in testAdd_workChains() local217 assertEquals(2, workChains.size()); in testAdd_workChains()218 assertEquals(1, workChains.get(1).getSize()); in testAdd_workChains()224 assertEquals(2, workChains.size()); in testAdd_workChains()
4963 if (workChains != null) { in noteLongPartialWakelockStartFromSource()5016 if (workChains != null) { in noteLongPartialWakelockFinishFromSource()6465 if (workChains != null) { in noteBluetoothScanStartedFromSourceLocked()6506 if (workChains != null) { in noteBluetoothScanStoppedFromSourceLocked()6545 if (workChains != null) { in noteBluetoothScanResultsFromSourceLocked()6863 if (workChains != null) { in noteFullWifiLockAcquiredFromSourceLocked()6882 if (workChains != null) { in noteFullWifiLockReleasedFromSourceLocked()6901 if (workChains != null) { in noteWifiScanStartedFromSourceLocked()6920 if (workChains != null) { in noteWifiScanStoppedFromSourceLocked()6938 if (workChains != null) { in noteWifiBatchedScanStartedFromSourceLocked()[all …]
865 List<WorkChain> workChains = workSource.getWorkChains(); in validateLocationRequest() local866 if (workChains != null && !workChains.isEmpty() in validateLocationRequest()867 && workChains.get(0).getAttributionTag() == null) { in validateLocationRequest()
2819 final List<WorkChain> workChains = wakeLock.mWorkSource.getWorkChains();2820 if (workChains != null) {2821 for (int k = 0; k < workChains.size(); k++) {2822 final int uid = workChains.get(k).getAttributionUid();