/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/condition/ |
H A D | FakeCondition.java | 26 FakeCondition(CoroutineScope scope) { in FakeCondition() 30 FakeCondition(CoroutineScope scope, Boolean initialValue, boolean overriding) { in FakeCondition()
|
H A D | CombinedConditionTest.kt | 442 val scope = CoroutineScope(coroutineContext + Job()) regex
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | AggregateBatteryConsumer.java | 67 @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 D | BatteryUsageStats.java | 280 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 D | SystemProcessCondition.java | 35 public SystemProcessCondition(@Application CoroutineScope scope, in SystemProcessCondition()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/conditions/ |
H A D | AssistantAttentionCondition.java | 48 public AssistantAttentionCondition( in AssistantAttentionCondition()
|
H A D | DreamCondition.java | 45 public DreamCondition( in DreamCondition()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/ |
H A D | ClockRegistryModule.java | 51 @Application CoroutineScope scope, in getClockRegistry()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/ |
H A D | Condition.java | 54 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 D | BottomSheet.kt | 44 val scope = rememberCoroutineScope() regex
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/ |
H A D | Scene.kt | 39 private val scope = SceneScopeImpl(layoutImpl, this) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/ |
H A D | UserSetupRepositoryTest.kt | 43 private val scope = CoroutineScope(IMMEDIATE) regex
|
H A D | MobileRepositorySwitcherTest.kt | 98 private val scope = CoroutineScope(IMMEDIATE) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/ |
H A D | MediaProjectionAppSelectorControllerTest.kt | 26 private val scope = CoroutineScope(Dispatchers.Unconfined) regex
|
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/ |
H A D | AppListViewModel.kt | 80 private val scope = viewModelScope + Dispatchers.IO regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/data/repository/ |
H A D | UserRepositoryImplTest.kt | 351 val scope = CoroutineScope(coroutineContext + Job()) regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardService.java | 311 @Application CoroutineScope scope, in KeyguardService()
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/ |
H A D | PatternBouncer.kt | 102 val scope = rememberCoroutineScope() regex
|
H A D | PinBouncer.kt | 283 val scope = rememberCoroutineScope() regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | KeyguardQuickAffordanceInteractorParameterizedTest.kt | 257 val scope = CoroutineScope(IMMEDIATE) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | RequestProcessorTest.kt | 48 private val scope = CoroutineScope(Dispatchers.Unconfined) regex
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/ |
H A D | ModalBottomSheet.kt | 323 val scope = rememberCoroutineScope() regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeWindowController.java | 186 default void batchApplyWindowLayoutParams(@NonNull Runnable scope) { in batchApplyWindowLayoutParams()
|
/aosp14/frameworks/base/apct-tests/perftests/blobstore/src/com/android/perftests/blob/ |
H A D | BlobStorePerfTests.java | 225 final MacrobenchmarkScope scope = new MacrobenchmarkScope(mContext.getPackageName(), false); in dropCache() local
|
/aosp14/frameworks/base/tools/bit/ |
H A D | aapt.cpp | 175 Scope* scope = new Scope(NULL, -1); in inspect_apk() local
|