Home | History | Annotate | Download | only in sip

Lines Matching refs:mProfile

80     private SipProfile mProfile; // profile that's being edited
90 SipProfile mProfile;
97 return mProfile;
101 mProfile = p;
109 int profileUid = mProfile.getCallingUid();
110 boolean isPrimary = mProfile.getUriString().equals(
192 if (mProfile != null) {
193 Log.v(TAG, "Removed Profile:" + mProfile.getProfileName());
194 deleteProfile(mProfile);
354 handleProfileClick(((SipPreference) pref).mProfile);
413 mProfile = profile;