OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothDeviceProperties
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/server/
BluetoothDeviceProperties.java
26
class
BluetoothDeviceProperties
{
28
private static final String TAG = "
BluetoothDeviceProperties
";
33
BluetoothDeviceProperties
(BluetoothService service) {
BluetoothService.java
142
private final
BluetoothDeviceProperties
mDeviceProperties;
218
mDeviceProperties = new
BluetoothDeviceProperties
(this);
828
BluetoothDeviceProperties
getDeviceProperties() {
[
all
...]
BluetoothEventLoop.java
179
BluetoothDeviceProperties
deviceProperties =
213
* @see
BluetoothDeviceProperties
#addProperties(String, String[])
[
all
...]
Completed in 354 milliseconds