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

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 52 public static EntitySet fromSingle(EntityDelta delta) {
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java 56 public static EntityDeltaList fromSingle(EntityDelta delta) {
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 531 final EntityDeltaList set = EntityDeltaList.fromSingle(state);
559 final EntityDeltaList set = EntityDeltaList.fromSingle(state);
603 final EntityDeltaList set = EntityDeltaList.fromSingle(state);
668 final EntityDeltaList set = EntityDeltaList.fromSingle(state);
    [all...]
EntityDeltaListTests.java 114 final EntityDeltaList set = EntityDeltaList.fromSingle(deltas[0]);
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 672 mState = EntityDeltaList.fromSingle(insert);
    [all...]

Completed in 107 milliseconds