Searched refs:fullName (Results 1 - 10 of 10) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DUser.java13 private String fullName; field in class:User
34 return fullName;
37 public void setFullName(String fullName) { argument
38 this.fullName = fullName;
39 notifyPropertyChanged(BR.fullName);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DAutomaticActivity.java248 private static void addForAllModifiers(String fullName, float error, String[] modifierNames, argument
251 TestResult r = modifierResults.get(fullName);
261 String fullName = "";
263 fullName = fullName.concat("." + s);
265 fullName = fullName.substring(1);
270 deltaError = error - (float)mInputJson.getDouble(fullName);
276 mIndividualDiffResults.put(fullName, new TestResult(fullName, deltaErro
[all...]
/frameworks/base/core/java/android/content/
H A DComponentName.java60 final String fullName;
63 fullName = pkg + cls;
66 fullName = cls;
68 return new ComponentName(pkg, fullName);
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
H A DLayoutBinderTest.java95 mLayoutBinder.parse("user.fullName", null);
123 public String fullName() { method in class:LayoutBinderTest.TestUser
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardJapanizationTests.java95 final String fullName = "Dr. \u3075\u308B\u3069 B \u3091\u308A\u304B Ph.D";
97 .addExpectedNode("N", fullName + ";;;;",
98 Arrays.asList(fullName, "", "", "", ""),
100 .addExpectedNode("FN", fullName, mContentValuesForSJis)
/frameworks/data-binding/gradlePlugin/src/main/java/android/databinding/tool/
H A DDataBinderPlugin.java267 String fullName = configuration.getFullName();
343 String packageJarTaskName = "package" + StringUtils.capitalize(fullName) + "Jar";
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java494 final String fullName;
497 fullName = context.getPackageName() + name;
500 fullName = name;
503 fullName = WIDGET_PACKAGE_NAME + '.' + name;
512 Constructor<Behavior> c = constructors.get(fullName);
514 final Class<Behavior> clazz = (Class<Behavior>) Class.forName(fullName, true,
518 constructors.put(fullName, c);
522 throw new RuntimeException("Could not inflate Behavior subclass " + fullName, e);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp730 std::vector<char> fullName(totalLen, 0);
731 snprintf(&fullName[0], totalLen, "%s.%s", section, tag);
733 jstring name = env->NewStringUTF(&fullName[0]);
761 "Invalid type %d given for key %s", type, &fullName[0]);
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java407 final String fullName;
410 fullName = packageName + serviceName;
413 fullName = serviceName;
415 fullName = null;
417 return fullName;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 158 milliseconds