/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/ |
D | AbstractBluetoothAddressPreferenceController.java | 58 return BluetoothAdapter.getDefaultAdapter() != null; in isAvailable() 81 BluetoothAdapter bluetooth = BluetoothAdapter.getDefaultAdapter(); in updateConnectivity()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | PbapServerProfile.java | 82 BluetoothAdapter.getDefaultAdapter().getProfileProxy(context, new PbapServiceListener(), in PbapServerProfile() 147 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.PBAP, in finalize()
|
D | HidDeviceProfile.java | 54 BluetoothAdapter.getDefaultAdapter().getProfileProxy(context, in HidDeviceProfile() 172 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.HID_DEVICE, in finalize()
|
D | PanProfile.java | 77 BluetoothAdapter.getDefaultAdapter().getProfileProxy(context, new PanServiceListener(), in PanProfile() 183 … BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.PAN, mService); in finalize()
|
D | PbapClientProfile.java | 107 BluetoothAdapter.getDefaultAdapter().getProfileProxy(context, in PbapClientProfile() 194 BluetoothAdapter.getDefaultAdapter().closeProfileProxy( in finalize()
|
D | SapProfile.java | 102 BluetoothAdapter.getDefaultAdapter().getProfileProxy(context, new SapServiceListener(), in SapProfile() 198 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.SAP, in finalize()
|
D | MapClientProfile.java | 103 BluetoothAdapter.getDefaultAdapter().getProfileProxy(context, in MapClientProfile() 199 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.MAP_CLIENT, in finalize()
|
D | MapProfile.java | 104 BluetoothAdapter.getDefaultAdapter().getProfileProxy(context, new MapServiceListener(), in MapProfile() 200 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.MAP, in finalize()
|
D | HidProfile.java | 94 BluetoothAdapter.getDefaultAdapter().getProfileProxy(context, new HidHostServiceListener(), in HidProfile() 204 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.HID_HOST, in finalize()
|
D | CsipSetCoordinatorProfile.java | 105 BluetoothAdapter.getDefaultAdapter().getProfileProxy(context, in CsipSetCoordinatorProfile() 243 BluetoothAdapter.getDefaultAdapter().closeProfileProxy( in finalize()
|
D | HfpClientProfile.java | 103 BluetoothAdapter.getDefaultAdapter().getProfileProxy(context, in HfpClientProfile() 207 BluetoothAdapter.getDefaultAdapter().closeProfileProxy( in finalize()
|
D | A2dpSinkProfile.java | 96 BluetoothAdapter.getDefaultAdapter().getProfileProxy(context, new A2dpSinkServiceListener(), in A2dpSinkProfile() 206 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.A2DP_SINK, in finalize()
|
D | HeadsetProfile.java | 104 mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in HeadsetProfile() 227 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.HEADSET, in finalize()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BtSmsInterfaceManager.java | 49 BluetoothAdapter btAdapter = BluetoothAdapter.getDefaultAdapter(); in sendText() 115 BluetoothAdapter.getDefaultAdapter() in onServiceConnected()
|
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/src/com/android/framework/externalsharedpermsbttestapp/ |
D | ExternalSharedPermsBTTest.java | 32 BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in testRunBluetooth()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/ |
D | BluetoothTileDialogRepository.kt | 31 private val bluetoothAdapter: BluetoothAdapter? = BluetoothAdapter.getDefaultAdapter()
|
/frameworks/base/nfc/java/android/nfc/ |
D | NfcManager.java | 70 public NfcAdapter getDefaultAdapter() { in getDefaultAdapter() method in NfcManager
|
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/ |
D | ExternalSharedPermsTest.java | 48 BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in testRunLocationAndBluetooth()
|
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/ |
D | ExternalSharedPermsDiffKeyTest.java | 46 BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in testRunBluetoothAndFineLocation()
|
/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
D | NfcCommand.java | 54 NfcAdapter adapter = nfcManager.getDefaultAdapter(); in run()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | BtHelper.java | 228 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); in onSystemReady() 697 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); in onBtProfileConnected() 791 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); in onHeadsetProfileConnected() 1177 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); in getBluetoothHeadset() 1206 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); in getLeAudioGroupAddresses() 1256 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); in getPreferredAudioProfiles() 1262 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); in getBluetoothDevice() 1330 BluetoothAdapter.getDefaultAdapter().notifyActiveDeviceChangeApplied(btDevice); in onNotifyPreferredAudioProfileApplied()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | PbapClientProfileTest.java | 59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
|
D | A2dpSinkProfileTest.java | 59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
|
D | HfpClientProfileTest.java | 59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
|
D | HidDeviceProfileTest.java | 59 mShadowBluetoothAdapter = Shadow.extract(BluetoothAdapter.getDefaultAdapter()); in setUp()
|