Loading src/com/android/dialer/dialpad/DialpadFragment.java +0 −3 Original line number Diff line number Diff line Loading @@ -188,8 +188,6 @@ public class DialpadFragment extends Fragment /** Stream type used to play the DTMF tones off call, and mapped to the volume control keys */ private static final int DIAL_TONE_STREAM_TYPE = AudioManager.STREAM_DTMF; private ContactsPreferences mContactsPrefs; private OnDialpadQueryChangedListener mDialpadQueryListener; /** Loading Loading @@ -350,7 +348,6 @@ public class DialpadFragment extends Fragment public void onCreate(Bundle state) { super.onCreate(state); mFirstLaunch = true; mContactsPrefs = new ContactsPreferences(getActivity()); mCurrentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); try { Loading Loading
src/com/android/dialer/dialpad/DialpadFragment.java +0 −3 Original line number Diff line number Diff line Loading @@ -188,8 +188,6 @@ public class DialpadFragment extends Fragment /** Stream type used to play the DTMF tones off call, and mapped to the volume control keys */ private static final int DIAL_TONE_STREAM_TYPE = AudioManager.STREAM_DTMF; private ContactsPreferences mContactsPrefs; private OnDialpadQueryChangedListener mDialpadQueryListener; /** Loading Loading @@ -350,7 +348,6 @@ public class DialpadFragment extends Fragment public void onCreate(Bundle state) { super.onCreate(state); mFirstLaunch = true; mContactsPrefs = new ContactsPreferences(getActivity()); mCurrentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); try { Loading