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

  /development/samples/NotePad/src/com/example/android/notepad/
NotesLiveFolder.java 55 new Intent(Intent.ACTION_EDIT, NOTE_URI));
NotesList.java 165 startActivity(new Intent(Intent.ACTION_EDIT, noteUri));
187 startActivity(new Intent(Intent.ACTION_EDIT, noteUri));
NoteEditor.java 44 * {@link Intent#ACTION_EDIT}, or create a new note {@link Intent#ACTION_INSERT}.
116 if (Intent.ACTION_EDIT.equals(action)) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchange.java 125 i.setAction(Intent.ACTION_EDIT);
137 i.setAction(Intent.ACTION_EDIT);
195 !Intent.ACTION_EDIT.equals(intent.getAction())) {
339 if (Intent.ACTION_EDIT.equals(getIntent().getAction())) {
AccountSetupOutgoing.java 81 i.setAction(Intent.ACTION_EDIT);
253 if (Intent.ACTION_EDIT.equals(getIntent().getAction())) {
AccountSetupIncoming.java 91 i.setAction(Intent.ACTION_EDIT);
331 if (Intent.ACTION_EDIT.equals(getIntent().getAction())) {
  /packages/apps/Settings/src/com/android/settings/
ApnPreference.java 139 context.startActivity(new Intent(Intent.ACTION_EDIT, url));
ApnSettings.java 230 startActivity(new Intent(Intent.ACTION_EDIT, url));
ApnEditor.java 150 if (action.equals(Intent.ACTION_EDIT)) {
  /packages/apps/Calendar/src/com/android/calendar/
MenuHelper.java 159 Intent intent = new Intent(Intent.ACTION_EDIT);
EventInfoActivity.java     [all...]
CalendarView.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 141 } else if (action.equals(Intent.ACTION_EDIT)) {
UserDictionaryToolsList.java 520 screenTransition(Intent.ACTION_EDIT, mEditViewName);
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 395 Intent intent = new Intent(Intent.ACTION_EDIT);
MediaPlaybackActivity.java 397 new Intent(Intent.ACTION_EDIT)
    [all...]
TrackBrowserActivity.java 136 mEditMode = intent.getAction().equals(Intent.ACTION_EDIT);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java 178 if (Intent.ACTION_EDIT.equals(action) && !hasIncomingState) {
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 68 * {@link #ACTION_VIEW}, {@link #ACTION_EDIT}, {@link #ACTION_MAIN},
94 * <li> <p><b>{@link #ACTION_EDIT} <i>content://contacts/people/1</i></b> -- Edit
309 * &lt;action android:name="{@link #ACTION_EDIT android.intent.action.EDIT}" /&gt;
377 * &lt;action android:name="{@link #ACTION_EDIT android.intent.action.EDIT}" /&gt;
470 * {@link #ACTION_EDIT}.
476 * <li> {@link #ACTION_EDIT}
631 public static final String ACTION_EDIT = "android.intent.action.EDIT";
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ViewContactActivity.java 601 startActivityForResult(new Intent(Intent.ACTION_EDIT, rawContactUri),
    [all...]
ContactsListActivity.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 1133 milliseconds