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

  /packages/apps/Contacts/src/com/android/contacts/ui/
ShowOrCreateActivity.java 50 * contact, then will use {@link Intent#ACTION_INSERT_OR_EDIT} to let create new
206 final Intent createIntent = new Intent(Intent.ACTION_INSERT_OR_EDIT);
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 248 Intent createIntent = new Intent(Intent.ACTION_INSERT_OR_EDIT);
TwelveKeyDialer.java 544 Intent intent = new Intent(Intent.ACTION_INSERT_OR_EDIT);
    [all...]
RecentCallsListActivity.java     [all...]
ContactsListActivity.java 691 } else if (Intent.ACTION_INSERT_OR_EDIT.equals(action)) {
730 if (Intent.ACTION_INSERT_OR_EDIT.equals(originalAction)) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 354 Intent intent = new Intent(Intent.ACTION_INSERT_OR_EDIT);
  /frameworks/base/core/java/android/content/
Intent.java 642 public static final String ACTION_INSERT_OR_EDIT = "android.intent.action.INSERT_OR_EDIT";
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 244 milliseconds