Home
last modified time | relevance | path

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

1234567891011

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DCellularFallbackPreferenceControllerTest.java63 final Resources resources = mock(Resources.class); in isAvailable_avoidBadWifiConfigIsFalse_shouldReturnTrue() local
77 final Resources resources = mock(Resources.class); in isAvailable_avoidBadWifiConfigIsTrue_shouldReturnFalse() local
/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/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/Dialer/java/com/android/contacts/common/
DContactStatusUtil.java27 Resources resources = context.getResources(); in getStatusString() local
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
DVisualVoicemailProtocolFactory.java30 public static VisualVoicemailProtocol create(Resources resources, String type) { in create()
/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/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/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerUtils.java132 private static boolean hasPostalAddress(Resources resources, @NonNull Contact contact) { in hasPostalAddress()
141 public static boolean hasContactDetail(Resources resources, @Nullable Contact contact) { in hasContactDetail()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DMediaView.java113 Resources resources, in showVideoData()
134 Resources resources, in showExifData()
194 Resources resources, in showCoordiantes()
283 private static void addDimensionsRow(TableDisplay table, Resources resources, Bundle tags) { in addDimensionsRow()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DStringConcatenator.java32 public StringConcatenator(Resources resources) { in StringConcatenator()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTableDream.java33 Resources resources = getResources(); in onDreamingStarted() local
/packages/apps/PermissionController/src/com/android/packageinstaller/role/model/
DVisibilityMixin.java40 Resources resources = context.getResources(); in isVisible() local
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowUtils.java37 protected static boolean isDeviceProvisioningPackage(Resources resources, in isDeviceProvisioningPackage()
/packages/apps/Settings/tests/unit/src/com/android/settings/core/
DPreferenceControllerContractTest.java60 final SearchIndexableResources resources = in controllersInSearchShouldImplementPreferenceControllerMixin() local
/packages/apps/Settings/src/com/android/settings/
DManualDisplayActivity.java41 Resources resources = getResources(); in onCreate() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DManualDisplayActivity.java41 Resources resources = getResources(); in onCreate() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DTestUtil.java34 final Resources resources = getContext().getResources(); in installDummyApp() 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/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
/packages/apps/Gallery2/src_pd/com/android/gallery3d/filtershow/filters/
DFiltersManager.java65 public static void setResources(Resources resources) { in setResources()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DAttributionFormatter.java57 Resources resources = context.getResources(); in getHumanReadableWallpaperPresentationMode() local
/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/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatMessageViewHolder.java34 private final Resources resources; field in RttChatMessageViewHolder
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DImageResource.java37 public abstract Drawable getDrawable(Resources resources); in getDrawable()

1234567891011