Searched refs:voicemailFragment (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DDialtactsPagerAdapter.java69 private CallLogFragment voicemailFragment; field in class:DialtactsPagerAdapter
133 if (voicemailFragment == null) {
134 voicemailFragment = new VisualVoicemailCallLogFragment();
138 voicemailFragment);
140 return voicemailFragment;
166 voicemailFragment = (CallLogFragment) fragment;
167 LogUtil.v("ViewPagerAdapter.instantiateItem", voicemailFragment.toString());
205 if (voicemailFragment != null) {
206 manager.beginTransaction().remove(voicemailFragment).commitAllowingStateLoss();
207 voicemailFragment
[all...]

Completed in 58 milliseconds