Home | History | Annotate | Download | only in activities

Lines Matching refs:entityList

429         protected void onPostExecute(RawContactDeltaList entityList) {
433 if ((entityList == null) || (entityList.size() == 0)) {
439 activityTarget.setEntityDeltaList(entityList);
571 private void setEntityDeltaList(RawContactDeltaList entityList) {
572 if (entityList == null) {
576 Log.v(TAG, "setEntityDeltaList: " + entityList);
579 mEntityDeltaList = entityList;
589 Log.v(TAG, "setEntityDeltaList: created editable raw_contact " + entityList);