OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothDeviceFilter
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceListPreferenceFragment.java
49
private
BluetoothDeviceFilter
.Filter mFilter;
62
mFilter =
BluetoothDeviceFilter
.ALL_FILTER;
65
final void setFilter(
BluetoothDeviceFilter
.Filter filter) {
70
mFilter =
BluetoothDeviceFilter
.getFilter(filterType);
BluetoothDeviceFilter.java
26
*
BluetoothDeviceFilter
contains a static method that returns a
31
final class
BluetoothDeviceFilter
{
32
private static final String TAG = "
BluetoothDeviceFilter
";
58
private
BluetoothDeviceFilter
() {
BluetoothSettings.java
222
BluetoothDeviceFilter
.Filter filter) {
271
BluetoothDeviceFilter
.BONDED_DEVICE_FILTER);
284
BluetoothDeviceFilter
.UNBONDED_DEVICE_FILTER);
Completed in 24 milliseconds