Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java237 private static final String LEGACY_AUTHORITY = android.provider.Contacts.AUTHORITY; field in QuickContactActivity
839 if (lookupUri != null && LEGACY_AUTHORITY.equals(lookupUri.getAuthority())) { in processIntent()