/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | CarBluetoothUserService.java | 123 Slogf.d(TAG, "Creating proxy for %s", BluetoothUtils.getProfileName(profile)); in setupBluetoothConnectionProxies() 165 BluetoothUtils.getProfileName(profile)); 182 BluetoothUtils.getProfileName(profile)); 198 BluetoothUtils.getProfileName(profile)); 208 BluetoothUtils.getProfileName(profile)); 217 BluetoothUtils.getProfileName(profile)); 285 BluetoothUtils.getProfileName(profile)); in getConnectionPolicy() 295 BluetoothUtils.getProfileName(profile)); in getConnectionPolicy() 304 Slogf.w(TAG, "Unsupported Profile: %s", BluetoothUtils.getProfileName(profile)); in getConnectionPolicy() 313 BluetoothUtils.getProfileName(profile), in getConnectionPolicy() [all …]
|
D | BluetoothProfileInhibitManager.java | 219 mLogHeader, BluetoothUtils.getProfileName(mParams.getProfile()), in binderDied() 333 mLogHeader, BluetoothUtils.getProfileName(profile), device.getAddress()); in requestProfileInhibit() 353 mLogHeader, BluetoothUtils.getProfileName(profile), device.getAddress()); in releaseProfileInhibit() 382 mLogHeader, BluetoothUtils.getProfileName(profile), device.getAddress()); in isProfileInhibited() 443 mLogHeader, BluetoothUtils.getProfileName(params.getProfile()), in addInhibitRecord() 453 mLogHeader, BluetoothUtils.getProfileName(params.getProfile()), in addInhibitRecord() 538 mLogHeader, BluetoothUtils.getProfileName(params.getProfile()), in restoreConnectionPolicy() 551 mLogHeader, BluetoothUtils.getProfileName(params.getProfile()), in restoreConnectionPolicy() 647 mLogHeader, BluetoothUtils.getProfileName(profile)); in isProxyAvailable()
|
D | BluetoothConnectionRetryManager.java | 182 BluetoothUtils.getProfileName(profile)); in handleProfileConnectionStateChange() 194 BluetoothUtils.getProfileName(profile)); in handleProfileConnectionStateChange() 208 BluetoothUtils.getProfileName(profile), in handleProfileConnectionStateChange() 239 Slogf.d(TAG, " %s", BluetoothUtils.getProfileName(profileId)); in trackDevice() 267 BluetoothUtils.getProfileName(profile), device); in untrackProfile() 305 BluetoothUtils.getProfileName(profile), device); in isRetryPosted() 371 BluetoothUtils.getProfileName(MANAGED_PROFILES[i])); in init()
|
D | CarBluetoothService.java | 581 BluetoothUtils.getProfileName(profile), device.getAddress()); in requestProfileInhibit() 602 BluetoothUtils.getProfileName(profile), device.getAddress()); in releaseProfileInhibit() 625 BluetoothUtils.getProfileName(profile), device.getAddress()); in isProfileInhibited()
|
D | BluetoothDeviceManager.java | 177 BluetoothUtils.getProfileName(profile), in handleProfileConnectionStateChanged() 635 BluetoothUtils.getProfileName(profile)); in addWatchedProfileIfSupported()
|
D | BluetoothUtils.java | 167 static String getProfileName(int profile) { in getProfileName() method in BluetoothUtils
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AudioRoutingManager.java | 258 + BluetoothProfile.getProfileName(profile) in handleProfileConnected() 270 Log.d(TAG, "Can not activate now: " + BluetoothProfile.getProfileName(profile)); in handleProfileConnected() 286 + BluetoothProfile.getProfileName(profile) in handleProfileDisconnected() 311 + BluetoothProfile.getProfileName(profile) in handleProfileActiveDeviceChanged() 372 Log.d(TAG, "setFallbackDeviceActive: " + BluetoothProfile.getProfileName(profile)); in setFallbackDeviceActive() 467 + BluetoothProfile.getProfileName(profile) in activateDeviceProfile() 562 + BluetoothProfile.getProfileName(profile) in setActiveDevice() 604 + BluetoothProfile.getProfileName(profile) in removeActiveDevice()
|
D | SilenceDeviceManager.java | 286 + BluetoothProfile.getProfileName(profile)); in addConnectedDevice() 307 + BluetoothProfile.getProfileName(profile)); in removeConnectedDevice()
|
D | Config.java | 255 BluetoothProfile.getProfileName(config.mProfileId), config.mSupported)); in init()
|
D | PhonePolicy.java | 701 + BluetoothProfile.getProfileName(profileId) in processProfileStateChanged() 749 + BluetoothProfile.getProfileName(profileId) in processActiveDeviceChanged()
|
D | AdapterService.java | 1554 + BluetoothProfile.getProfileName(profileId) in setProfileServiceState() 1570 + BluetoothProfile.getProfileName(profileId) in setProfileServiceState() 1670 + (", profile=" + BluetoothProfile.getProfileName(profile) + "):") in isProfileSupported() 1678 + (", profile=" + BluetoothProfile.getProfileName(profile) + "):") in isProfileSupported() 4458 + BluetoothProfile.getProfileName(previousOutput) in sendPreferredAudioProfileChangeToAudioFramework() 4460 + BluetoothProfile.getProfileName(newOutput) in sendPreferredAudioProfileChangeToAudioFramework() 4462 + BluetoothProfile.getProfileName(previousDuplex) in sendPreferredAudioProfileChangeToAudioFramework() 4464 + BluetoothProfile.getProfileName(newDuplex)); in sendPreferredAudioProfileChangeToAudioFramework() 6320 writer.println(" " + BluetoothProfile.getProfileName(profileId)); in dump()
|
D | AdapterProperties.java | 779 ("profile=" + BluetoothProfile.getProfileName(profile)) in updateOnProfileConnectionChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManager.java | 384 String profileStr = BluetoothProfile.getProfileName(profile); in setProfileConnectionPolicy() 452 + BluetoothProfile.getProfileName(profile) in getProfileConnectionPolicy() 681 + BluetoothProfile.getProfileName(profileId)); in setDisconnection() 689 + BluetoothProfile.getProfileName(profileId)); in setDisconnection() 954 + BluetoothProfile.getProfileName(outputProfile)); in setPreferredAudioProfiles() 966 + BluetoothProfile.getProfileName(duplexProfile)); in setPreferredAudioProfiles() 987 + BluetoothProfile.getProfileName(outputProfile)); in setPreferredAudioProfiles() 996 + BluetoothProfile.getProfileName(duplexProfile)); in setPreferredAudioProfiles()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/ |
D | BluetoothUtilsGetProfileNameTest.java | 43 String result = BluetoothUtils.getProfileName(mProfile); in testGetProfileName()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothProfile.java | 428 static String getProfileName(int profile) { in getProfileName() method
|
D | BluetoothAdapter.java | 900 Log.d(TAG, BluetoothProfile.getProfileName(mProfile) + " connected"); in connect() 907 Log.d(TAG, BluetoothProfile.getProfileName(mProfile) + " disconnected"); in disconnect() 2263 + BluetoothProfile.getProfileName(profile) in getActiveDevices() 3804 + BluetoothProfile.getProfileName(
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapVcardManager.java | 288 ownerName = BluetoothPbapUtils.getProfileName(mContext); in getPhonebookNameList() 377 ownerName = BluetoothPbapUtils.getProfileName(mContext); in getSelectedPhonebookNameList()
|
D | BluetoothPbapUtils.java | 179 public static synchronized String getProfileName(Context context) { in getProfileName() method in BluetoothPbapUtils
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | ScanManager.java | 896 + (" profile=" + BluetoothProfile.getProfileName(profile)) in handleProfileConnectionStateChanged()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 837 method @NonNull public static String getProfileName(int);
|