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

  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorBaseFragment.java 248 * User switched to editing a different contact (a suggestion from the
379 // Whether we are editing the "me" profile
433 mStatus = Status.EDITING;
773 // help menu depending on whether this is inserting or editing
798 // if we don't have a telephone or are editing a new contact.
    [all...]
ContactEditorFragment.java 177 // editing an read-only contact, it's also populated with newly created data for the
446 mStatus = Status.EDITING;
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorBaseActivity.java 89 * Reload the data so that the user can continue editing
121 public static final int EDITING = 1;
204 // editing the contact or if this activity should launch another activity to view the
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 166 EDITING, // Not currently busy. We are waiting forthe user to enter data.
463 mStatus = Status.EDITING;
556 if (!hasValidGroupName() || mStatus != Status.EDITING) {
    [all...]

Completed in 2724 milliseconds