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
50
private
BluetoothDeviceFilter
.Filter mFilter;
64
mFilter =
BluetoothDeviceFilter
.ALL_FILTER;
67
final void setFilter(
BluetoothDeviceFilter
.Filter filter) {
72
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
234
BluetoothDeviceFilter
.Filter filter) {
285
BluetoothDeviceFilter
.BONDED_DEVICE_FILTER);
301
BluetoothDeviceFilter
.UNBONDED_DEVICE_FILTER);
Completed in 190 milliseconds