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

  /packages/apps/Contacts/src/com/android/contacts/logging/
ScreenEvent.java 33 public static final int EDITOR = 6;
  /external/libpng/contrib/tools/
chkfmt 16 # -e: spawn an editor for each file that needs a change ($EDITOR must be
28 if test -n "$EDITOR"
32 # Copy the standard streams for the editor
35 echo "chkfmt -e: EDITOR must be defined" >&2
45 "$EDITOR" "$file" 0>&3 1>&4 2>&5 3>&- 4>&- 5>&- || exit 1
118 if test -n "$EDITOR" -a -n "$edit"
133 if test -n "$EDITOR" -a -n "$edit"
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 37 import com.android.contacts.editor.ContactEditorFragment;
38 import com.android.contacts.editor.EditorIntents;
39 import com.android.contacts.editor.PhotoSourceDialogFragment;
49 * Contact editor with only the most important fields displayed initially.
80 * (instead of launching a new view intent) after the editor changes have been
96 * Close the editor after saving
116 * Navigate to the editor view after saving.
118 int EDITOR = 4;
122 * The status of the contact editor.
146 * - After the user chooses to expand the editor
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 17 package com.android.contacts.editor;
67 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;
106 * Contact editor with only the most important fields displayed initially.
169 * An intent extra that forces the editor to add the edited contact
181 * {@link com.android.contacts.quickcontact.QuickContactActivity} to the editor.
188 * {@link com.android.contacts.quickcontact.QuickContactActivity} to the editor.
194 * Intent key to pass the ID of the photo to display on the editor.
201 * Intent key to pass the ID of the raw contact id that should be displayed in the full editor
232 * The editor tries best to chose the most natural contact here.
261 * editor fields change
    [all...]

Completed in 170 milliseconds