Home | History | Annotate | Download | only in sip

Lines Matching refs:mProfile

80     private SipProfile mProfile; // profile that's being edited
91 SipProfile mProfile;
98 return mProfile;
102 mProfile = p;
110 int profileUid = mProfile.getCallingUid();
111 boolean isPrimary = mProfile.getUriString().equals(
189 if (mProfile != null) {
190 Log.v(TAG, "Removed Profile:" + mProfile.getProfileName());
191 deleteProfile(mProfile);
358 handleProfileClick(((SipPreference) pref).mProfile);
415 mProfile = profile;