HomeSort by relevance Sort by last modified time
    Searched refs:customType (Results 1 - 3 of 3) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 84 final int customType;
90 customType = Phone.TYPE_CUSTOM;
94 customType = Email.TYPE_CUSTOM;
98 customType = StructuredPostal.TYPE_CUSTOM;
102 customType = Organization.TYPE_CUSTOM;
109 if (type != customType) {
  /external/chromium_org/extensions/renderer/resources/
binding.js 159 var customType = jsModule[jsModuleName];
160 logging.CHECK(customType, jsModuleName + ' must export itself.');
161 customType.prototype = new CustomBindingsObject();
162 customType.prototype.setSchema(type);
163 return customType;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java     [all...]

Completed in 727 milliseconds