/packages/apps/Car/libs/car-ui-lib/tests/apitest/ |
D | auto-generate-resources.py | 86 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/ |
D | UserIconProvider.java | 64 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/ |
D | ProfileIconProvider.java | 62 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/ |
D | CellularFallbackPreferenceControllerTest.java | 61 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/ |
D | ShadowUserIconProvider.java | 39 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/ |
D | ByResource.java | 30 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/ |
D | TopLevelIconShapeDrawable.java | 41 public TopLevelIconShapeDrawable(Resources resources) { in TopLevelIconShapeDrawable() 53 private void init(Resources resources) { in init()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | Util.java | 49 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/ |
D | NavigationUtils.java | 47 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/ |
D | WifiDppQrCodeGeneratorFragmentTest.java | 126 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/ |
D | ModuleLicensesListPreferenceControllerTest.java | 63 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/ |
D | MediaView.java | 113 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/ |
D | TaskCornerRadius.java | 29 Resources resources = context.getResources(); in get() local
|
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/ |
D | VisualVoicemailProtocolFactory.java | 30 public static VisualVoicemailProtocol create(Resources resources, String type) { in create()
|
/packages/apps/Dialer/java/com/android/contacts/common/ |
D | ContactStatusUtil.java | 27 Resources resources = context.getResources(); in getStatusString() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/ |
D | NightDisplaySettingsTest.java | 38 List<SearchIndexableResource> resources = in testNightDisplayIndexing_containsResource() local
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactStatusUtil.java | 31 Resources resources = context.getResources(); in getStatusString() local
|
/packages/apps/Messaging/src/com/android/messaging/widget/ |
D | WidgetConversationListService.java | 108 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/ |
D | DialerUtils.java | 136 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/ |
D | DbTestUtils.java | 51 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/ |
D | VisibilityMixin.java | 40 Resources resources = context.getResources(); in isVisible() local
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | ColorModeUtils.java | 39 static Map<Integer, String> getColorModeMapping(Resources resources) { in getColorModeMapping()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoTableDream.java | 33 Resources resources = getResources(); in onDreamingStarted() local
|
/packages/apps/Car/tests/tools/rro/ |
D | generate-overlayable.py | 58 def generate_overlayable_file(resources, target_name, policy_type, output_file): argument
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | BugleSubscriptionPrefs.java | 75 final Resources resources = Factory.get().getApplicationContext().getResources(); in migratePrefBooleanInternal() local 87 final Resources resources = Factory.get().getApplicationContext().getResources(); in migratePrefStringInternal() local
|