Searched refs:setSuperPrimary (Results 1 – 9 of 9) sorted by relevance
46 ContactUpdateUtils.setSuperPrimary(this, dataId); in onHandleIntent()
30 public static void setSuperPrimary(Context context, long dataId) { in setSuperPrimary() method in ContactUpdateUtils
32 public static void setSuperPrimary(Context context, long dataId) { in setSuperPrimary() method in ContactUpdateUtils
296 final boolean setSuperPrimary = hasSuperPrimary && in handlePrimaryAndSuperPrimary()298 if (setSuperPrimary) { in handlePrimaryAndSuperPrimary()
331 mPhotoValuesDelta.setSuperPrimary(true); in updatePhoto()364 photosDeltas.get(j).setSuperPrimary(false); in unsetSuperPrimaryFromAllPhotos()415 valuesDelta.setSuperPrimary(true); in setPrimaryPhoto()
73 mValuesDelta.setSuperPrimary(true); in onRequest()78 mValuesDelta.setSuperPrimary(false); in onRequest()
230 child.setSuperPrimary(true); in getDeltaForAttachingPhotoToContact()
338 setSuperPrimary(intent); in onHandleIntent()1133 private void setSuperPrimary(Intent intent) { in setSuperPrimary() method in ContactSaveService1140 ContactUpdateUtils.setSuperPrimary(this, dataId); in setSuperPrimary()
503 public void setSuperPrimary(boolean val) { in setSuperPrimary() method in ValuesDelta