Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 34) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/condition/
H A DFakeCondition.java26 FakeCondition(CoroutineScope scope) { in FakeCondition()
30 FakeCondition(CoroutineScope scope, Boolean initialValue, boolean overriding) { in FakeCondition()
H A DCombinedConditionTest.kt442 val scope = CoroutineScope(coroutineContext + Job()) regex
/aosp14/frameworks/base/core/java/android/os/
H A DAggregateBatteryConsumer.java67 @BatteryUsageStats.AggregateBatteryConsumerScope int scope) throws IOException { in writeToXml()
78 final int scope = parser.getAttributeInt(null, BatteryUsageStats.XML_ATTR_SCOPE); in parseXml() local
119 public Builder(BatteryConsumer.BatteryConsumerData data, int scope, in Builder()
H A DBatteryUsageStats.java280 public AggregateBatteryConsumer getAggregateBatteryConsumer( in getAggregateBatteryConsumer()
949 public AggregateBatteryConsumer.Builder getAggregateBatteryConsumerBuilder( in getAggregateBatteryConsumerBuilder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/process/condition/
H A DSystemProcessCondition.java35 public SystemProcessCondition(@Application CoroutineScope scope, in SystemProcessCondition()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/conditions/
H A DAssistantAttentionCondition.java48 public AssistantAttentionCondition( in AssistantAttentionCondition()
H A DDreamCondition.java45 public DreamCondition( in DreamCondition()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DClockRegistryModule.java51 @Application CoroutineScope scope, in getClockRegistry()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/
H A DCondition.java54 public Condition(CoroutineScope scope) { in Condition()
64 protected Condition(CoroutineScope scope, Boolean initialConditionMet, boolean overriding) { in Condition()
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/
H A DBottomSheet.kt44 val scope = rememberCoroutineScope() regex
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DScene.kt39 private val scope = SceneScopeImpl(layoutImpl, this) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
H A DUserSetupRepositoryTest.kt43 private val scope = CoroutineScope(IMMEDIATE) regex
H A DMobileRepositorySwitcherTest.kt98 private val scope = CoroutineScope(IMMEDIATE) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/
H A DMediaProjectionAppSelectorControllerTest.kt26 private val scope = CoroutineScope(Dispatchers.Unconfined) regex
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/
H A DAppListViewModel.kt80 private val scope = viewModelScope + Dispatchers.IO regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/data/repository/
H A DUserRepositoryImplTest.kt351 val scope = CoroutineScope(coroutineContext + Job()) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java311 @Application CoroutineScope scope, in KeyguardService()
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPatternBouncer.kt102 val scope = rememberCoroutineScope() regex
H A DPinBouncer.kt283 val scope = rememberCoroutineScope() regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardQuickAffordanceInteractorParameterizedTest.kt257 val scope = CoroutineScope(IMMEDIATE) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DRequestProcessorTest.kt48 private val scope = CoroutineScope(Dispatchers.Unconfined) regex
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DModalBottomSheet.kt323 val scope = rememberCoroutineScope() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java186 default void batchApplyWindowLayoutParams(@NonNull Runnable scope) { in batchApplyWindowLayoutParams()
/aosp14/frameworks/base/apct-tests/perftests/blobstore/src/com/android/perftests/blob/
H A DBlobStorePerfTests.java225 final MacrobenchmarkScope scope = new MacrobenchmarkScope(mContext.getPackageName(), false); in dropCache() local
/aosp14/frameworks/base/tools/bit/
H A Daapt.cpp175 Scope* scope = new Scope(NULL, -1); in inspect_apk() local

12