/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/ |
D | ActionReceiverTest.kt | 97 private val directExecutor = Executor { it.run() } in <lambda>() constant 126 val receiverData = ReceiverData(receiver1, IntentFilter(ACTION1), directExecutor, USER) in testRegistersOnFirstAdd() 138 val receiverData1 = ReceiverData(receiver1, IntentFilter(ACTION1), directExecutor, USER) in testRegistersOnlyOnce() 139 val receiverData2 = ReceiverData(receiver2, IntentFilter(ACTION1), directExecutor, USER) in testRegistersOnlyOnce() 149 val receiverData = ReceiverData(receiver1, IntentFilter(ACTION1), directExecutor, USER) in testRemovingLastReceiverUnregisters() 161 val receiverData1 = ReceiverData(receiver1, IntentFilter(ACTION1), directExecutor, USER) in testRemovingWhileOtherReceiversDoesntUnregister() 162 val receiverData2 = ReceiverData(receiver2, IntentFilter(ACTION1), directExecutor, USER) in testRemovingWhileOtherReceiversDoesntUnregister() 178 val receiverData = ReceiverData(receiver1, filter, directExecutor, USER) in testReceiverHasCategories() 188 val receiverData = ReceiverData(receiver1, IntentFilter(ACTION2), directExecutor, USER) in testNotRegisteredWithWrongAction_throwsException() 195 val receiverData = ReceiverData(receiver1, IntentFilter(ACTION1), directExecutor, USER) in testReceiverGetsBroadcast() [all …]
|
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/ |
D | BubblePositionerTest.kt | 35 import com.google.common.util.concurrent.MoreExecutors.directExecutor 271 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testGetExpandedViewHeight_max() 297 directExecutor() in testGetExpandedViewHeight_customHeight_valid() 325 directExecutor() in testGetExpandedViewHeight_customHeight_tooSmall() 419 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_phoneLandscape() 436 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_phonePortrait() 455 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_smallTabletLandscape() 473 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_smallTabletPortrait() 492 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_largeScreenLandscape() 510 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_largeScreenPortrait()
|
D | BubbleTaskViewTest.kt | 27 import com.google.common.util.concurrent.MoreExecutors.directExecutor 46 bubbleTaskView = BubbleTaskView(taskView, directExecutor()) in setUp()
|
D | BubbleStackViewTest.kt | 47 import com.google.common.util.concurrent.MoreExecutors.directExecutor in <lambda>() 366 directExecutor() in <lambda>() 375 val bubble = Bubble.createAppBubble(intent, UserHandle(1), icon, directExecutor()) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubbleEducationControllerTest.kt | 34 import com.google.common.util.concurrent.MoreExecutors.directExecutor 126 directExecutor() in createFakeBubble() 130 Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in createFakeBubble()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/ |
D | QuickAccessWalletControllerTest.java | 107 MoreExecutors.directExecutor(), in setUp() 108 MoreExecutors.directExecutor(), in setUp() 202 eq(MoreExecutors.directExecutor()), mRequestCaptor.capture(), in queryWalletCards_walletEnabled_queryCards() 221 eq(MoreExecutors.directExecutor()), mRequestCaptor.capture(), in queryWalletCards_walletEnabled_queryMultipleCards()
|
/frameworks/base/packages/SettingsLib/DataStore/tests/src/com/android/settingslib/datastore/ |
D | BackupRestoreStorageManagerTest.kt | 26 import com.google.common.util.concurrent.MoreExecutors.directExecutor 153 val executor = directExecutor() in notifyRestoreFinished() 177 val executor = directExecutor() in notifyBackupManager()
|
D | ObserverTest.kt | 37 private val executor1: Executor = MoreExecutors.directExecutor()
|
D | SharedPreferencesStorageTest.kt | 78 val executor: Executor = MoreExecutors.directExecutor() in <lambda>()
|
D | KeyedObserverTest.kt | 42 private val executor1: Executor = MoreExecutors.directExecutor() in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/appclips/ |
D | AppClipsViewModelTest.java | 22 import static com.google.common.util.concurrent.MoreExecutors.directExecutor; 73 getContext().getMainExecutor(), directExecutor()).create(AppClipsViewModel.class); in setUp()
|
D | AppClipsActivityTest.java | 25 import static com.google.common.util.concurrent.MoreExecutors.directExecutor; 102 directExecutor()), mPackageManager, mUserTracker,
|
D | AppClipsTrampolineActivityTest.java | 130 mBgExecutor = MoreExecutors.directExecutor(); in setUp() 131 mMainExecutor = MoreExecutors.directExecutor(); in setUp()
|
/frameworks/libs/systemui/weathereffects/graphics/tests/src/com/google/android/wallpaper/weathereffects/graphics/ |
D | FrameBufferTest.kt | 33 private val executor = MoreExecutors.directExecutor()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/util/ |
D | UnfoldOnlyProgressProviderTest.kt | 44 UnfoldOnlyProgressProvider(foldProvider, MoreExecutors.directExecutor(), sourceProvider) in setUp()
|
/frameworks/base/media/tests/mediatestutils/java/com/android/media/mediatestutils/ |
D | TestUtils.java | 123 MoreExecutors.directExecutor()); // Direct executor is fine since lightweight
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/ |
D | ControlsProviderSelectorActivityTest.kt | 71 @Main private val executor: Executor = MoreExecutors.directExecutor() 73 @Background private val backExecutor: Executor = MoreExecutors.directExecutor()
|
D | ControlsFavoritingActivityTest.kt | 68 @Main private val executor: Executor = MoreExecutors.directExecutor()
|
/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/ |
D | BackupRestoreStorageManager.kt | 32 private val executor = MoreExecutors.directExecutor()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/ |
D | ThemeOverlayApplierTest.java | 107 mManager = new ThemeOverlayApplier(mOverlayManager, MoreExecutors.directExecutor(), in setup() 109 MoreExecutors.directExecutor()) { in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/model/ |
D | BiometricPromptRequestTest.kt | 79 val executor = MoreExecutors.directExecutor() in <lambda>()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DeviceStateControllerTests.java | 62 private Executor mExecutor = MoreExecutors.directExecutor();
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/ |
D | LocationManagerServiceTest.java | 189 MoreExecutors.directExecutor(), in FakeAbstractLocationProvider()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowControllerImplTest.java | 111 private final Executor mMainExecutor = MoreExecutors.directExecutor(); 112 private final Executor mBackgroundExecutor = MoreExecutors.directExecutor();
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/camera/ |
D | CameraGestureHelperTest.kt | 105 uiExecutor = MoreExecutors.directExecutor(), in setUp()
|