/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/ |
H A D | ResourcesManagerTest.java | 136 assertNotSame(resources1.getImpl(), resources2.getImpl()); in testAddingASplitCreatesANewImpl() 165 assertNotSame(resources1.getImpl(), resources2.getImpl()); in testUpdateConfigurationUpdatesAllAssetManagers() 166 assertNotSame(resources1.getImpl(), resources3.getImpl()); in testUpdateConfigurationUpdatesAllAssetManagers() 167 assertNotSame(resources2.getImpl(), resources3.getImpl()); in testUpdateConfigurationUpdatesAllAssetManagers() 202 assertSame(resources1.getImpl(), resources2.getImpl()); in testTwoActivitiesWithIdenticalParametersShareImpl() 255 assertNotSame(resources1.getImpl(), resources2.getImpl()); in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayManagerServiceImplRebootTests.java | 52 final OverlayManagerServiceImpl impl = getImpl(); in alwaysInitializeAllPackages() 67 final OverlayManagerServiceImpl impl = getImpl(); in testImmutableEnabledChange() 100 final OverlayManagerServiceImpl impl = getImpl(); in testMutableEnabledChangeHasNoEffect() 133 final OverlayManagerServiceImpl impl = getImpl(); in testMutableEnabledToImmutableEnabled() 182 final OverlayManagerServiceImpl impl = getImpl(); in testMutablePriorityChange() 227 final OverlayManagerServiceImpl impl = getImpl(); in testImmutablePriorityChange()
|
H A D | OverlayManagerServiceImplTests.java | 70 final OverlayManagerServiceImpl impl = getImpl(); in testGetOverlayInfo() 87 final OverlayManagerServiceImpl impl = getImpl(); in testGetOverlayInfosForTarget() 117 final OverlayManagerServiceImpl impl = getImpl(); in testGetOverlayInfosForUser() 146 final OverlayManagerServiceImpl impl = getImpl(); in testPriority() 168 final OverlayManagerServiceImpl impl = getImpl(); in testOverlayInfoStateTransitions() 217 final OverlayManagerServiceImpl impl = getImpl(); in testSetEnabledAtVariousConditions()
|
H A D | OverlayManagerServiceImplTestsBase.java | 86 OverlayManagerServiceImpl getImpl() { in getImpl() method in OverlayManagerServiceImplTestsBase
|
/aosp14/frameworks/base/libs/incident/tests/ |
H A D | IncidentReportRequest_test.cpp | 40 inline AIncidentReportArgs* getImpl() { in getImpl() function in IncidentReportRequest 103 IncidentReportArgs* args = reinterpret_cast<IncidentReportArgs*>(request.getImpl()); in TEST()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ResourcesManager.java | 759 resources.getImpl()); in findResourcesForActivityLocked() 1228 if (resourcesImpl != null && resourcesImpl != resources.getImpl()) { in updateResourcesForActivity() 1254 final ResourcesKey oldKey = findKeyForResourceImplLocked(resources.getImpl()); in rebaseActivityOverrideConfig() 1257 + resources.getImpl()); in rebaseActivityOverrideConfig() 1574 final ResourcesKey key = updatedResourceKeys.get(r.getImpl()); in redirectResourcesToNewImplLocked() 1594 final ResourcesKey key = updatedResourceKeys.get(r.getImpl()); in redirectResourcesToNewImplLocked() 1618 final ResourcesKey oldKey = findKeyForResourceImplLocked(resources.getImpl()); in onLoadersChanged()
|
H A D | Application.java | 347 mLoadedApk = ContextImpl.getImpl(context).mPackageInfo; in attach()
|
H A D | ContextImpl.java | 403 static ContextImpl getImpl(Context context) { in getImpl() method in ContextImpl
|
H A D | ActivityThread.java | 4668 ContextImpl context = ContextImpl.getImpl(service in handleCreateService()
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/content/res/ |
H A D | XmlBlockBenchmark.java | 61 resources.getImpl().clearAllCaches(); in cleanCache()
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | Resources.java | 393 public ResourcesImpl getImpl() { in getImpl() method in Resources
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 798 Landroid/content/res/Resources;->getImpl()Landroid/content/res/ResourcesImpl;
|
H A D | boot-image-profile.txt | 1519 HSPLandroid/app/ContextImpl;->getImpl(Landroid/content/Context;)Landroid/app/ContextImpl; 5224 HSPLandroid/content/res/Resources;->getImpl()Landroid/content/res/ResourcesImpl; 25871 HSPLjava/net/DatagramSocket;->getImpl()Ljava/net/DatagramSocketImpl; 26066 HSPLjava/net/ServerSocket;->getImpl()Ljava/net/SocketImpl; 26093 HSPLjava/net/Socket;->getImpl()Ljava/net/SocketImpl; 26835 HSPLjava/security/Security;->getImpl(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ljava/… 26836 HSPLjava/security/Security;->getImpl(Ljava/lang/String;Ljava/lang/String;Ljava/security/Provider;)[…
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 1519 HSPLandroid/app/ContextImpl;->getImpl(Landroid/content/Context;)Landroid/app/ContextImpl; 5221 HSPLandroid/content/res/Resources;->getImpl()Landroid/content/res/ResourcesImpl;
|