/aosp_15_r20/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
D | LoaderTaskTest.kt | 248 val spyContext = spy(context) in When secure setting true and is restore then send installed item broadcast() constant 324 val spyContext = spy(context) in When broadcast flag true and is restore then send installed item broadcast() constant 400 val spyContext = spy(context) in When not a restore then installed item broadcast not sent() constant 441 val spyContext = spy(context) in When broadcast flag and secure setting false then installed item broadcast not sent() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/ |
H A D | OverviewProxyServiceTest.kt | 210 val spyContext = spy(context) in connectToOverviewService_primaryUserNoVisibleBgUsersSupported_expectBindService() constant 226 val spyContext = spy(context) in connectToOverviewService_nonPrimaryUserNoVisibleBgUsersSupported_expectNoBindService() constant 243 val spyContext = spy(context) in connectToOverviewService_nonPrimaryBgUserVisibleBgUsersSupported_expectBindService() constant 260 val spyContext = spy(context) in connectToOverviewService_nonPrimaryFgUserVisibleBgUsersSupported_expectNoBindService() constant
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | ApplicationFeatureProviderImplTest.java | 308 Context spyContext = spy(RuntimeEnvironment.application); in getKeepEnabledPackages_shouldContainDefaultPhoneAndSmsAndLocationHistory() local 339 Context spyContext = spy(RuntimeEnvironment.application); in getKeepEnabledPackages_hasEuiccComponent_shouldContainEuiccPackage() local 361 Context spyContext = spy(RuntimeEnvironment.application); in getKeepEnabledPackages_shouldContainSettingsIntelligence() local 392 Context spyContext = spy(RuntimeEnvironment.application); in getKeepEnabledPackages_shouldContainPackageInstaller() local
|
/aosp_15_r20/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | ContactsIndexerImplTest.java | 475 Context spyContext = new ContextWrapper(ApplicationProvider.getApplicationContext()) { in testContactsIndexerImpl_batchUpdateContactsNullCursor_shouldContinueOnError() local 522 Context spyContext = new ContextWrapper(ApplicationProvider.getApplicationContext()) { in testContactsIndexerImpl_batchUpdateContactsNullCursor_shouldNotContinueOnError() local 564 Context spyContext = new ContextWrapper(ApplicationProvider.getApplicationContext()) { in testContactsIndexerImpl_batchUpdateContactsThrows_shouldContinueOnError() local 611 Context spyContext = new ContextWrapper(ApplicationProvider.getApplicationContext()) { in testContactsIndexerImpl_batchUpdateContactsThrows_shouldNotContinueOnError() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/reporting/ |
D | DebugReportingJobServiceTest.java | 247 final Context spyContext = spy(ApplicationProvider.getApplicationContext()); in scheduleIfNeeded_killSwitchOff_previouslyExecuted_dontForceSchedule_dontSchedule() local 280 final Context spyContext = spy(ApplicationProvider.getApplicationContext()); in scheduleIfNeeded_withDifferentJobInfo_doesSchedule() local
|
D | DebugReportingFallbackJobServiceTest.java | 205 final Context spyContext = spy(ApplicationProvider.getApplicationContext()); in scheduleIfNeeded_killSwitchOff_previouslyExecuted_dontForceSchedule_dontSchedule() local 242 final Context spyContext = spy(ApplicationProvider.getApplicationContext()); in scheduleIfNeeded_diffJobInfo_doesSchedule() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueJobServiceTest.java | 385 final Context spyContext = spy(ApplicationProvider.getApplicationContext()); in scheduleIfNeeded_killSwitchOff_previouslyExecuted_dontForceSchedule_dontSchedule() local 428 final Context spyContext = spy(ApplicationProvider.getApplicationContext()); in scheduleIfNeeded_diffJobInfo_doesSchedule() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/domain/interactor/ |
H A D | MediaRecommendationsInteractorTest.kt | 67 private val spyContext = spy(context) constant
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | PackageChangedReceiverTest.java | 1054 Context spyContext = Mockito.spy(ApplicationProvider.getApplicationContext()); in testReceive_onT_onExtServices() local 1071 Context spyContext = Mockito.spy(ApplicationProvider.getApplicationContext()); in testReceive_onS_onExtServices() local
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/testutils/device-side/com/android/server/sdksandbox/ |
D | FakeInjector.java | 48 public FakeInjector(Context spyContext) { in FakeInjector()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/unfold/updates/ |
H A D | RotationChangeProviderTest.kt | 61 private lateinit var spyContext: Context variable in com.android.systemui.unfold.updates.RotationChangeProviderTest
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipControllerTest.java | 229 Context spyContext = spy(mContext); in createPip_notSupported_returnsNull() local
|
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
H A D | BrightnessObserverTest.kt | 58 private lateinit var spyContext: Context variable in com.android.server.display.mode.BrightnessObserverTest
|
H A D | SettingsObserverTest.kt | 92 private lateinit var spyContext: Context variable in com.android.server.display.mode.SettingsObserverTest
|
/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/datausage/ |
D | DataUsageListTest.kt | 46 private val spyContext: Context = spy(ApplicationProvider.getApplicationContext()) { in <lambda>() constant
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/ |
D | AppSearchConsentStorageManagerTest.java | 510 Context spyContext = Mockito.spy(appContext.get()); in testMigrateConsentData_FromExtServices() local
|
/aosp_15_r20/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/ |
D | DriverDistractionExperimentalFeatureServiceTest.java | 218 Context spyContext = spy(InstrumentationRegistry.getInstrumentation().getTargetContext()); in testInit_bindsToServicesInXmlConfig() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
D | SatelliteRepositoryTest.kt | 53 var spyContext: Context = ApplicationProvider.getApplicationContext() in <lambda>() variable in com.android.settings.network.SatelliteRepositoryTest
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/command/ |
D | CommandSchedulerTest.java | 1376 IInvocationContext spyContext = spy(new InvocationContext()); in testExecCommand_reservedAndNullDevices() local
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/ |
H A D | AccessPointTest.java | 1395 Context spyContext = spy(new ContextWrapper(mContext)); in testOsuAccessPointSummary_showsProvisioningUpdates() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
H A D | DesktopModeWindowDecorViewModelTestsBase.kt | 154 protected lateinit var spyContext: TestableContext in <lambda>() variable in com.android.wm.shell.windowdecor.DesktopModeWindowDecorViewModelTestsBase
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | ToggleScreenMagnificationPreferenceFragmentTest.java | 153 Context spyContext = spy(mContext); in setUpTestFragment() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/user/domain/interactor/ |
H A D | UserSwitcherInteractorTest.kt | 109 private lateinit var spyContext: Context in <lambda>() variable in com.android.systemui.user.domain.interactor.UserSwitcherInteractorTest
|
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | tradefed-tests.jar | IncludeFilterTest.jar
META-INF/
META-INF/LICENSE
META-INF/MANIFEST.MF
... |