Searched refs:getPhotoStreamWithColor (Results 1 – 1 of 1) sorted by relevance
319 setPhotoStream(getPhotoStreamWithColor(Color.rgb(0xe3, 0x33, 0x1c))); in setRedPhoto()324 setPhotoStream(getPhotoStreamWithColor(Color.rgb(0x00, 0xaa, 0xe6))); in setBluePhoto()329 setPhotoStream(getPhotoStreamWithColor(Color.rgb(0xea, 0x95, 0x00))); in setOrangePhoto()334 setPhotoStream(getPhotoStreamWithColor(Color.rgb(0x99, 0x5a, 0xa0))); in setPurplePhoto()339 private static ByteArrayOutputStream getPhotoStreamWithColor(int color) { in getPhotoStreamWithColor() method in ContactsPopulator.Contact.Builder