HomeSort by relevance Sort by last modified time
    Searched refs:getContactForRawContact (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
RestrictionExceptionsTest.java 139 final long greyAgg = mGrey.getContactForRawContact(greyRawContactId);
140 final long redAgg = mRed.getContactForRawContact(redRawContactId);
181 final long greyAgg = mGrey.getContactForRawContact(greyRawContactId);
182 final long redAgg = mRed.getContactForRawContact(redRawContactId);
302 final long aggId = mGrey.getContactForRawContact(rawContactId);
311 final long aggId = mGrey.getContactForRawContact(rawContactId);
320 final long aggId = mRed.getContactForRawContact(rawContactId);
329 final long aggId = mRed.getContactForRawContact(rawContactId);
ContactsActor.java 347 public long getContactForRawContact(long rawContactId) {

Completed in 641 milliseconds