OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/chrome/renderer/resources/extensions/
binding.js
138
var
customType
= jsModule[jsModuleName];
139
logging.CHECK(
customType
, jsModuleName + ' must export itself.');
140
customType
.prototype = new CustomBindingsObject();
141
customType
.prototype.setSchema(type);
142
return
customType
;
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java
[
all
...]
Completed in 185 milliseconds