OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DataItem
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DataItem.java
17
package com.android.contacts.common.model.
dataitem
;
38
import com.android.contacts.common.model.
dataitem
.DataKind;
43
public class
DataItem
{
47
protected
DataItem
(ContentValues values) {
52
* Factory for creating subclasses of
DataItem
objects based on the mimetype in the
55
public static
DataItem
createFrom(ContentValues values) {
90
return new
DataItem
(values);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContact.java
32
import com.android.contacts.common.model.
dataitem
.
DataItem
;
42
* items, and also contains a collection of
DataItem
objects. A RawContact contains the information
47
*
DataItem
objects that represent contact information elements (like phone
59
// This use to be a
DataItem
.
DataItem
creation is now delayed until the point of request
62
//
DataItem
it is. And having parent
DataItem
's here makes it very difficult to serialize or
65
// Instead of having a common
DataItem
super class, we should refactor this to be a generic
69
// worse than having a
DataItem
[
all
...]
/prebuilts/devtools/tools/lib/
sdk-common.jar
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar
Completed in 171 milliseconds