Searched refs:getRawContactIds (Results 1 – 4 of 4) sorted by relevance
61 final long[] rawContactIds = getRawContactIds(); in doInBackground()86 private long[] getRawContactIds() { in getRawContactIds() method in UpdateGroupMembersAsyncTask
262 final long[][] rawContactIds = getRawContactIds(); in onSplitContactConfirmed()285 private long[][] getRawContactIds() { in getRawContactIds() method in ContactEditorSpringBoardActivity
214 public ArrayList<String> getRawContactIds() { in getRawContactIds() method in ContactsRequest
1622 rawContactIds[i] = getRawContactIds(contactIds[i]); in getSeparatedRawContactIds()1632 private long[] getRawContactIds(long contactId) { in getRawContactIds() method in ContactSaveService