OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBluetooth
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
SoundSettings.java
317
boolean
isBluetooth
= mDockIntent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE) != null;
319
if (
isBluetooth
) {
389
boolean
isBluetooth
=
402
if (
isBluetooth
) {
/frameworks/base/services/java/com/android/server/connectivity/
Tethering.java
215
} else if (
isBluetooth
(iface)) {
263
public boolean
isBluetooth
(String iface) {
284
if (
isBluetooth
(iface)) {
406
} else if (
isBluetooth
((String)iface)) {
[
all
...]
Completed in 108 milliseconds