Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java125 private static final String TAG_UNAVAILABLE = "contacts-unavailable"; field in PeopleActivity
717 .findFragmentByTag(TAG_UNAVAILABLE); in updateViewConfiguration()
735 transaction.replace(R.id.contacts_unavailable_container, fragment, TAG_UNAVAILABLE); in updateViewConfiguration()
997 Fragment unavailableFragment = fragmentManager.findFragmentByTag(TAG_UNAVAILABLE); in switchView()