Home
last modified time | relevance | path

Searched refs:mScope (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/conditions/
DDreamConditionTest.java60 CoroutineScope mScope; field in DreamConditionTest
73 final DreamCondition condition = new DreamCondition(mScope, mDreamManager, in testInitialDreamingState()
87 final DreamCondition condition = new DreamCondition(mScope, mDreamManager, in testInitialNonDreamingState()
103 final DreamCondition condition = new DreamCondition(mScope, mDreamManager, in testChange()
DAssistantAttentionConditionTest.java52 CoroutineScope mScope; field in AssistantAttentionConditionTest
60 mAssistantAttentionCondition = new AssistantAttentionCondition(mScope, mAssistManager); in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/process/condition/
DSystemProcessConditionTest.java53 CoroutineScope mScope; field in SystemProcessConditionTest
69 final Condition condition = new SystemProcessCondition(mScope, mProcessWrapper); in testConditionFailsWithNonSystemProcess()
90 final Condition condition = new SystemProcessCondition(mScope, mProcessWrapper); in testConditionSucceedsWithSystemProcess()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/
DCondition.java47 private final CoroutineScope mScope; field in Condition
67 mScope = scope; in Condition()
265 return new CombinedCondition(mScope, conditions, Evaluator.OP_AND); in and()
284 return new CombinedCondition(mScope, conditions, Evaluator.OP_OR); in or()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/condition/
DConditionMonitorTest.java63 private CoroutineScope mScope; field in ConditionMonitorTest
73 mCondition1 = spy(new FakeCondition(mScope)); in setup()
74 mCondition2 = spy(new FakeCondition(mScope)); in setup()
75 mCondition3 = spy(new FakeCondition(mScope)); in setup()
409 final FakeCondition settableCondition = new FakeCondition(mScope, null, false); in unsetCondition_shouldNotAffectValue()
427 final FakeCondition settableCondition = new FakeCondition(mScope, null, false); in setUnsetCondition_shouldAffectValue()
456 final FakeCondition overridingCondition = new FakeCondition(mScope, true, true); in clearingOverridingCondition_shouldBeExcluded()
479 final FakeCondition overridingCondition = new FakeCondition(mScope, null, true); in settingUnsetOverridingCondition_shouldBeIncluded()
588 final FakeCondition condition = new FakeCondition(mScope); in testLoggingCallback()
590 mScope, in testLoggingCallback()
DConditionTest.java46 CoroutineScope mScope; field in ConditionTest
53 mCondition = spy(new FakeCondition(mScope)); in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
DInternetAdapterTest.java56 CoroutineScope mScope; field in InternetAdapterTest
88 mInternetAdapter = new InternetAdapter(mInternetDialogController, mScope); in setUp()
DInternetDialogDelegateTest.java71 CoroutineScope mScope; field in InternetDialogDelegateTest
142 mScope, in createInternetDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java183 @NonNull private final CoroutineScope mScope; field in UdfpsController
309 mScope in showUdfpsOverlay()
777 mScope = scope; in UdfpsController()