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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipUtil.java119 SipUtil.createAccountHandle(context, profile.getProfileName());
163 profileToMove.getProfileName()) == null) {
168 profileToMove.getProfileName(), e);
172 profileToMove.getProfileName());
177 profileToMove.getProfileName(), e);
H A DSipAccountRegistry.java69 mProfile.getProfileName()),
76 log("startSipService, profile: " + mProfile.getProfileName() +
246 if (sipProfileName == null || sipProfileName.equals(profile.getProfileName())) {
285 if (Objects.equals(sipProfileName, entry.getProfile().getProfileName())) {
H A DSipSettings.java88 setTitle(getProfileName(p));
164 if (VERBOSE) log("onActivityResult, remove: " + mProfile.getProfileName());
170 if (VERBOSE) log("onActivityResult, new: " + profile.getProfileName());
194 private String getProfileName(SipProfile profile) { method in class:SipSettings
195 String profileName = profile.getProfileName();
209 return getProfileName(p1).compareTo(getProfileName(p2));
H A DSipProfileDb.java72 File profileFile = new File(mProfilesDirectory, p.getProfileName());
101 File f = new File(mProfilesDirectory, p.getProfileName());
156 if (p != null && name.equals(p.getProfileName())) {
H A DSipEditor.java288 mSipAccountRegistry.startSipService(this, p.getProfileName(), enableProfile);
300 mSipAccountRegistry.stopSipService(this, p.getProfileName());
423 private String getProfileName() { method in class:SipEditor
432 .setProfileName(getProfileName())
482 if (VERBOSE) log("loadPreferencesFromProfile, existing profile: " + p.getProfileName());
H A DSipConnectionService.java216 if (Objects.equals(profileName, profile.getProfileName())) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapUtils.java186 public static String getProfileName(Context context) { method in class:BluetoothPbapUtils
H A DBluetoothPbapVcardManager.java261 ownerName = BluetoothPbapUtils.getProfileName(mContext);
324 ownerName = BluetoothPbapUtils.getProfileName(mContext);

Completed in 143 milliseconds