Home
last modified time | relevance | path

Searched defs:resources (Results 1 – 25 of 4152) sorted by relevance

12345678910>>...167

/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
Dlocaledata.jar ... text.resources.ar public sun.text.resources.ar.CollationData_ar extends java.util.ListResourceBundle ...
Dcldrdata.jar ... text.resources.cldr public sun.text.resources.cldr.FormatData extends java.util.ListResourceBundle ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
Dlocaledata.jar ... text.resources.ar public sun.text.resources.ar.CollationData_ar extends java.util.ListResourceBundle ...
Dcldrdata.jar ... text.resources.cldr public sun.text.resources.cldr.FormatData extends java.util.ListResourceBundle ...
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java88 Resources resources = new Resources(Resources_Delegate.class.getClassLoader()); in initSystem() local
100 public static BridgeContext getContext(@NonNull Resources resources) { in getContext()
109 public static LayoutlibCallback getLayoutlibCallback(@NonNull Resources resources) { in getLayoutlibCallback()
127 public static BridgeTypedArray newTypeArray(Resources resources, int numEntries) { in newTypeArray()
131 private static ResourceReference getResourceInfo(Resources resources, int id) { in getResourceInfo()
151 private static Pair<String, ResourceValue> getResourceValue(Resources resources, int id) { in getResourceValue()
170 static Drawable getDrawable(Resources resources, int id) { in getDrawable()
175 static Drawable getDrawable(Resources resources, int id, Theme theme) { in getDrawable()
212 static int getColor(Resources resources, int id) { in getColor()
217 static int getColor(Resources resources, int id, Theme theme) throws NotFoundException { in getColor()
[all …]
/aosp_15_r20/packages/modules/Permission/SafetyCenter/Config/java/com/android/safetycenter/config/
DSafetyCenterConfigParser.java107 public static SafetyCenterConfig parseXmlResource(InputStream in, Resources resources) in parseXmlResource()
134 XmlPullParser parser, Resources resources) in parseSafetyCenterConfig()
158 XmlPullParser parser, Resources resources) in parseSafetySourcesGroup()
170 resources)); in parseSafetySourcesGroup() local
178 resources)); in parseSafetySourcesGroup() local
186 resources)); in parseSafetySourcesGroup() local
194 resources)); in parseSafetySourcesGroup() local
203 resources)); in parseSafetySourcesGroup() local
241 XmlPullParser parser, Resources resources, int safetySourceType, String name) in parseSafetySource()
252 resources)); in parseSafetySource() local
[all …]
/aosp_15_r20/libcore/support/src/test/java/tests/resources/ServiceLoader/
HDhyts_services.jar ... .resources.ServiceLoader.ServiceMoreThanOne tests/ tests/resources/ tests/resources/impl/ tests/resources
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DDataSourceContractTest.java115 ImmutableList<TestResource> resources = getTestResources(); in unboundedDataSpec_readUntilEnd() local
142 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPosition_readUntilEnd() local
173 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithLength_readExpectedRange() local
197 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionAndLength_readExpectedRange() local
226 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionAtEnd_readsZeroBytes() local
259 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionAtEndAndLength_readsZeroBytes() local
294 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionOutOfRange_throwsPositionOutOfRangeException() local
316 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithEndPositionOutOfRange_readsToEnd() local
356 ImmutableList<TestResource> resources = getTestResources(); in unboundedDataSpecWithGzipFlag_readUntilEnd() local
395 ImmutableList<TestResource> resources = getTestResources(); in transferListenerCallbacks() local
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DDataSourceContractTest.java115 ImmutableList<TestResource> resources = getTestResources(); in unboundedDataSpec_readUntilEnd() local
142 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPosition_readUntilEnd() local
173 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithLength_readExpectedRange() local
197 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionAndLength_readExpectedRange() local
226 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionAtEnd_readsZeroBytes() local
259 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionAtEndAndLength_readsZeroBytes() local
294 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionOutOfRange_throwsPositionOutOfRangeException() local
316 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithEndPositionOutOfRange_readsToEnd() local
356 ImmutableList<TestResource> resources = getTestResources(); in unboundedDataSpecWithGzipFlag_readUntilEnd() local
395 ImmutableList<TestResource> resources = getTestResources(); in transferListenerCallbacks() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
H A DComplicationHostViewModule.java71 static int providesComplicationPadding(@Main Resources resources) { in providesComplicationPadding()
77 static int providesComplicationMarginPositionStart(@Main Resources resources) { in providesComplicationMarginPositionStart()
83 static int providesComplicationMarginPositionTop(@Main Resources resources) { in providesComplicationMarginPositionTop()
89 static int providesComplicationMarginPositionEnd(@Main Resources resources) { in providesComplicationMarginPositionEnd()
95 static int providesComplicationMarginPositionBottom(@Main Resources resources) { in providesComplicationMarginPositionBottom()
104 static int providesComplicationsFadeOutDuration(@Main Resources resources) { in providesComplicationsFadeOutDuration()
113 static int providesComplicationsFadeOutDelay(@Main Resources resources) { in providesComplicationsFadeOutDelay()
122 static int providesComplicationsFadeInDuration(@Main Resources resources) { in providesComplicationsFadeInDuration()
131 static int providesComplicationsRestoreTimeout(@Main Resources resources) { in providesComplicationsRestoreTimeout()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/service/ServiceConnectivityResources/ServiceConnectivityResources/android_common_apex30/busybox/
DR.jar ... .resources public final com.android.connectivity.resources.R$array extends java.lang.Object ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/service/ServiceConnectivityResources/ServiceConnectivityResources/android_common_apex30/turbine-combined/
DServiceConnectivityResources.jar ... .resources public final com.android.connectivity.resources.R$array extends java.lang.Object ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/service/ServiceConnectivityResources/ServiceConnectivityResources/android_common/busybox/
DR.jar ... .resources public final com.android.connectivity.resources.R$array extends java.lang.Object ...
/aosp_15_r20/frameworks/base/cmds/idmap2/tests/
H A DResourceMappingTests.cpp145 auto resources = TestGetResourceMapping("target/target.apk", "overlay/overlay-legacy.apk", "", in TEST() local
162 auto resources = TestGetResourceMapping("target/target.apk", "overlay/overlay.apk", "SwapNames", in TEST() local
178 auto resources = TestGetResourceMapping("target/target.apk", "overlay/overlay.apk", in TEST() local
193 auto resources = TestGetResourceMapping("target/target.apk", "overlay/overlay.apk", "Inline", in TEST() local
225 auto resources = TestGetResourceMapping("target/target.apk", tf.path, "SandTheme", in TEST() local
247 auto resources = TestGetResourceMapping("target/target.apk", "overlay/overlay.apk", in TEST() local
266 auto resources = TestGetResourceMapping("target/target.apk", "overlay/overlay.apk", in TEST() local
286 auto resources = TestGetResourceMapping("target/target.apk", "overlay/overlay.apk", in TEST() local
321 auto resources = TestGetResourceMapping("target/target.apk", "overlay/overlay-legacy.apk", "", in TEST() local
341 auto resources = TestGetResourceMapping("target/target-no-overlayable.apk", "overlay/overlay.apk", in TEST() local
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/ConfigInfrastructure/service/ServiceResources/DeviceConfigServiceResources/android_common_apex34/turbine-combined/
DDeviceConfigServiceResources.jar ... .MF com/android/server/deviceconfig/resources/R$bool.class R.java package ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/ConfigInfrastructure/service/ServiceResources/DeviceConfigServiceResources/android_common_apex34/busybox/
DR.jar ... .MF com/android/server/deviceconfig/resources/R$bool.class R.java package ...
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/search/
DSearchFeatureTest.kt320 val resources = getTestableContext().getResources() in testSearchBar_whenFlagEnabled_isDisplayed() constant
348 val resources = getTestableContext().getResources() in testSearchBar_whenClicked_opensSearchViewWithBackAction() constant
392 val resources = getTestableContext().getResources() in testSearchBar_onBackAction_clearsQuery() constant
438 val resources = getTestableContext().getResources() in testSearchBar_mimetypeOnlyVideo_showsVideoPlaceHolderText() constant
472 val resources = getTestableContext().getResources() in testSearchBar_mimetypeOnlyImage_showsPhotosPlaceHolderText() constant
505 val resources = getTestableContext().getResources() in testSearchBar_mimetypeImageAndVideo_showsPhotosPlaceHolderText() constant
538 val resources = getTestableContext().getResources() in testSearchBar_mimeTypeAll_showsPhotosPlaceHolderText() constant
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/preview/
DPreviewFeatureTest.kt379 val resources = getTestableContext().getResources() in testNavigateBack() constant
499 val resources = getTestableContext().getResources() in testPreviewSelectionActions() constant
601 val resources = getTestableContext().getResources() in testPreviewSelectionActionsWithGrantsAwareSelection() constant
674 val resources = getTestableContext().getResources() in testPreviewSelectInSingleSelect() constant
733 val resources = getTestableContext().getResources() in testPreviewDoneNavigatesBack() constant
884 val resources = getTestableContext().getResources() in testVideoUiShowsAndHidesPlayerControls() constant
970 val resources = getTestableContext().getResources() in testVideoUiPlayPauseButtonOnClick() constant
1045 val resources = getTestableContext().getResources() in testVideoUiMuteButtonOnClick() constant
1120 val resources = getTestableContext().getResources() in testVideoUiRetriablePlaybackError() constant
1197 val resources = getTestableContext().getResources() in testVideoUiPermanentPlaybackError() constant
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/embedded/
DEmbeddedFeaturesTest.kt277 val resources = getTestableContext().getResources() in testNavigationBarIsNotDisplayedInEmbeddedWhenCollapsed() constant
306 val resources = getTestableContext().getResources() in testNavigationBarIsDisplayedInEmbeddedWhenExpanded() constant
555 val resources = getTestableContext().getResources() in <lambda>() constant
583 val resources = getTestableContext().getResources() in <lambda>() constant
618 val resources = getTestableContext().getResources() in testSwipeUpInCollapseMode_emptyPhotosGrid_transferTouchToHost() constant
663 val resources = getTestableContext().getResources() in testSwipeUpInExpandedMode_emptyPhotosGrid_transferTouchToHost() constant
708 val resources = getTestableContext().getResources() in testSwipeDownInExpandedMode_emptyPhotosGrid_transferTouchToHost() constant
753 val resources = getTestableContext().getResources() in testSwipeRightInExpandedMode_emptyPhotosGrid_notTransferTouchToHost() constant
869 val resources = getTestableContext().getResources() in testCloudChooseProviderBannerIsNotVisibleInEmbedded() constant
951 val resources = getTestableContext().getResources() in testCloudChooseAccountBannerIsNotVisibleInEmbedded() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/dagger/
H A DDreamOverlayModule.java115 static int providesMaxBurnInOffset(@Main Resources resources) { in providesMaxBurnInOffset()
122 static long providesBurnInProtectionUpdateInterval(@Main Resources resources) { in providesBurnInProtectionUpdateInterval()
130 static long providesMillisUntilFullJitter(@Main Resources resources) { in providesMillisUntilFullJitter()
139 static int providesDreamBlurRadius(@Main Resources resources) { in providesDreamBlurRadius()
148 static long providesDreamInBlurAnimationDuration(@Main Resources resources) { in providesDreamInBlurAnimationDuration()
157 static long providesDreamInComplicationsAnimationDuration(@Main Resources resources) { in providesDreamInComplicationsAnimationDuration()
167 static int providesDreamInComplicationsTranslationY(@Main Resources resources) { in providesDreamInComplicationsTranslationY()
177 static long providesDreamInComplicationsTranslationYDuration(@Main Resources resources) { in providesDreamInComplicationsTranslationYDuration()
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
H A DUtilsTest.java159 Resources resources = mock(Resources.class); in testGetDefaultStorageManagerDaysToRetain_storageManagerDaysToRetainUsesResources() local
347 final Resources resources = mContext.getResources(); in getBatteryStatus_statusIsFull_returnFullString() local
359 final Resources resources = mContext.getResources(); in getBatteryStatus_statusIsFullAndUseCompactStatus_returnFullyChargedString() local
370 final Resources resources = mContext.getResources(); in getBatteryStatus_batteryLevelIs100_returnFullString() local
381 final Resources resources = mContext.getResources(); in getBatteryStatus_batteryLevelIs100AndUseCompactStatus_returnFullyString() local
392 final Resources resources = mContext.getResources(); in getBatteryStatus_batteryLevel99_returnChargingString() local
403 final Resources resources = mContext.getResources(); in getBatteryStatus_chargingDock_returnDockChargingString() local
414 final Resources resources = mContext.getResources(); in getBatteryStatus_chargingWireless_returnWirelessChargingString() local
425 final Resources resources = mContext.getResources(); in getBatteryStatus_chargingAndUseCompactStatus_returnCompactString() local
436 final Resources resources = mContext.getResources(); in getBatteryStatus_chargingWirelessAndUseCompactStatus_returnCompactString() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Uwb/service/ServiceUwbResources/ServiceUwbResources/android_common_apex33/busybox/
DR.jar ... .resources public final com.android.uwb.resources.R$array extends java.lang.Object ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Uwb/service/ServiceUwbResources/ServiceUwbResources/android_common_apex33/turbine-combined/
DServiceUwbResources.jar ... .resources public final com.android.uwb.resources.R$array extends java.lang.Object ...
/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dresources_test.cc137 Resources resources( in TEST_F() local
165 Resources resources( in TEST_F() local
178 Resources resources( in TEST_F() local
187 Resources resources( in TEST_F() local
199 Resources resources( in TEST_F() local
220 Resources resources( in TEST_F() local
255 Resources resources( in TEST_F() local
274 Resources resources( in TEST_F() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/SafetyCenter/Config/safety-center-config/android_common_apex30/javac/
Dsafety-center-config.jar ... io.InputStream in android.content.res.Resources resources private static android.safetycenter.config.SafetyCenterConfig ...

12345678910>>...167