Home | History | Annotate | Download | only in Settings

Lines Matching full:bluetooth

15     <uses-permission android:name="android.permission.BLUETOOTH" />
246 android:value="com.android.settings.bluetooth.BluetoothSettings" />
252 <activity-alias android:name=".bluetooth.BluetoothSettings"
258 android:value="com.android.settings.bluetooth.BluetoothSettings" />
263 <activity android:name=".bluetooth.DevicePickerActivity"
268 <action android:name="android.bluetooth.devicepicker.action.LAUNCH" />
1044 <!-- Bluetooth stuff -->
1046 <activity android:name=".bluetooth.BluetoothPairingDialog"
1051 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
1057 android:name=".bluetooth.BluetoothDiscoveryReceiver">
1059 <action android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
1060 <action android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
1066 android:name=".bluetooth.DockEventReceiver">
1069 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
1070 <action android:name="android.bluetooth.headset.action.STATE_CHANGED" />
1071 <action android:name="android.bluetooth.a2dp.action.SINK_STATE_CHANGED" />
1076 <service android:name=".bluetooth.DockService" />
1078 <activity android:name=".bluetooth.RequestPermissionActivity"
1081 android:permission="android.permission.BLUETOOTH"
1084 <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" />
1085 <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" />
1090 <activity android:name=".bluetooth.RequestPermissionHelperActivity"
1093 android:permission="android.permission.BLUETOOTH"
1097 <receiver android:name=".bluetooth.BluetoothPairingRequest">
1099 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
1100 <action android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
1104 <receiver android:name=".bluetooth.BluetoothPermissionRequest"
1107 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
1108 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
1112 <activity android:name=".bluetooth.BluetoothPermissionActivity"
1118 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
1119 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
1388 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />