Home
last modified time | relevance | path

Searched refs:resources1 (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/
H A DResourcesManagerTest.java127 assertNotNull(resources1); in testAddingASplitCreatesANewImpl()
135 assertNotSame(resources1, resources2); in testAddingASplitCreatesANewImpl()
144 assertNotNull(resources1); in testUpdateConfigurationUpdatesAllAssetManagers()
160 assertNotSame(resources1, resources2); in testUpdateConfigurationUpdatesAllAssetManagers()
161 assertNotSame(resources1, resources3); in testUpdateConfigurationUpdatesAllAssetManagers()
190 assertNotNull(resources1); in testTwoActivitiesWithIdenticalParametersShareImpl()
196 assertNotNull(resources1); in testTwoActivitiesWithIdenticalParametersShareImpl()
199 assertNotSame(resources1, resources2); in testTwoActivitiesWithIdenticalParametersShareImpl()
211 assertNotNull(resources1); in testThemesGetUpdatedWithNewImpl()
244 assertNotNull(resources1); in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerServiceTest.java175 Map<Integer, FrontendResource> resources1 = in setFrontendListTest_updateExistingFrontendResources() local
178 assertThat(resources0).isEqualTo(resources1); in setFrontendListTest_updateExistingFrontendResources()