/packages/services/Car/service/src/com/android/car/ |
D | CarBluetoothUserService.java | 106 logd(Utils.getProfileName(profile) + " is already connected"); in setupBluetoothConnectionProxies() 109 logd("Connecting " + Utils.getProfileName(profile)); in setupBluetoothConnectionProxies() 185 logd("OnServiceConnected profile: " + Utils.getProfileName(profile)); 207 logd("Unhandled profile connected: " + Utils.getProfileName(profile)); 228 logd("onServiceDisconnected profile: " + Utils.getProfileName(profile)); 250 logd("Unhandled profile disconnected: " + Utils.getProfileName(profile)); 300 + Utils.getProfileName(profile)); in bluetoothConnectToProfile() 318 Log.w(TAG, "Unknown Profile: " + Utils.getProfileName(profile)); in bluetoothConnectToProfile() 332 + ") Profile: " + Utils.getProfileName(profile)); in bluetoothDisconnectFromProfile() 350 Log.w(TAG, "Unknown Profile: " + Utils.getProfileName(profile)); in bluetoothDisconnectFromProfile() [all …]
|
D | BluetoothProfileInhibitManager.java | 210 + Utils.getProfileName(mParams.getProfile()) in binderDied() 308 logd("Request profile inhibit: profile " + Utils.getProfileName(profile) in requestProfileInhibit() 326 logd("Release profile inhibit: profile " + Utils.getProfileName(profile) in releaseProfileInhibit() 379 logd("Profile " + Utils.getProfileName(params.getProfile()) in addInhibitRecord() 391 + Utils.getProfileName(params.getProfile()) in addInhibitRecord() 463 + Utils.getProfileName(params.getProfile()) + " for device " in restoreProfilePriority() 476 logd("Restored profile " + Utils.getProfileName(params.getProfile()) in restoreProfilePriority() 558 loge("Car BT Service Remote Exception. Proxy for " + Utils.getProfileName(profile) in isProxyAvailable()
|
D | CarBluetoothService.java | 238 + Utils.getProfileName(profileId)); in createBluetoothProfileDeviceManagers() 242 logd("Created profile device manager for " + Utils.getProfileName(profileId)); in createBluetoothProfileDeviceManagers() 412 logd("Request profile inhibit: profile " + Utils.getProfileName(profile) in requestProfileInhibit() 429 logd("Release profile inhibit: profile " + Utils.getProfileName(profile) in releaseProfileInhibit()
|
D | BluetoothProfileDeviceManager.java | 307 throw new IllegalArgumentException("Provided profile " + Utils.getProfileName(profileId) in BluetoothProfileDeviceManager() 762 logd("Trigger connection to " + Utils.getProfileName(profile) + "on " + device); in triggerConnections() 777 writer.println(indent + "BluetoothProfileDeviceManager [" + Utils.getProfileName(mProfileId) in dump() 796 Log.d(TAG, "[" + Utils.getProfileName(mProfileId) + " - User: " + mUserId + "] " + msg); in logd() 804 Log.w(TAG, "[" + Utils.getProfileName(mProfileId) + " - User: " + mUserId + "] " + msg); in logw()
|
D | Utils.java | 98 static String getProfileName(int profile) { in getProfileName() method in Utils
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipSettings.java | 88 setTitle(getProfileName(p)); in setProfile() 164 if (VERBOSE) log("onActivityResult, remove: " + mProfile.getProfileName()); in onActivityResult() 170 if (VERBOSE) log("onActivityResult, new: " + profile.getProfileName()); in onActivityResult() 194 private String getProfileName(SipProfile profile) { in getProfileName() method in SipSettings 195 String profileName = profile.getProfileName(); in getProfileName() 209 return getProfileName(p1).compareTo(getProfileName(p2)); in retrieveSipLists()
|
D | SipUtil.java | 119 SipUtil.createAccountHandle(context, profile.getProfileName()); in createPhoneAccount() 163 profileToMove.getProfileName()) == null) { in possiblyMigrateSipDb() 168 profileToMove.getProfileName(), e); in possiblyMigrateSipDb() 172 profileToMove.getProfileName()); in possiblyMigrateSipDb() 177 profileToMove.getProfileName(), e); in possiblyMigrateSipDb()
|
D | SipAccountRegistry.java | 69 mProfile.getProfileName()), in startSipService() 76 log("startSipService, profile: " + mProfile.getProfileName() + in startSipService() 246 if (sipProfileName == null || sipProfileName.equals(profile.getProfileName())) { in startSipProfiles() 285 if (Objects.equals(sipProfileName, entry.getProfile().getProfileName())) { in getAccountEntry()
|
D | SipProfileDb.java | 72 File profileFile = new File(mProfilesDirectory, p.getProfileName()); in deleteProfile() 101 File f = new File(mProfilesDirectory, p.getProfileName()); in saveProfile() 156 if (p != null && name.equals(p.getProfileName())) { in retrieveSipProfileFromName()
|
D | SipEditor.java | 288 mSipAccountRegistry.startSipService(this, p.getProfileName(), enableProfile); in saveAndRegisterProfile() 300 mSipAccountRegistry.stopSipService(this, p.getProfileName()); in deleteAndUnregisterProfile() 423 private String getProfileName() { in getProfileName() method in SipEditor 432 .setProfileName(getProfileName()) in createSipProfile() 482 if (VERBOSE) log("loadPreferencesFromProfile, existing profile: " + p.getProfileName()); in loadPreferencesFromProfile()
|
D | SipConnectionService.java | 217 if (Objects.equals(profileName, profile.getProfileName())) { in findProfile()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapVcardManager.java | 258 ownerName = BluetoothPbapUtils.getProfileName(mContext); in getPhonebookNameList() 321 ownerName = BluetoothPbapUtils.getProfileName(mContext); in getSelectedPhonebookNameList()
|
D | BluetoothPbapUtils.java | 128 public static String getProfileName(Context context) { in getProfileName() method in BluetoothPbapUtils
|