Home
last modified time | relevance | path

Searched refs:i5 (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java8346 final DatabaseAsserts.ContactIdPair i5 = DatabaseAsserts.assertAndCreateContact(mResolver); in testPinnedPositionsAfterJoinAndSplit() local
8355 operations.add(newPinningOperation(i5.mContactId, 5, true)); in testPinnedPositionsAfterJoinAndSplit()
8369 cv(Contacts._ID, i5.mContactId, Contacts.PINNED, 5), in testPinnedPositionsAfterJoinAndSplit()
8382 cv(RawContacts._ID, i5.mRawContactId, RawContacts.PINNED, 5, in testPinnedPositionsAfterJoinAndSplit()
8397 cv(Contacts._ID, i5.mContactId, Contacts.PINNED, 5), in testPinnedPositionsAfterJoinAndSplit()
8407 cv(RawContacts._ID, i5.mRawContactId, RawContacts.PINNED, 5), in testPinnedPositionsAfterJoinAndSplit()
8425 cv(RawContacts._ID, i5.mRawContactId, RawContacts.PINNED, 5, in testPinnedPositionsAfterJoinAndSplit()
8433 operations.add(newPinningOperation(i5.mContactId, PinnedPositions.DEMOTED, false)); in testPinnedPositionsAfterJoinAndSplit()
8445 cv(Contacts._ID, i5.mContactId, Contacts.PINNED, PinnedPositions.DEMOTED), in testPinnedPositionsAfterJoinAndSplit()
8450 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, i5.mRawContactId, in testPinnedPositionsAfterJoinAndSplit()
[all …]