Home
last modified time | relevance | path

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

12345678910>>...12

/packages/apps/Car/libs/car-ui-lib/tests/apitest/
Dauto-generate-resources.py86 def generate_current_file(resources, output_file='current.xml'): argument
106 def generate_overlayable_file(resources, output_file='overlayable.xml'): argument
135 def add_constraintlayout_resources(resources): argument
190 def check_resource_names(resources, allowed): argument
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserIconProvider.java64 public Drawable getRoundedGuestDefaultIcon(Resources resources) { in getRoundedGuestDefaultIcon()
89 UserManager userManager, Resources resources, UserInfo userInfo) { in assignDefaultIcon()
105 private Bitmap getUserDefaultIcon(Resources resources, @UserIdInt int id) { in getUserDefaultIcon()
110 private Bitmap getGuestUserDefaultIcon(Resources resources) { in getGuestUserDefaultIcon()
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileIconProvider.java62 public Drawable getRoundedGuestDefaultIcon(Resources resources) { in getRoundedGuestDefaultIcon()
77 UserManager userManager, Resources resources, UserInfo userInfo) { in assignDefaultIcon()
109 private Bitmap getProfileDefaultIcon(Resources resources, @UserIdInt int id) { in getProfileDefaultIcon()
114 private Bitmap getGuestProfileDefaultIcon(Resources resources) { in getGuestProfileDefaultIcon()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DCellularFallbackPreferenceControllerTest.java61 final Resources resources = mock(Resources.class); in isAvailable_avoidBadWifiConfigIsFalse_shouldReturnTrue() local
75 final Resources resources = mock(Resources.class); in isAvailable_avoidBadWifiConfigIsTrue_shouldReturnFalse() local
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowUserIconProvider.java39 protected RoundedBitmapDrawable getRoundedGuestDefaultIcon(Resources resources) { in getRoundedGuestDefaultIcon()
45 UserManager userManager, Resources resources, UserInfo userInfo) { in assignDefaultIcon()
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DByResource.java30 public static BySelector id(Resources resources, int resId) { in id()
40 public static BySelector text(Resources resources, int stringRes) { in text()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DTopLevelIconShapeDrawable.java41 public TopLevelIconShapeDrawable(Resources resources) { in TopLevelIconShapeDrawable()
53 private void init(Resources resources) { in init()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DUtil.java49 Resources resources = packageContext.getResources(); in getResourceUri() local
59 Resources resources = context.getPackageManager().getResourcesForApplication(appInfo); in getResourceUri() local
70 private static Uri getResourceUri(Resources resources, String appPkg, int res) in getResourceUri()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DNavigationUtils.java47 Resources resources = context.getResources(); in getViewAddressIntent() local
69 Resources resources = context.getResources(); in getNavigationIntent() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/dpp/
DWifiDppQrCodeGeneratorFragmentTest.java126 Resources resources = mock(Resources.class); in createNearbyButtonFromSetting_notNull() local
148 Resources resources = mock(Resources.class); in createNearbyButtonFromConfig_notNull() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/legal/
DModuleLicensesListPreferenceControllerTest.java63 Resources resources = mock(Resources.class); in getAvailabilityStatus_validLicenses_returnsAvailable() local
104 Resources resources = mock(Resources.class); in getAvailabilityStatus_noLicenses_returnsConditionallyUnavailable() local
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DMediaView.java113 Resources resources, in showVideoData()
134 Resources resources, in showExifData()
194 Resources resources, in showCoordiantes()
286 private static void addDimensionsRow(TableDisplay table, Resources resources, Bundle tags) { in addDimensionsRow()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskCornerRadius.java29 Resources resources = context.getResources(); in get() local
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
DVisualVoicemailProtocolFactory.java30 public static VisualVoicemailProtocol create(Resources resources, String type) { in create()
/packages/apps/Dialer/java/com/android/contacts/common/
DContactStatusUtil.java27 Resources resources = context.getResources(); in getStatusString() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DNightDisplaySettingsTest.java38 List<SearchIndexableResource> resources = in testNightDisplayIndexing_containsResource() local
/packages/apps/Contacts/src/com/android/contacts/
DContactStatusUtil.java31 Resources resources = context.getResources(); in getStatusString() local
/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationListService.java108 final Resources resources = mContext.getResources(); in getViewAt() local
219 Resources resources = mContext.getResources(); in getSnippetText() local
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerUtils.java136 private static boolean hasPostalAddress(Resources resources, @NonNull Contact contact) { in hasPostalAddress()
145 public static boolean hasContactDetail(Resources resources, @Nullable Contact contact) { in hasContactDetail()
/packages/apps/Calendar/tests/src/com/android/calendar/
DDbTestUtils.java51 private Resources resources; field in DbTestUtils.FakeContext
54 FakeContext(ContentResolver contentResolver, Resources resources) { in FakeContext()
177 public DbTestUtils(Resources resources) { in DbTestUtils()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/
DVisibilityMixin.java40 Resources resources = context.getResources(); in isVisible() local
/packages/apps/Settings/src/com/android/settings/display/
DColorModeUtils.java39 static Map<Integer, String> getColorModeMapping(Resources resources) { in getColorModeMapping()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTableDream.java33 Resources resources = getResources(); in onDreamingStarted() local
/packages/apps/Car/tests/tools/rro/
Dgenerate-overlayable.py58 def generate_overlayable_file(resources, target_name, policy_type, output_file): argument
/packages/apps/Messaging/src/com/android/messaging/util/
DBugleSubscriptionPrefs.java75 final Resources resources = Factory.get().getApplicationContext().getResources(); in migratePrefBooleanInternal() local
87 final Resources resources = Factory.get().getApplicationContext().getResources(); in migratePrefStringInternal() local

12345678910>>...12