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.java127 private static final String TAG_UNAVAILABLE = "contacts-unavailable"; field in PeopleActivity
725 .findFragmentByTag(TAG_UNAVAILABLE); in updateViewConfiguration()
743 transaction.replace(R.id.contacts_unavailable_container, fragment, TAG_UNAVAILABLE); in updateViewConfiguration()
1005 Fragment unavailableFragment = fragmentManager.findFragmentByTag(TAG_UNAVAILABLE); in switchView()