Searched refs:getPickContactIntent (Results 1 – 4 of 4) sorted by relevance
81 public abstract Intent getPickContactIntent(); in getPickContactIntent() method in ContactAccessor
47 public Intent getPickContactIntent() { in getPickContactIntent() method in ContactAccessorSdk3_4
50 public Intent getPickContactIntent() { in getPickContactIntent() method in ContactAccessorSdk5
74 startActivityForResult(mContactAccessor.getPickContactIntent(), PICK_CONTACT_REQUEST); in pickContact()