Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 113) sorted by relevance

12345

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/condition/
H A DCombinedConditionTest.kt46 val started: Boolean
91 assertThat(eagerCondition.started).isTrue()
92 assertThat(lazyCondition.started).isTrue()
97 assertThat(eagerCondition.started).isTrue()
98 assertThat(lazyCondition.started).isTrue()
103 assertThat(eagerCondition.started).isTrue()
104 assertThat(lazyCondition.started).isTrue()
111 assertThat(lazyCondition.started).isTrue()
154 assertThat(lazyCondition.started).isTrue()
160 assertThat(lazyCondition.started).isTrue()
[all …]
/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/hinge/
H A DHingeSensorAngleProvider.kt36 var started = false regex
40 if (started) return@execute
50 started = true
56 if (!started) return@execute
58 started = false
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/
H A DAppListViewModel.kt86 }.shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1)
99 .shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1)
106 .shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1)
112 }.shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1)
124 }.shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1)
129 }.shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1)
156 }.shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1)
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DBiometricSchedulerOperationTest.java113 final boolean started = mInterruptableOperation.startWithCookie(mOnStartCallback, cookie); in testStartWithCookie()
115 assertThat(started).isTrue(); in testStartWithCookie()
129 final boolean started = mInterruptableOperation.startWithCookie(mOnStartCallback, in testNoStartWithoutCookie()
132 assertThat(started).isFalse(); in testNoStartWithoutCookie()
147 final boolean started = mInterruptableOperation.startWithCookie(mOnStartCallback, cookie); in testSecondStartWithCookieCrashesWhenDebuggable()
148 assertThat(started).isTrue(); in testSecondStartWithCookieCrashesWhenDebuggable()
162 assertThat(started).isTrue(); in testSecondStartWithCookieFailsNicelyWhenNotDebuggable()
220 final boolean started = mInterruptableOperation.start(mOnStartCallback); in secondStartCrashesWhenDebuggable()
221 assertThat(started).isTrue(); in secondStartCrashesWhenDebuggable()
233 final boolean started = mInterruptableOperation.start(mOnStartCallback); in secondStartFailsNicelyWhenNotDebuggable()
[all …]
H A DBiometricSchedulerTest.java387 boolean started) { in testCancelsAuthDetectWhenRequestId() argument
390 testCancelsWhenRequestId(requestId, cancelRequestId, started, in testCancelsAuthDetectWhenRequestId()
464 boolean started) { in testCancelsEnrollWhenRequestId() argument
467 testCancelsWhenRequestId(requestId, cancelRequestId, started, in testCancelsEnrollWhenRequestId()
472 boolean started, HalClientMonitor<?> client) { in testCancelsWhenRequestId() argument
482 if (started) { in testCancelsWhenRequestId()
498 assertEquals(matches && started ? 1 : 0, authClient.mNumCancels); in testCancelsWhenRequestId()
499 assertEquals(started, authClient.mStartedHal); in testCancelsWhenRequestId()
507 if (started || isEnroll) { // prep'd auth clients and enroll clients in testCancelsWhenRequestId()
511 if (started || isEnroll) { // prep'd auth clients and enroll clients in testCancelsWhenRequestId()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
H A DWifiViewModel.kt103 started = SharingStarted.WhileSubscribed(),
126 .stateIn(scope, started = SharingStarted.WhileSubscribed(), initialValue = default)
132 .stateIn(scope, started = SharingStarted.WhileSubscribed(), initialValue = false)
137 .stateIn(scope, started = SharingStarted.WhileSubscribed(), initialValue = false)
143 .stateIn(scope, started = SharingStarted.WhileSubscribed(), initialValue = false)
/aosp14/frameworks/base/services/java/com/android/server/
H A DHsumBootUserInitializer.java182 final boolean started = mAms.startUserInBackgroundWithListener(UserHandle.USER_SYSTEM, in unlockSystemUser()
185 if (!started) { in unlockSystemUser()
202 final boolean started = mAms.startUserInForegroundWithListener(bootUserId, in switchToBootUser()
204 if (!started) { in switchToBootUser()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractor.kt104 started = SharingStarted.Eagerly,
126 started = SharingStarted.WhileSubscribed(),
146 started = SharingStarted.WhileSubscribed(),
162 started = SharingStarted.Eagerly,
178 started = SharingStarted.WhileSubscribed(),
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/
H A DCombinedCondition.kt146 var started = false regex
150 started = true
155 if (!started) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDeviceManager.kt155 private var started = false regex
161 if (!started || !sameWithoutIcon) {
180 if (!started) {
188 started = true
196 if (started) {
197 started = false
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DAmbientBrightnessStatsTracker.java320 private boolean started; field in AmbientBrightnessStatsTracker.Timer
327 started = false; in reset()
331 if (!started) { in start()
333 started = true; in start()
338 return started; in isRunning()
342 if (started) { in totalDurationSec()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerViewModel.kt57 started = SharingStarted.WhileSubscribed(),
100 started = SharingStarted.WhileSubscribed(),
150 started = SharingStarted.WhileSubscribed(),
H A DPinBouncerViewModel.kt66 started = SharingStarted.WhileSubscribed(),
82 started = SharingStarted.Eagerly,
/aosp14/frameworks/base/test-runner/src/android/test/
H A DTestPrinter.java48 private void started(String className) { in started() method in TestPrinter
95 started(test.toString()); in startTest()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DChildContentCaptureSession.java93 public void internalNotifyViewTreeEvent(boolean started) { in internalNotifyViewTreeEvent() argument
94 getMainCaptureSession().notifyViewTreeEvent(mId, started); in internalNotifyViewTreeEvent()
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java299 public void setStarted(boolean started, int memFactor, long now) { in setStarted() argument
303 mStarted = started; in setStarted()
314 final boolean started = mStarted || mRestarting; in updateStartedState()
315 final int state = started ? memFactor : STATE_NOTHING; in updateStartedState()
320 } else if (started) { in updateStartedState()
326 if (wasStarted != started) { in updateStartedState()
327 if (started) { in updateStartedState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
H A DDisplayStateRepository.kt99 started = SharingStarted.Eagerly,
139 started = SharingStarted.Eagerly,
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DPhysicalDisplaySwitchTransitionLauncher.java145 final boolean started = mDisplayContent.mRemoteDisplayChangeController in onDisplayUpdated()
149 if (!started) { in onDisplayUpdated()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
H A DKeyguardQuickAffordanceRemoteUserSelectionManager.kt84 started = SharingStarted.Eagerly,
105 started = SharingStarted.Eagerly,
/aosp14/frameworks/base/core/java/android/service/dreams/
H A DIDreamService.aidl25 … void attach(IBinder windowToken, boolean canDoze, boolean isPreviewMode, IRemoteCallback started); in attach() argument
/aosp14/frameworks/base/core/java/android/app/
H A DFragmentHostCallback.java327 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) { in getLoaderManager() argument
333 lm = new LoaderManagerImpl(who, this, started); in getLoaderManager()
335 } else if (started && lm != null && !lm.mStarted){ in getLoaderManager()
/aosp14/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java395 boolean started = false; in getTransformation()
407 started = started || a.hasStarted(); in getTransformation()
411 if (started && !mStarted) { in getTransformation()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/
H A DTvPipNotificationTests.kt44 val started = startNotificationListener() regex
45 if (!started) {
/aosp14/frameworks/base/core/java/android/view/
H A DEventLogTags.logtags41 # IME animation is started.
47 # IME remote animation is started.
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardLongPressInteractor.kt85 started = SharingStarted.WhileSubscribed(),
105 started = SharingStarted.WhileSubscribed(),

12345