Home
last modified time | relevance | path

Searched refs:ACTION_SPLIT_COMPLETED (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java239 public static final String ACTION_SPLIT_COMPLETED = "splitCompleted"; field in QuickContactActivity
975 if (ACTION_SPLIT_COMPLETED.equals(intent.getAction())) { in processIntent()