Home
last modified time | relevance | path

Searched refs:PBAP (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DMetadata.java95 case BluetoothProfile.PBAP: in setProfileConnectionPolicy()
135 case BluetoothProfile.PBAP: in getProfileConnectionPolicy()
DDatabaseManager.java868 data.setProfileConnectionPolicy(BluetoothProfile.PBAP, pbapConnectionPolicy); in migrateSettingsGlobal()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DUtilsGetProfileNameTest.java58 {BluetoothProfile.PBAP, "PBAP Server"}, in provideParams()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java501 if (!mDatabaseManager.setProfileConnectionPolicy(device, BluetoothProfile.PBAP, in setConnectionPolicy()
528 .getProfileConnectionPolicy(device, BluetoothProfile.PBAP); in getConnectionPolicy()
DPbapStateMachine.java308 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PBAP); in enter()
/packages/services/Car/service/src/com/android/car/
DUtils.java79 sProfileNames.put(BluetoothProfile.PBAP, "PBAP Server"); in sProfileNames.put() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java106 (1 << BluetoothProfile.PBAP)),
DAdapterProperties.java180 sendConnectionStateChange(BluetoothProfile.PBAP, intent);
DAdapterService.java997 if (profile == BluetoothProfile.PBAP) { in isSupported()