Searched refs:SipSharedPreferences (Results 1 – 7 of 7) sorted by relevance
24 import com.android.services.telephony.sip.SipSharedPreferences;64 private SipSharedPreferences mSipSharedPreferences;130 mSipSharedPreferences = new SipSharedPreferences(getActivity()); in onResume()
30 public class SipSharedPreferences { class47 public SipSharedPreferences(Context context) { in SipSharedPreferences() method in SipSharedPreferences
46 private SipSharedPreferences mSipSharedPreferences;51 mSipSharedPreferences = new SipSharedPreferences(context); in SipProfileDb()
135 final SipSharedPreferences sipSharedPreferences = new SipSharedPreferences(context); in useSipForPstnCalls()
207 final SipSharedPreferences sipSharedPreferences = new SipSharedPreferences(context); in startSipProfiles()
82 private SipSharedPreferences mSipSharedPreferences;139 mSipSharedPreferences = new SipSharedPreferences(this); in onCreate()
61 private SipSharedPreferences mSharedPreferences;154 mSharedPreferences = new SipSharedPreferences(this); in onCreate()