OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_PHONE_ID
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ValuesDeltaTests.java
39
public static final long
TEST_PHONE_ID
= 24;
65
before.put(Data._ID,
TEST_PHONE_ID
);
77
before.put(Data._ID,
TEST_PHONE_ID
);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaTests.java
50
public static final long
TEST_PHONE_ID
= 24;
90
final RawContact before = getRawContact(mContext, TEST_CONTACT_ID,
TEST_PHONE_ID
);
100
final RawContact before = getRawContact(mContext, TEST_CONTACT_ID,
TEST_PHONE_ID
);
118
final RawContact before = getRawContact(mContext, TEST_CONTACT_ID,
TEST_PHONE_ID
);
122
final ValuesDelta child = source.getEntry(
TEST_PHONE_ID
);
132
final RawContact before = getRawContact(mContext, TEST_CONTACT_ID,
TEST_PHONE_ID
);
136
final ValuesDelta child = source.getEntry(
TEST_PHONE_ID
);
146
before.put(Data._ID,
TEST_PHONE_ID
);
166
final RawContact before = getRawContact(mContext, TEST_CONTACT_ID,
TEST_PHONE_ID
);
177
final RawContact before = getRawContact(mContext, TEST_CONTACT_ID,
TEST_PHONE_ID
);
[
all
...]
RawContactDeltaListTests.java
106
RawContactDeltaTests.
TEST_PHONE_ID
);
Completed in 2390 milliseconds