OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getChangedRawContactIds
(Results
1 - 3
of
3
) sorted by null
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
TransactionContextTest.java
42
Set<Long> newChanged = context.
getChangedRawContactIds
();
59
assertEquals(1, context.
getChangedRawContactIds
().size());
68
assertEquals(1, context.
getChangedRawContactIds
().size());
74
assertTrue(context.
getChangedRawContactIds
().isEmpty());
77
assertEquals(1, context.
getChangedRawContactIds
().size());
78
assertTrue(context.
getChangedRawContactIds
().contains(1L));
81
assertEquals(2, context.
getChangedRawContactIds
().size());
82
assertTrue(context.
getChangedRawContactIds
().contains(5L));
87
assertTrue(context.
getChangedRawContactIds
().isEmpty());
90
assertEquals(1, context.
getChangedRawContactIds
().size())
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
TransactionContext.java
143
public Set<Long>
getChangedRawContactIds
() {
ContactsProvider2.java
[
all
...]
Completed in 209 milliseconds