Home
last modified time | relevance | path

Searched refs:launch (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardTransitionAuditLogger.kt31 import kotlinx.coroutines.launch
52 scope.launch { in start()
58 scope.launch { in start()
64 scope.launch { in start()
71 scope.launch { in start()
78 scope.launch { in start()
84 scope.launch { in start()
90 scope.launch { in start()
96 scope.launch { in start()
100 scope.launch { in start()
[all …]
DFromDreamingTransitionInteractor.kt21 import com.android.app.tracing.coroutines.launch in <lambda>()
43 import kotlinx.coroutines.launch in <lambda>()
82 scope.launch("$TAG#listenForDreamingToAlternateBouncer") { in <lambda>()
95 scope.launch("$TAG#listenForDreamingToGlanceableHub", mainDispatcher) { in <lambda>()
105 scope.launch { in <lambda>()
120 scope.launch { in <lambda>()
133 scope.launch { in <lambda>()
143 scope.launch { in <lambda>()
173 scope.launch { in <lambda>()
183 scope.launch { in <lambda>()
[all …]
DFromGlanceableHubTransitionInteractor.kt21 import com.android.app.tracing.coroutines.launch in <lambda>()
40 import kotlinx.coroutines.launch in <lambda>()
98 scope.launch("$TAG#listenForGlanceableHubToLockscreenOrDream") { in <lambda>()
118 scope.launch("$TAG#listenForHubToPrimaryBouncer") { in <lambda>()
126 scope.launch("$TAG#listenForHubToAlternateBouncer") { in <lambda>()
136 scope.launch { in <lambda>()
150 scope.launch { in <lambda>()
156 scope.launch { in <lambda>()
169 scope.launch { in <lambda>()
DFromGoneTransitionInteractor.kt21 import com.android.app.tracing.coroutines.launch in <lambda>()
41 import kotlinx.coroutines.launch in <lambda>()
80 scope.launch("$TAG#showKeyguard") { startTransitionTo(KeyguardState.LOCKSCREEN) } in <lambda>()
86 scope.launch("$TAG#listenForGoneToLockscreenOrHub") { in <lambda>()
102 scope.launch { in <lambda>()
117 scope.launch("$TAG#listenForGoneToLockscreenOrHub") { in <lambda>()
135 scope.launch("$TAG#listenForGoneToDreamingLockscreenHosted") { in <lambda>()
145 scope.launch("$TAG#listenForGoneToDreaming") { in <lambda>()
156 scope.launch("$TAG#listenForGoneToAodOrDozing") { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewbinder/
DFooterViewBinder.kt29 import kotlinx.coroutines.launch in <lambda>()
41 lifecycleScope.launch { in <lambda>()
60 launch { in <lambda>()
67 launch { in <lambda>()
75 launch { bindMessage(footer, viewModel) } in <lambda>()
85 launch { in <lambda>()
91 launch { in <lambda>()
97 launch { in <lambda>()
122 launch { in <lambda>()
132 launch { in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DDeviceEntryIconViewBinder.kt30 import com.android.app.tracing.coroutines.launch in <lambda>()
43 import kotlinx.coroutines.launch in <lambda>()
82 applicationScope.launch { viewModel.onUserInteraction() } in <lambda>()
91 launch("$TAG#viewModel.isVisible") { in <lambda>()
97 launch("$TAG#viewModel.isLongPressEnabled") { in <lambda>()
102 launch("$TAG#viewModel.isUdfpsSupported") { in <lambda>()
120 launch("$TAG#viewModel.accessibilityDelegateHint") { in <lambda>()
129 applicationScope.launch { viewModel.onUserInteraction() } in <lambda>()
136 launch("$TAG#viewModel.useBackgroundProtection") { in <lambda>()
145 launch("$TAG#viewModel.burnInOffsets") { in <lambda>()
[all …]
DWindowManagerLockscreenVisibilityViewBinder.kt19 import com.android.app.tracing.coroutines.launch
37 scope.launch("$TAG#viewModel.surfaceBehindVisibility") { in bind()
43 scope.launch("$TAG#viewModel.lockscreenVisibility") { in bind()
49 scope.launch("$TAG#viewModel.aodVisibility") { in bind()
53 scope.launch("$TAG#viewModel.surfaceBehindAnimating") { in bind()
DKeyguardClockViewBinder.kt40 import kotlinx.coroutines.launch in <lambda>()
64 launch { in <lambda>()
65 if (!MigrateClocksToBlueprint.isEnabled) return@launch in <lambda>()
74 launch { in <lambda>()
75 if (!MigrateClocksToBlueprint.isEnabled) return@launch in <lambda>()
82 launch { in <lambda>()
83 if (!MigrateClocksToBlueprint.isEnabled) return@launch in <lambda>()
100 launch { in <lambda>()
101 if (!MigrateClocksToBlueprint.isEnabled) return@launch in <lambda>()
113 launch { in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/
DKeyguardBouncerViewBinder.kt41 import kotlinx.coroutines.launch in <lambda>()
118 launch { in <lambda>()
155 launch { in <lambda>()
161 launch { in <lambda>()
167 launch { in <lambda>()
173 launch { in <lambda>()
179 launch { in <lambda>()
188 launch { in <lambda>()
194 launch { in <lambda>()
200 launch { in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
DRefreshUsersScheduler.kt29 import kotlinx.coroutines.launch
44 applicationScope.launch(mainDispatcher) { in pause()
48 applicationScope.launch { in pause()
56 applicationScope.launch(mainDispatcher) { in unpauseAndRefresh()
63 applicationScope.launch(mainDispatcher) { in refreshIfNotPaused()
65 return@launch in refreshIfNotPaused()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DCredentialViewModelTest.kt16 import kotlinx.coroutines.launch in <lambda>()
55 val job = launch { viewModel.inputFlags.collect { flags = it } } in <lambda>()
73 val job = launch { viewModel.stealthMode.collect { stealth = it } } in <lambda>()
84 val job = launch { viewModel.animateContents.toList(animate) } in <lambda>()
98 val job = launch { viewModel.errorMessage.collect { error = it } } in <lambda>()
120 val job = launch { in <lambda>()
121 launch { viewModel.validatedAttestation.toList(attestations) } in <lambda>()
122 launch { viewModel.remainingAttempts.toList(remainingAttempts) } in <lambda>()
123 launch { viewModel.header.collect { header = it } } in <lambda>()
148 val job = launch { in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/binder/
DWifiViewBinder.kt42 import kotlinx.coroutines.launch in <lambda>()
86 launch { in <lambda>()
103 launch { in <lambda>()
112 launch { in <lambda>()
122 launch { decorTint.collect { tint -> dotView.setDecorColor(tint) } } in <lambda>()
126 launch { in <lambda>()
134 launch { in <lambda>()
142 launch { in <lambda>()
149 launch { in <lambda>()
157 launch { in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/binder/
DMobileIconBinder.kt51 import kotlinx.coroutines.launch in <lambda>()
98 lifecycleScope.launch { in <lambda>()
103 launch { in <lambda>()
119 lifecycleScope.launch { in <lambda>()
124 launch { in <lambda>()
137 launch { in <lambda>()
153 launch { in <lambda>()
160 launch { in <lambda>()
179 launch { in <lambda>()
197 launch { in <lambda>()
[all …]
/frameworks/libs/systemui/tracinglib/demo/src/com/android/app/tracing/demo/experiments/
DNestedLaunchesWithParentSpan.kt18 import com.android.app.tracing.coroutines.launch
26 import kotlinx.coroutines.launch
39 launch("launch", fixedThreadContext1) { in getDescription()
41 launch(fixedThreadContext2) { in getDescription()
43 launch(fixedThreadContext1) { getNumber() } in getDescription()
DLaunchNested.kt18 import com.android.app.tracing.coroutines.launch
40 launch("launch(fixedThreadContext1)", fixedThreadContext1) { in getDescription()
42 launch("launch(fixedThreadContext2)", fixedThreadContext2) { in getDescription()
44 launch("launch(Dispatchers.IO)", ioContext) { in getDescription()
46 launch("launch(Dispatchers.Default)", defaultContext) { doWork() } in getDescription()
DLaunchSequentially.kt18 import com.android.app.tracing.coroutines.launch
40 launch("$tag: launch on fixed thread #1", fixedThreadContext1) { doWork() } in getDescription()
41 launch("$tag: launch on fixed thread #2", fixedThreadContext2) { doWork() } in getDescription()
42 launch("$tag: launch on Default", defaultContext) { doWork() } in getDescription()
43 launch("$tag: launch on IO", ioContext) { doWork() } in getDescription()
DNestedLaunchesWithoutName.kt25 import kotlinx.coroutines.launch
38 launch(fixedThreadContext1) { in getDescription()
40 launch(fixedThreadContext2) { in getDescription()
42 launch(fixedThreadContext1) { getNumber() } in getDescription()
DUnconfinedThreadSwitch.kt18 import com.android.app.tracing.coroutines.launch
36 launch("launch(Dispatchers.Unconfined)", unconfinedContext) { doWork() } in getDescription()
37 launch("launch(EmptyCoroutineContext)") { doWork() } in getDescription()
38 launch("launch(Dispatchers.IO)", ioContext) { doWork() } in getDescription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewBinder.kt65 import kotlinx.coroutines.launch in <lambda>()
237 lifecycleScope.launch { in <lambda>()
255 lifecycleScope.launch { in <lambda>()
270 launch { in <lambda>()
291 launch { in <lambda>()
298 launch { in <lambda>()
312 launch { in <lambda>()
327 launch { viewModel.negativeButtonText.collect { negativeButton.text = it } } in <lambda>()
328 launch { in <lambda>()
333 launch { in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/log/
DBouncerLoggerStartable.kt30 import kotlinx.coroutines.launch in <lambda>()
47 applicationScope.launch { in <lambda>()
52 applicationScope.launch { in <lambda>()
61 applicationScope.launch { in <lambda>()
66 applicationScope.launch { in <lambda>()
71 applicationScope.launch { in <lambda>()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java204 private void addLaunchResult(LaunchOrder launch, AppLaunchResult result) { in addLaunchResult() argument
205 mNameToLaunchTime.get(launch.getApp()).get(launch.getCompilerFilter()).add(result); in addLaunchResult()
208 private boolean hasFailureOnFirstLaunch(LaunchOrder launch) { in hasFailureOnFirstLaunch() argument
210 mNameToLaunchTime.get(launch.getApp()).get(launch.getCompilerFilter()); in hasFailureOnFirstLaunch()
286 for (LaunchOrder launch : mLaunchOrderList) { in testMeasureStartUpTime()
287 toggleIorapStatus(launch.getIorapEnabled()); in testMeasureStartUpTime()
290 Log.v(TAG, "Launch reason: " + launch.getLaunchReason()); in testMeasureStartUpTime()
294 if (launch.getLaunchReason().equals(TRIAL_LAUNCH)) { in testMeasureStartUpTime()
298 Intent startIntent = mNameToIntent.get(launch.getApp()); in testMeasureStartUpTime()
300 Log.w(TAG, "App does not exist: " + launch.getApp()); in testMeasureStartUpTime()
[all …]
/frameworks/libs/systemui/tracinglib/core/host/test/
DCoroutineTracingTest.kt31 import kotlinx.coroutines.launch in <lambda>()
89 launch { finish(4, "hello") } in <lambda>()
105 launch("span-for-launch") { in <lambda>()
116 launch(UnconfinedTestDispatcher(scheduler = testScheduler)) { in <lambda>()
143 launch(start = CoroutineStart.UNDISPATCHED) { in <lambda>()
161 launch(bgThread) { in <lambda>()
197 val job = launch { in <lambda>()
199 launch("span-for-launch", threadContexts[it % threadContexts.size]) { in <lambda>()
254 launch("span-for-launch-1", thread1) { in <lambda>()
257 launch("span-for-launch-2", thread2) { in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartable.kt91 import kotlinx.coroutines.launch in <lambda>()
162 applicationScope.launch { in <lambda>()
177 applicationScope.launch { in <lambda>()
237 applicationScope.launch { in <lambda>()
255 applicationScope.launch { in <lambda>()
269 applicationScope.launch { in <lambda>()
308 applicationScope.launch { in <lambda>()
389 applicationScope.launch { in <lambda>()
412 applicationScope.launch { in <lambda>()
450 applicationScope.launch { in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationScrollViewBinder.kt39 import kotlinx.coroutines.launch in <lambda>()
75 launch { in <lambda>()
81 launch { viewModel.maxAlpha.collect { view.setMaxAlpha(it) } } in <lambda>()
82 launch { viewModel.scrolledToTop.collect { view.setScrolledToTop(it) } } in <lambda>()
83 launch { viewModel.expandFraction.collect { view.setExpandFraction(it.coerceIn(0f, 1f)) } } in <lambda>()
84 launch { viewModel.isScrollable.collect { view.setScrollingEnabled(it) } } in <lambda>()
85 launch { viewModel.isDozing.collect { isDozing -> view.setDozing(isDozing) } } in <lambda>()
/frameworks/compile/slang/tests/F_foreach_unexpected_kernel_arg/
Dstderr.txt.expect1 foreach_unexpected_kernel_arg.rscript:11:13: error: Invalid kernel launch call. Expects a function …
2 foreach_unexpected_kernel_arg.rscript:12:13: error: Invalid kernel launch call. Expects a function …
3 foreach_unexpected_kernel_arg.rscript:13:24: error: Invalid kernel launch call. Expects a function …
4 foreach_unexpected_kernel_arg.rscript:14:24: error: Invalid kernel launch call. Expects a function …

12345678910>>...17