Searched refs:fullName (Results 1 - 13 of 13) 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.java62 final String fullName;
65 fullName = pkg + cls;
68 fullName = cls;
70 return new ComponentName(pkg, fullName);
/frameworks/support/room/compiler/src/test/data/daoWriter/input/
H A DComplexDao.java25 public String fullName; field in class:ComplexDao.FullName
39 @Query("SELECT name || lastName as fullName, uid as id FROM user where uid = :id")
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
H A DLayoutBinderTest.java97 mLayoutBinder.parse("user.fullName", null, null);
125 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/base/core/java/android/content/pm/
H A DShortcutInfo.java450 final String fullName = res.getResourceName(resId);
452 if (ANDROID_PACKAGE_NAME.equals(getResourcePackageName(fullName))) {
457 return withType ? getResourceTypeAndEntryName(fullName)
458 : getResourceEntryName(fullName);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp762 std::vector<char> fullName(totalLen, 0);
763 snprintf(&fullName[0], totalLen, "%s.%s", section, tag);
765 jstring name = env->NewStringUTF(&fullName[0]);
793 "Invalid type %d given for key %s", type, &fullName[0]);
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java590 final String fullName;
593 fullName = context.getPackageName() + name;
596 fullName = name;
599 fullName = !TextUtils.isEmpty(WIDGET_PACKAGE_NAME)
610 Constructor<Behavior> c = constructors.get(fullName);
612 final Class<Behavior> clazz = (Class<Behavior>) Class.forName(fullName, true,
616 constructors.put(fullName, c);
620 throw new RuntimeException("Could not inflate Behavior subclass " + fullName, e);
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java563 final String fullName;
566 fullName = packageName + serviceName;
569 fullName = serviceName;
571 fullName = null;
573 return fullName;
/frameworks/support/room/compiler/src/test/data/daoWriter/output/
H A DComplexDao.java43 final String _sql = "SELECT name || lastName as fullName, uid as id FROM user where uid = ?";
49 final int _cursorIndexOfFullName = _cursor.getColumnIndexOrThrow("fullName");
55 _item.fullName = _cursor.getString(_cursorIndexOfFullName);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/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 664 milliseconds