HomeSort by relevance Sort by last modified time
    Searched refs:mViewIdGenerator (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
KindSectionView.java 58 private ViewIdGenerator mViewIdGenerator;
102 mViewIdGenerator = vig;
104 setId(mViewIdGenerator.getId(state, kind, null, ViewIdGenerator.NO_VIEW_INDEX));
172 editor.setValues(mKind, entry, mState, mReadOnly, mViewIdGenerator);
211 final int newFieldId = mViewIdGenerator.getId(mState, mKind, newValues, 0);
GenericEditorView.java 87 private ViewIdGenerator mViewIdGenerator;
185 setValues(mKind, mEntry, mState, mReadOnly, mViewIdGenerator);
198 mViewIdGenerator = vig;
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java 156 private ViewIdGenerator mViewIdGenerator;
193 mViewIdGenerator = new ViewIdGenerator();
284 outState.putParcelable(KEY_VIEW_ID_GENERATOR, mViewIdGenerator);
299 mViewIdGenerator = savedInstanceState.getParcelable(KEY_VIEW_ID_GENERATOR);
446 editor.setState(entity, source, mViewIdGenerator);
    [all...]

Completed in 27 milliseconds