Searched defs:resourceName (Results 1 - 9 of 9) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DBots.java78 protected void assertHasFocus(String resourceName) { argument
79 UiObject2 candidate = mDevice.findObject(By.res(resourceName));
80 assertNotNull("Expected " + resourceName + " to have focus, but it didn't.",
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DBaseModelUpdateTaskTestCase.java120 public void initializeData(String resourceName) throws Exception { argument
123 int id = res.getIdentifier(resourceName, "raw", myContext.getPackageName());
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DBitmapWorkerOptions.java78 options.mIconResource.resourceName = mResourceName;
100 public Builder resource(String packageName, String resourceName) { argument
102 mResourceName = resourceName;
108 mResourceName = iconResource.resourceName;
208 + mIconResource.resourceName : mResourceUri.toString();
H A DUriUtils.java79 final int id = resources.getIdentifier(r.resourceName, null, null);
89 + iconResource.resourceName.replace(URI_PACKAGE_DELIMITER, URI_PATH_DELIMITER));
96 public static Uri getAndroidResourceUri(String resourceName) { argument
98 + resourceName.replace(URI_PACKAGE_DELIMITER, URI_PATH_DELIMITER));
193 iconResource.resourceName = uri.toString().substring(
200 iconResource.resourceName = uri.toString().substring(
/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DExternalAccountType.java410 * @param resourceName Resource name in the "@xxx/yyy" format, e.g. "@string/invite_lavbel"
415 static int resolveExternalResId(Context context, String resourceName, argument
417 if (TextUtils.isEmpty(resourceName)) {
420 if (resourceName.charAt(0) != '@') {
426 final String name = resourceName.substring(1);
439 Log.w(TAG, "Unable to load " + resourceName + " from package " + packageName);
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DExternalAccountType.java242 * @param resourceName Resource name in the "@xxx/yyy" format, e.g. "@string/invite_lavbel"
248 Context context, String resourceName, String packageName, String xmlAttributeName) {
249 if (TextUtils.isEmpty(resourceName)) {
252 if (resourceName.charAt(0) != '@') {
256 final String name = resourceName.substring(1);
266 Log.e(TAG, "Unable to load " + resourceName + " from package " + packageName);
247 resolveExternalResId( Context context, String resourceName, String packageName, String xmlAttributeName) argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java3114 private Drawable getExternalPackageToolbarIcon(ComponentName activityName, String resourceName) { argument
3121 int iconResId = metaData.getInt(resourceName);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 409 milliseconds